[gnome-builder/wip/chergert/shortcuts: 12/24] css: stylize keyboard buttons a bit
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/shortcuts: 12/24] css: stylize keyboard buttons a bit
- Date: Sun, 30 Aug 2015 02:53:59 +0000 (UTC)
commit 807131b6dcbdd4f8747e2972178f6974bc1de7f2
Author: Christian Hergert <christian hergert me>
Date: Thu Aug 27 21:20:13 2015 -0700
css: stylize keyboard buttons a bit
data/theme/Adwaita.css | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index c7aebad..8a78817 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -45,9 +45,12 @@ GbTree:backdrop.dim-label {
GbAccelLabel GtkFrame {
- color: #555753;
- border-radius: 5px;
- padding: 3px 8px 3px 8px;
background-color: #fefefe;
+ background-image: linear-gradient(#FEFEFE, #EFEFEF);
border: 1px solid #cecece;
+ border-radius: 5px;
+ box-shadow: 0px 1px 0px #fff inset,
+ 0px -2px 0px #dedede inset;
+ color: #555753;
+ padding: 3px 8px 3px 8px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]