HighContrast: Fix a typo

Commit 0a39d7d9 introduced a selected_bg_color with a missing $
in front of it.
This commit is contained in:
Matthias Clasen
2015-03-20 20:48:25 -04:00
parent 2506683cc3
commit 586cdb63e4

View File

@@ -175,8 +175,7 @@
box-shadow: none; }
.label:insensitive, .label:backdrop:insensitive {
color: #7f7f7f;
background-color: white; }
color: #7f7f7f; }
/*********************
* Spinner Animation *