unity Title Bar Icons added

This commit is contained in:
Joern Konopka
2013-03-03 21:25:46 +01:00
parent 5d59aa7cc4
commit 37e42f3637
31 changed files with 6 additions and 14 deletions
-13
View File
@@ -176,13 +176,10 @@ GraniteWidgetsPopOver {
.popover_bg {
background-color: transparent;
<<<<<<< HEAD
background-image: none;
background-color: @menu_bg_color;
=======
background-color: @menu_bg_color;
background-image: none;
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
}
GraniteWidgetsPopOver .sidebar.view,
@@ -205,13 +202,8 @@ GraniteWidgetsPopOver .button:hover:active {
}
GraniteWidgetsPopOver .entry {
<<<<<<< HEAD
background-image: none;
background-color: @theme_base_color;
=======
background-color: @theme_base_color;
background-image: none;
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
color: @theme_text_color;
}
@@ -223,13 +215,8 @@ GraniteWidgetsPopOver .entry {
.app:hover,
.app:focus {
border-color: shade(@theme_selected_bg_color, 0.90);
<<<<<<< HEAD
background-image: none;
background-color: @theme_selected_bg_color;
=======
background-color: @theme_selected_bg_color;
background-image: none;
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
color: @theme_selected_fg_color;
}