Conflicts:
	gtk-3.0/apps/granite-widgets.css
	gtk-3.0/gtk-widgets.css
	gtk-3.0/settings.ini
This commit is contained in:
Joern Konopka
2013-03-02 13:42:52 +01:00
272 changed files with 876 additions and 5576 deletions
+7 -10
View File
@@ -5,8 +5,8 @@ PanelWidget,
PanelApplet,
PanelToplevel {
padding: 0;
background-image: none;
background-color: @panel_bg_color;
background-image: none;
color: @panel_fg_color;
}
@@ -16,8 +16,8 @@ PanelApplet {
PanelSeparator {
border-width: 0;
background-image: none;
background-color: @panel_bg_color;
background-image: none;
color: @panel_fg_color;
}
@@ -29,15 +29,14 @@ Panelpanel.panel.menuitem {
-Panelpanel-icon-visible: true;
border-width: 0;
background-image: none;
background-color: @panel_bg_color;
background-image: none;
}
PanelAppletFrame {
border-width: 0;
background-color: @panel_bg_color;
background-image: none;
background-color: @panel_bg_color;
}
PanelApplet .button {
@@ -46,8 +45,8 @@ PanelApplet .button {
border-width: 0 1px;
border-radius: 0;
border-color: transparent;
background-image: none;
background-color: @panel_bg_color;
background-image: none;
color: @panel_fg_color;
}
@@ -55,25 +54,23 @@ PanelApplet .button:active {
border-width: 0 1px;
border-radius: 0;
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
background-image: none;
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
background-image: none;
color: mix(@panel_fg_color, @theme_base_color, 0.8);
}
PanelApplet .button:prelight {
border-color: transparent;
border-color: mix(@panel_bg_color, @theme_bg_color, 0.13);
background-image: none;
background-color: mix(@panel_bg_color, @theme_bg_color, 0.11);
background-image: none;
color: mix(@panel_fg_color, @theme_base_color, 0.8);
}
PanelApplet .button:active:prelight {
border-color: mix(@panel_bg_color, @theme_bg_color, 0.33);
border-color: mix(@panel_bg_color, @theme_bg_color, 0.33);
background-image: none;
background-color: mix(@panel_bg_color, @theme_bg_color, 0.31);
background-image: none;
color: mix(@panel_fg_color, @theme_base_color, 0.8);
}
+22 -4
View File
@@ -67,6 +67,7 @@
.content-view .entry {
background-color: @theme_base_color;
background-image: none;
color: @theme_text_color;
}
@@ -90,13 +91,13 @@
.content-view .button:active,
.content-view .button:active:hover {
background-color: alpha(@theme_bg_color, 0.5);
background-image: none;
background-color: alpha(@theme_bg_color, 0.5);
}
.content-view .button:insensitive {
background-color: alpha(@theme_base_color, 0.0);
background-image: none;
background-color: alpha(@theme_base_color, 0.0);
}
.content-view .help_button * {
@@ -152,6 +153,8 @@ GraniteWidgetsStatusBar {
padding: 1px;
background-image: none;
background-color: @theme_bg_color;
background-color: @theme_bg_color;
background-image: none;
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
}
@@ -173,8 +176,13 @@ 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,
@@ -197,8 +205,13 @@ 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;
}
@@ -210,8 +223,13 @@ 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;
}
@@ -219,7 +237,7 @@ GraniteWidgetsPopOver .entry {
* wingpanel *
*************/
.panel {
background-color: alpha (#000, 0.6);
background-color: alpha(#000, 0.6);
color: #fff;
}
@@ -252,7 +270,7 @@ GraniteWidgetsPopOver .entry {
border-width: 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
border-radius: 5px;
border-radius: 2px;
background-color: @theme_base_color;
color: @theme_text_color;
}
+2 -2
View File
@@ -3,8 +3,8 @@ UnityPanelWidget,
border-width: 0 0 1px 0;
border-style: solid;
border-color: @panel_bg_color;
background-image: none;
background-color: @panel_bg_color;
background-image: none;
color: @panel_fg_color;
}
@@ -21,7 +21,7 @@ UnityPanelWidget,
.unity-panel.panel.menuitem:hover,
.unity-panel.panel .menuitem *:hover {
border-color: mix(@panel_bg_color, @theme_bg_color, 0.23);
background-image: none;
background-color: mix(@panel_bg_color, @theme_bg_color, 0.21);
background-image: none;
color: mix(@panel_fg_color, @theme_base_color, 0.8);
}