minor update css fix

This commit is contained in:
Andy Miller
2016-03-08 14:38:29 -07:00
parent 6d94bd6c40
commit 9c81d4cee0
2 changed files with 5 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -359,15 +359,13 @@ tr {
#admin-main { #admin-main {
.grav-update { .grav-update {
&.grav, &.themes, &.plugins {
background: $update-bg; background: $update-bg;
color: $update-text; color: $update-text;
.button { a.button, span.button {
@include button-color(shade($update-bg, 20%), $update-text, true); @include button-color(shade($update-bg, 20%), $update-text, true);
} }
} }
}
.titlebar { .titlebar {
background: $toolbar-bg; background: $toolbar-bg;