[gnome-shell-extensions] classic-theme: Fix top bar style in (un)lock screen
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] classic-theme: Fix top bar style in (un)lock screen
- Date: Tue, 12 Feb 2013 18:01:00 +0000 (UTC)
commit 95b0d72e0472ff4cc441ffdd8e2b0c4a5d137dfc
Author: Florian MÃllner <fmuellner gnome org>
Date: Tue Feb 12 18:32:47 2013 +0100
classic-theme: Fix top bar style in (un)lock screen
The top bar should be translucent/transparent on the (un)lock screen,
even in classic mode.
https://bugzilla.gnome.org/show_bug.cgi?id=693663
data/gnome-classic.css | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 7a646ad..057a014 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -30,6 +30,18 @@
border-bottom: 1px solid #000 !important;
}
+ #panel.lock-screen {
+ background-color: rgba(0,0,0,0.3) !important;
+ background-gradient-end: rgba(0,0,0,0.3) !important;
+ border-top-color: transparent;
+}
+
+ #panel.unlock-screen {
+ background-color: transparent !important;
+ background-gradient-end: transparent !important;
+ border-top-color: transparent;
+}
+
/* TOP BAR */
@@ -46,7 +58,9 @@
-minimum-hpadding: 3px !important;
}
- #panel:overview .panel-button {
+ #panel:overview .panel-button,
+ #panel.lock-screen .panel-button,
+ #panel.unlock-screen .panel-button {
color: #ccc !important;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]