Use one box-shadow color

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl 2017-02-21 17:19:23 +01:00 committed by Julius Härtl
parent 7b5d5d19a8
commit 19ce6372ad
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
3 changed files with 5 additions and 5 deletions

View File

@ -190,7 +190,7 @@ em {
> ul .collapsible.open {
&:hover,
&:focus {
box-shadow: inset 0 0 3px $color-main-old-dddddd;
box-shadow: inset 0 0 3px $color-box-shadow;
}
ul {
display: block;
@ -502,7 +502,7 @@ em {
background: $color-main-old-eeeeee;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 0 1px 1px $color-main-old-777777;
box-shadow: 0 1px 1px $color-box-shadow;
display: block;
margin-right: 0;
position: absolute;

View File

@ -204,7 +204,7 @@ nav {
margin-top: 0;
padding-bottom: 10px;
background-color: $color-main-background;
box-shadow: 0 1px 10px rgba(lighten($color-main-text, 25%), 0.75);
box-shadow: 0 1px 10px $color-box-shadow;
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;
@ -419,7 +419,7 @@ nav {
z-index: 2000;
display: none;
background: $color-main-background;
box-shadow: 0 1px 10px rgba(lighten($color-main-text-dimmed, 25%), 0.75);
box-shadow: 0 1px 10px $color-box-shadow;
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;

View File

@ -1145,7 +1145,7 @@ span.ui-icon {
.popup {
background-color: $color-main-background;
border-radius: 3px;
box-shadow: 0 0 10px $color-main-old-aaaaaa;
box-shadow: 0 0 10px $color-box-shadow;
color: $color-main-old-333333;
padding: 10px;
position: fixed !important;