[gnome-shell-extensions/legacy-colors] First shot at taskbar styling
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions/legacy-colors] First shot at taskbar styling
- Date: Wed, 23 Jan 2013 16:55:12 +0000 (UTC)
commit fdc43541f840bf9c843ce29eceef8884734029da
Author: Florian MÃllner <fmuellner gnome org>
Date: Tue Jan 22 18:01:24 2013 +0100
First shot at taskbar styling
extensions/legacy-colors/stylesheet.css | 40 +++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/extensions/legacy-colors/stylesheet.css b/extensions/legacy-colors/stylesheet.css
index b7719a5..37b3843 100644
--- a/extensions/legacy-colors/stylesheet.css
+++ b/extensions/legacy-colors/stylesheet.css
@@ -28,6 +28,46 @@
border-bottom: 1px solid #000 !important;
}
+#panel.bottom-panel {
+ border-top: 1px solid #ddd;
+ border-bottom-width: 0px;
+ }
+
+ .bottom-panel .window-button > StWidget {
+ background-color: #e9e9e9 !important;
+ background-gradient-direction: vertical;
+ background-gradient-end: #d0d0d0;
+ color: #555 !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;
+ }
+
+ .bottom-panel .window-button:hover > StWidget {
+ background-color: #f9f9f9 !important;
+ background-gradient-end: #e0e0e0;
+ }
+
+ .bottom-panel .window-button:active > StWidget {
+ box-shadow: inset 1px 1px 2px rgba(0,0,0,0.7) !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;
+ }
+
+ .bottom-panel .window-button.focused:hover > StWidget {
+ background-color: #b9b9b9 !important;
+ background-gradient-end: #c0c0c0;
+ }
+
+ .bottom-panel .window-button.minimized > StWidget {
+ color: #888 !important;
+ box-shadow: inset -1px -1px 2px rgba(0,0,0,0.4) !important;
+ }
+
.panel-corner,
.panel-corner:active,
.panel-corner:overview,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]