[gnome-themes-standard] Widgets: same treatment with borders to gtk-widgets-borders-dark.css
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Widgets: same treatment with borders to gtk-widgets-borders-dark.css
- Date: Tue, 21 Feb 2012 17:09:15 +0000 (UTC)
commit d359adee5cba395f2bc77b9e7be5fb8770470426
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Tue Feb 21 18:08:29 2012 +0100
Widgets: same treatment with borders to gtk-widgets-borders-dark.css
.../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css | 21 +++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css b/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
index 8db2b3e..0300921 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
@@ -13,6 +13,8 @@ GtkSwitch.trough {
border-image: url("borders/generic-border-dark.svg") 3 3 4 3 / 3 3 4 3 stretch;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* focused element borders */
@@ -24,6 +26,8 @@ GtkSwitch.trough:active {
border-image: url("borders/generic-border-focused-dark.svg") 3 3 4 3 / 3 3 4 3 stretch;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* generic button borders */
@@ -31,6 +35,8 @@ GtkSwitch.trough:active {
border-image: url("borders/button-border-dark.svg") 3 3 4 3 / 3 3 4 3 stretch;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* focused button borders */
@@ -39,6 +45,8 @@ GtkSwitch.trough:active {
border-image: url("borders/button-border-focused-dark.svg") 3 3 4 3 / 3 3 4 3 stretch;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* tooltip elements borders */
@@ -46,6 +54,8 @@ GtkSwitch.trough:active {
.tooltip .button {
border-image: url("borders/tooltip-generic-border-dark.svg") 3 / 3 stretch;
border-width: 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* tooltip focused elements borders */
@@ -53,6 +63,8 @@ GtkSwitch.trough:active {
.tooltip .button:focus {
border-image: url("borders/tooltip-generic-border-focused-dark.svg") 3 / 3 stretch;
border-width: 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* primary toolbar - generic element borders */
@@ -142,6 +154,8 @@ column-header .button:active:focus {
to (@theme_base_color)) 0 1 0 0;
border-width: 0 1px 0 0;
border-radius: 0;
+ border-style: solid;
+ border-color: transparent;
}
column-header.button:backdrop,
@@ -152,7 +166,8 @@ column-header .button:backdrop {
to (@theme_unfocused_base_color)) 0 1 0 0;
border-width: 0 1px 0 0;
border-radius: 0;
-
+ border-style: solid;
+ border-color: transparent;
}
column-header.button:last-child,
@@ -168,6 +183,8 @@ column-header:last-child .button:active:focus {
border-image: none;
border-width: 0;
border-radius: 0;
+ border-style: solid;
+ border-color: transparent;
}
/* unfocused window: generic element borders */
@@ -181,6 +198,8 @@ GtkSwitch.trough:backdrop,
border-image: url("borders/generic-border-unfocused-dark.svg") 3 3 4 3 / 3 3 4 3 stretch;
border-radius: 3px;
border-width: 1px 1px 2px 1px;
+ border-style: solid;
+ border-color: transparent;
}
/* unfocused window: primary toolbar generic element borders */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]