add new color scheme to mobile progress bar

This commit is contained in:
Jeff Atwood 2015-05-20 01:07:16 -07:00
parent d7692ba6fd
commit 643f770996
2 changed files with 4 additions and 5 deletions

View File

@ -165,7 +165,6 @@ a:hover.reply-new {
&.hidden { &.hidden {
display: none; display: none;
} }
border: none;
background-color: $secondary; background-color: $secondary;
color: $tertiary; color: $tertiary;
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%); border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);

View File

@ -101,14 +101,14 @@
} }
#topic-progress { #topic-progress {
box-shadow: 0 0 3px rbga(0,0,0, .7);
position: relative; position: relative;
&.hidden { &.hidden {
display: none; display: none;
} }
border: none; background-color: $secondary;
background-color: scale-color-diff(); color: $tertiary;
color: $primary; border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);
border-bottom: none;
width: 145px; width: 145px;
height: 34px; height: 34px;