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 {
display: none;
}
border: none;
background-color: $secondary;
color: $tertiary;
border: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%);

View File

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