[gnome-themes-standard] Widget theme: really fix comboxbox entry buttons borders.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widget theme: really fix comboxbox entry buttons borders.
- Date: Tue, 20 Dec 2011 23:32:39 +0000 (UTC)
commit d09321336a646677a537d9b315ab6cc22ceda43f
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Dec 21 00:32:20 2011 +0100
Widget theme: really fix comboxbox entry buttons borders.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index d0a8475..e1eaf70 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -1138,6 +1138,10 @@ GtkComboBox.combobox-entry .button:first-child,
GtkComboBox.combobox-entry .button:focus:first-child,
GtkComboBox.combobox-entry .button:active:first-child,
GtkComboBox.combobox-entry .button:insensitive:first-child,
+GtkComboBox.combobox-entry .button:active:first-child,
+GtkComboBox.combobox-entry .button:active:hover:first-child,
+GtkComboBox.combobox-entry .button:active:focus:first-child,
+GtkComboBox.combobox-entry .button:active:hover:focus:first-child,
GtkComboBox.combobox-entry .button:window-unfocused:first-child {
border-image-width: 3 0 4 3;
border-radius: 3 0 0 3;
@@ -1151,6 +1155,9 @@ GtkComboBox.combobox-entry .button:last-child,
GtkComboBox.combobox-entry .button:focus:last-child,
GtkComboBox.combobox-entry .button:insensitive:last-child,
GtkComboBox.combobox-entry .button:active:last-child,
+GtkComboBox.combobox-entry .button:active:hover:last-child,
+GtkComboBox.combobox-entry .button:active:focus:last-child,
+GtkComboBox.combobox-entry .button:active:hover:focus:last-child,
GtkComboBox.combobox-entry .button:window-unfocused:last-child {
border-image-width: 3 3 4 0;
border-radius: 0 3 3 0;
@@ -1162,6 +1169,9 @@ GtkComboBox.combobox-entry .button:window-unfocused:last-child {
.primary-toolbar GtkComboBox.combobox-entry .button:first-child,
.primary-toolbar GtkComboBox.combobox-entry .button:hover:first-child,
.primary-toolbar GtkComboBox.combobox-entry .button:active:first-child,
+.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:first-child,
+.primary-toolbar GtkComboBox.combobox-entry .button:active:focus:first-child,
+.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:focus:first-child,
.primary-toolbar GtkComboBox.combobox-entry .button:focus:first-child,
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive:first-child {
border-image-width: 4 0 4 4;
@@ -1174,6 +1184,9 @@ GtkComboBox.combobox-entry .button:window-unfocused:last-child {
.primary-toolbar GtkComboBox.combobox-entry .button:last-child,
.primary-toolbar GtkComboBox.combobox-entry .button:hover:last-child,
.primary-toolbar GtkComboBox.combobox-entry .button:active:last-child,
+.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:last-child,
+.primary-toolbar GtkComboBox.combobox-entry .button:active:focus:last-child,
+.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:focus:last-child,
.primary-toolbar GtkComboBox.combobox-entry .button:focus:last-child,
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive:last-child {
border-image-width: 4 4 4 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]