[gtk-css-engine] [style] Consistently use dash-notation for detail strings.
- From: Robert Staudinger <robsta src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk-css-engine] [style] Consistently use dash-notation for detail strings.
- Date: Mon, 22 Jun 2009 13:16:59 -0400 (EDT)
commit bdb4ca35a82055e4f557039557ac2819491c2a28
Author: Robert Staudinger <robsta gnome org>
Date: Mon Jun 22 18:12:33 2009 +0200
[style] Consistently use dash-notation for detail strings.
data/user-agent.css | 24 ++++++------------------
themes/moblesse/gtk-2.0/gtkrc.css | 2 +-
2 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/data/user-agent.css b/data/user-agent.css
index 5bad616..965912e 100644
--- a/data/user-agent.css
+++ b/data/user-agent.css
@@ -1,4 +1,8 @@
+GtkArrow > arrow {
+ background: inherit;
+}
+
GtkButton > box {
background: inherit;
border: inherit;
@@ -18,10 +22,6 @@ GtkCheckButton > flat-box {
border-radius: inherit;
}
-GtkComboBox > GtkArrow {
- background: inherit;
-}
-
/* FIXME: rtl variant? */
GtkComboBoxEntry > shadow {
background: inherit;
@@ -73,12 +73,6 @@ GtkFrame > shadow {
border-radius: inherit;
}
-GtkFrame > shadow_gap {
- background: inherit;
- border: inherit;
- border-radius: inherit;
-}
-
/* The `payload' area. */
GtkHandleBox > box {
background: inherit;
@@ -157,12 +151,6 @@ GtkNotebook > box {
border-radius: inherit;
}
-GtkNotebook > box_gap {
- background: inherit;
- border: inherit;
- border-radius: inherit;
-}
-
GtkOptionMenu > box {
background: inherit;
border: inherit;
@@ -218,12 +206,12 @@ GtkSpinButton > GtkEntry > shadow {
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
-GtkSpinButton > box.spinbutton_up {
+GtkSpinButton > box.spinbutton-up {
border-top: inherit;
border-right: inherit;
border-top-right-radius: inherit;
}
-GtkSpinButton > box.spinbutton_down {
+GtkSpinButton > box.spinbutton-down {
border-right: inherit;
border-bottom: inherit;
border-bottom-right-radius: inherit;
diff --git a/themes/moblesse/gtk-2.0/gtkrc.css b/themes/moblesse/gtk-2.0/gtkrc.css
index 6f11494..9792811 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -14,7 +14,7 @@ GtkButton, GtkComboBox, GtkEntry {
border: 1px solid;
}
-GtkButton:prelight {
+GtkButton:prelight, GtkComboBox:prelight {
/* Use shorthand notation, because that's what's inherited. */
background: gtk-color(selected_bg_color);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]