aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
authorHorst31802016-11-25 18:53:51 +0100
committerHorst31802016-11-25 18:53:51 +0100
commitd641d3de1641a9aa0a0f6ac1bacec91d9fdd3326 (patch)
treec661430cc298fbe8b42c7b4882884834d3365170 /common/gtk-3.0/3.14
parentef96c20d4e5d3c87be2605df975ad0d7981fef88 (diff)
downloadsolarc-theme-d641d3de1641a9aa0a0f6ac1bacec91d9fdd3326.tar.gz
solarc-theme-d641d3de1641a9aa0a0f6ac1bacec91d9fdd3326.tar.xz
solarc-theme-d641d3de1641a9aa0a0f6ac1bacec91d9fdd3326.zip
add lightdm panel padding (fix #678)
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-dark.css11
-rw-r--r--common/gtk-3.0/3.14/gtk-darker.css11
-rw-r--r--common/gtk-3.0/3.14/gtk-solid-dark.css11
-rw-r--r--common/gtk-3.0/3.14/gtk-solid-darker.css11
-rw-r--r--common/gtk-3.0/3.14/gtk-solid.css11
-rw-r--r--common/gtk-3.0/3.14/gtk.css11
-rw-r--r--common/gtk-3.0/3.14/sass/_lightdm.scss13
7 files changed, 44 insertions, 35 deletions
diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css
index e7f5c21..a99c8b1 100644
--- a/common/gtk-3.0/3.14/gtk-dark.css
+++ b/common/gtk-3.0/3.14/gtk-dark.css
@@ -3521,11 +3521,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.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css
index 5c70d1c..a5f7f0d 100644
--- a/common/gtk-3.0/3.14/gtk-darker.css
+++ b/common/gtk-3.0/3.14/gtk-darker.css
@@ -3524,11 +3524,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.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css
index d3a212a..6394a6a 100644
--- a/common/gtk-3.0/3.14/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-solid-dark.css
@@ -3521,11 +3521,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.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css
index 346b110..3164d2f 100644
--- a/common/gtk-3.0/3.14/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-solid-darker.css
@@ -3524,11 +3524,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.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css
index a2ca2ad..0e2152c 100644
--- a/common/gtk-3.0/3.14/gtk-solid.css
+++ b/common/gtk-3.0/3.14/gtk-solid.css
@@ -3524,11 +3524,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.14/gtk.css b/common/gtk-3.0/3.14/gtk.css
index cd5f9d9..0b0cae4 100644
--- a/common/gtk-3.0/3.14/gtk.css
+++ b/common/gtk-3.0/3.14/gtk.css
@@ -3524,11 +3524,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.14/sass/_lightdm.scss b/common/gtk-3.0/3.14/sass/_lightdm.scss
index 89cdfcd..bb7214a 100644
--- a/common/gtk-3.0/3.14/sass/_lightdm.scss
+++ b/common/gtk-3.0/3.14/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 {