aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18')
-rw-r--r--common/gtk-3.0/3.18/gtk-dark.css11
-rw-r--r--common/gtk-3.0/3.18/gtk-darker.css11
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-dark.css11
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-darker.css11
-rw-r--r--common/gtk-3.0/3.18/gtk-solid.css11
-rw-r--r--common/gtk-3.0/3.18/gtk.css11
-rw-r--r--common/gtk-3.0/3.18/sass/_lightdm.scss13
7 files changed, 44 insertions, 35 deletions
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index f40bcc2..14a739d 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3578,11 +3578,12 @@ GtkListBox .h4 {
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #BAC3CF;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index dc2f4bb..b10a1c4 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3584,11 +3584,12 @@ GtkListBox .h4 {
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #BAC3CF;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 8a754ca..0f854ad 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3578,11 +3578,12 @@ GtkListBox .h4 {
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px #1b1d23; }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #BAC3CF;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 55b9ba2..be9df54 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3584,11 +3584,12 @@ GtkListBox .h4 {
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px #1b1d23; }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #BAC3CF;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index c8ec215..eb6e99c 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3588,11 +3588,12 @@ GtkListBox .h4 {
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px #1b1d23; }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #BAC3CF;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 06faeb3..dceaa60 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3588,11 +3588,12 @@ GtkListBox .h4 {
color: #BAC3CF;
font: bold;
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
- #panel_window .menubar,
- #panel_window .menubar > .menuitem {
- background-color: transparent;
- color: #BAC3CF;
- font: bold; }
+ #panel_window .menubar {
+ padding-left: 5px; }
+ #panel_window .menubar, #panel_window .menubar > .menuitem {
+ background-color: transparent;
+ color: #BAC3CF;
+ font: bold; }
#panel_window .menubar .menuitem:insensitive {
color: rgba(186, 195, 207, 0.5); }
#panel_window .menubar .menuitem:insensitive GtkLabel {
diff --git a/common/gtk-3.0/3.18/sass/_lightdm.scss b/common/gtk-3.0/3.18/sass/_lightdm.scss
index 89cdfcd..bb7214a 100644
--- a/common/gtk-3.0/3.18/sass/_lightdm.scss
+++ b/common/gtk-3.0/3.18/sass/_lightdm.scss
@@ -6,11 +6,14 @@
box-shadow: inset 0 -1px darken($panel_bg, 7%);
// the menubars/menus of the panel, i.e. indicators
- .menubar,
- .menubar > .menuitem {
- background-color: transparent;
- color: $panel_fg;
- font: bold;
+ .menubar {
+ padding-left: 5px;
+
+ &, > .menuitem {
+ background-color: transparent;
+ color: $panel_fg;
+ font: bold;
+ }
}
.menubar .menuitem:insensitive {