[gnome-shell-extensions/legacy-colors] More subtle styling of the taskbar
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/legacy-colors] More subtle styling of the taskbar
- Date: Thu, 24 Jan 2013 13:52:13 +0000 (UTC)
commit 8f721bfd582bd824fa70e415ec2eb51f67e99b60
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jan 24 14:51:35 2013 +0100
More subtle styling of the taskbar
extensions/legacy-colors/stylesheet.css | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/extensions/legacy-colors/stylesheet.css b/extensions/legacy-colors/stylesheet.css
index c52f235..01ba7cf 100644
--- a/extensions/legacy-colors/stylesheet.css
+++ b/extensions/legacy-colors/stylesheet.css
@@ -1,8 +1,6 @@
/* FIXME:
- white edge highlight with text-shadow and icon-shadow for panel-button
- better shading of the panel (dark 5%) - impossible without multipoint gradients, image-bg is a hack
- - ON/OFF svg widgets. Can they be placed inside the extension dir?
- - calendar dropdown colors
- bubble menus: separators
*/
@@ -28,6 +26,8 @@
border-bottom: 1px solid #000 !important;
}
+/* TASKBAR */
+
#panel.bottom-panel {
border-top-width: 1px;
border-bottom-width: 0px;
@@ -38,9 +38,10 @@
background-gradient-direction: vertical;
background-gradient-end: #d0d0d0;
color: #555 !important;
+ border-radius: 2px !important;
padding-top: 2px !important; /* Remove 1px to make up for the top border */
text-shadow: 0 0 transparent;
- box-shadow: inset -1px -1px 2px rgba(0,0,0,0.7) !important;
+ box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5) !important;
}
.bottom-panel .window-button:hover > StWidget {
@@ -49,13 +50,13 @@
}
.bottom-panel .window-button:active > StWidget {
- box-shadow: inset 1px 1px 2px rgba(0,0,0,0.7) !important;
+ box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important;
}
.bottom-panel .window-button.focused > StWidget {
background-color: #a9a9a9 !important;
background-gradient-end: #b0b0b0;
- box-shadow: inset 1px 1px 2px rgba(0,0,0,0.7) !important;
+ box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important;
}
.bottom-panel .window-button.focused:hover > StWidget {
@@ -65,9 +66,12 @@
.bottom-panel .window-button.minimized > StWidget {
color: #888 !important;
- box-shadow: inset -1px -1px 2px rgba(0,0,0,0.4) !important;
+ box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4) !important;
}
+
+/* TOP BAR */
+
.panel-corner,
.panel-corner:active,
.panel-corner:overview,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]