Refinement.

This commit is contained in:
Sam Hewitt 2014-12-18 13:22:10 -05:00
parent df18c60c40
commit c33a448f5a
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
@define-color text #A8B5BA;/* Text color */
@define-color panel #1e282c;/* Panel color */
@define-color header #263238;/* Header color */
@define-color backdrop_header #253136;/* Header color */
@define-color header_text alpha(#fff, 0.8);/* Header text color */
@define-color selection #4C636E;/* Selection color */
@define-color view_background #555;/* View background */

View File

@ -30,6 +30,7 @@
}
.header-bar:backdrop {
background: none;
background-color: @backdrop_header;
color: @backdrop_header_text;
box-shadow: none;