[gnome-themes-standard/lapo-work] Widget theme: moved some definitions around.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/lapo-work] Widget theme: moved some definitions around.
- Date: Wed, 30 Nov 2011 14:02:07 +0000 (UTC)
commit 661cb26f13937f01240618fd94788f17c06d3760
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Nov 30 15:01:18 2011 +0100
Widget theme: moved some definitions around.
themes/Adwaita/gtk-3.0/gtk-widgets-borders.css | 9 +++++++++
themes/Adwaita/gtk-3.0/gtk-widgets.css | 11 +----------
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css b/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
index d12dada..1a852c0 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
@@ -108,6 +108,15 @@ GtkSwitch.trough:active {
border-width: 2;
}
+/* Remove borders from primary toolbar buttons*/
+.primary-toolbar .button,
+.primary-toolbar .button:hover,
+.primary-toolbar .button:focus,
+.primary-toolbar .button:insensitive {
+ border-image: none;
+ border-style: none;
+}
+
/* column-headers borders */
column-header.button,
column-header .button,
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 21f0d03..aa9845e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -409,21 +409,12 @@ GtkScrolledWindow.frame {
text-shadow: none;
}
-/* Remove borders from primary toolbar buttons*/
-.primary-toolbar .button,
-.primary-toolbar .button:hover,
-.primary-toolbar .button:focus,
-.primary-toolbar .button:insensitive {
- border-image: none;
- border-style: none;
-}
-
/* We may want a background for focused buttons, but in the meantime let's remove it too */
.primary-toolbar .button,
.primary-toolbar .button:focus,
.primary-toolbar .button:insensitive {
background-image: none;
- background-color: transparent;
+ background-color: none;
}
.button.raised *,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]