[gnome-themes-standard] csd: Add 1px border left-of and below csd buttons
- From: Kristian Høgsberg <krh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] csd: Add 1px border left-of and below csd buttons
- Date: Mon, 1 Apr 2013 01:43:23 +0000 (UTC)
commit 6e85bd315718c8ae61070da39f28c915ac4d9643
Author: Kristian Høgsberg <krh bitplanet net>
Date: Sun Mar 31 21:26:29 2013 -0400
csd: Add 1px border left-of and below csd buttons
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index cef7c57..3ecb624 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4006,9 +4006,10 @@ GtkBubbleWindow .toolbar {
}
.titlebar .button {
- border-style: solid;
+ border-style: none none solid;
border-color: darker(@theme_bg_color);
border-image: none;
+ border-width: 1px;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.20),
@@ -4018,12 +4019,11 @@ GtkBubbleWindow .toolbar {
.titlebar .button:first-child {
border-radius: 10px 0px 0px 0px;
- border-width: 0px 1px 0px 0px;
+ border-style: none none solid solid;
}
.titlebar .button:last-child {
border-radius: 0px 10px 0px 0px;
- border-width: 0px 0px 0px 1px;
}
.titlebar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]