[gnome-themes-standard] spinbutton: round corners for first/last button
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] spinbutton: round corners for first/last button
- Date: Tue, 29 Nov 2011 01:43:26 +0000 (UTC)
commit d3e9dbf49022fbc2c1e82216650c865931b5b9e2
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Nov 28 20:41:56 2011 -0500
spinbutton: round corners for first/last button
themes/Adwaita/gtk-3.0/gtk-widgets.css | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 89c3131..53dfe77 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -233,7 +233,12 @@ GtkComboBox.combobox-entry .button:prelight,
.spinbutton .button:nth-child(first):prelight,
.spinbutton .button:nth-child(first):active,
.spinbutton .button:nth-child(first):focused,
-.spinbutton .button:nth-child(first):insensitive,
+.spinbutton .button:nth-child(first):insensitive {
+ border-style: none;
+ border-image: none;
+
+ border-radius: 1 0 0 1;
+}
.spinbutton .button:nth-child(last),
.spinbutton .button:nth-child(last):prelight,
.spinbutton .button:nth-child(last):active,
@@ -241,6 +246,8 @@ GtkComboBox.combobox-entry .button:prelight,
.spinbutton .button:nth-child(last):insensitive {
border-style: none;
border-image: none;
+
+ border-radius: 0 1 1 0;
}
/****************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]