Updated unity.css

This commit is contained in:
Sam Hewitt 2015-04-08 12:14:21 -04:00
parent d556169bd5
commit 6797b2b77d
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@
@define-color backdrop_unity #5A6367; /* Backdrop Unity window border color */
@define-color unity_text #dbdee0; /* Unity window text color */
@define-color backdrop_unity_text #909598; /* Backdrop Unity window text color */
@define-color unity_panel #454D50; /* Unity panel color */
@define-color unity_panel @unity; /* Unity panel color #454D50 */
@define-color backdrop_unity_panel shade(@unity_panel, 1.05); /* Backdrop Unity panel color */
@define-color unity_panel_text #dbdee0; /* Unity panel text color */
@define-color backdrop_unity_panel_text shade(@unity_panel_text, 0.95); /* Backdrop Unity panel text color */

View File

@ -28,7 +28,6 @@
.menu,
.popup {
padding: 4px 0;
border-radius: 4px;
background-color: @base;
color: @foreground;
}