[gnome-themes-standard] Widgets: fixed backdrop entry selected text color, reverted toolbar buttons padding change.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: fixed backdrop entry selected text color, reverted toolbar buttons padding change.
- Date: Mon, 16 Jan 2012 23:40:59 +0000 (UTC)
commit 32dd2805819907c68ac75c2fd2e521ea6f78b5e6
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Jan 17 00:39:19 2012 +0100
Widgets: fixed backdrop entry selected text color, reverted toolbar buttons padding change.
themes/Adwaita/gtk-3.0/gnome-applications.css | 21 +++++++++++++++++++++
themes/Adwaita/gtk-3.0/gtk-widgets.css | 10 +++++-----
2 files changed, 26 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index f1ab6a2..21d0985 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -124,6 +124,8 @@ NautilusSearchBar .entry:focus {
color: darker (@nautilus_cluebar_color);
}*/
+
+/* FIXME - will be `.floating-bar` in gtk-widgets.css for the next release*/
NautilusFloatingBar {
background-color: @info_bg_color;
border-color: darker(@info_bg_color);
@@ -483,6 +485,8 @@ EphyToolbar .entry:backdrop {
border-width: 1 0 2 1;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
+ padding-left: 4;
+ padding-right: 4;
}
EphyToolbar .location-entry .button {
@@ -534,3 +538,20 @@ EphyToolbar .location-entry .button:hover:backdrop {
border-radius: 3;
border-width: 1 1 2 0;
}
+
+EphyNotebook.notebook {
+ border-width: 1 0 1 0;
+}
+
+EphyToolbar.toolbar .button {
+ padding-left: 4;
+ padding-right: 4;
+}
+
+/* not working
+#ephy-page-menu-button.active-menu {
+ background-image: none;
+ background-color: red;
+}
+*/
+
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 741184c..e44c12f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -67,6 +67,7 @@ GtkWindow:backdrop {
}
*:selected:backdrop {
+ /* I would like to remove colors from the backdrop state, next release*/
background-color: @theme_unfocused_selected_bg_color;
color: @theme_unfocused_selected_fg_color;
}
@@ -227,6 +228,9 @@ GtkTreeView .separator:backdrop,
color: @unfocused_insensitive_fg_color;
}
+.entry:selected:backdrop {
+ color: @theme_unfocused_selected_fg_color;
+}
/*******************
* Symbolic images *
@@ -1512,11 +1516,7 @@ GtkCheckButton:selected:focus {
padding: 4;
}
-/*.toolbar .button {
- padding: 1;
-}*/
-
-.primary-toolbar .button {
+.toolbar .button {
padding: 1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]