Skip to content

Commit

Permalink
#85 make styling rules for avatar cropper important
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Feb 3, 2020
1 parent 2b09de3 commit 2acd1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/server/_server.scss
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ div.crumb.crumbmenu a {
/* Cropper */
// For cropping images, found under personal settings for adding avatar
#cropper .inner-container {
background-color: var(--color-main-background);
color: var(--color-main-text);
box-shadow: none;
background-color: var(--color-main-background) !important;
color: var(--color-main-text) !important;
box-shadow: none !important;
border: 1px solid var(--color-border);
}

Expand Down

0 comments on commit 2acd1db

Please sign in to comment.