[gnome-shell/wip/sass: 84/90] theme: tweaks
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 84/90] theme: tweaks
- Date: Wed, 18 Feb 2015 20:47:26 +0000 (UTC)
commit 9bc78a5eb027f3e33fe015c588cf5b613651aca1
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Feb 11 16:05:50 2015 +0100
theme: tweaks
- popover separators
- ws switcher osd colors
data/theme/_common.scss | 6 +++---
data/theme/gnome-shell-high-contrast.css | 5 ++---
data/theme/gnome-shell.css | 5 ++---
3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 2d84f03..1700e79 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -463,9 +463,9 @@ StScrollBar {
}
.popup-separator-menu-item {
- -margin-horizontal: 24px;
+ //-margin-horizontal: 24px;
height: 1px; //not really the whole box
- padding: 0; //not really centered
+ margin: 6px 64px;
background-color: transparent;
border-color: lighten($borders_color,10%);
border-bottom-width: 1px;
@@ -579,7 +579,7 @@ StScrollBar {
.ws-switcher-box {
height: 50px;
- border: 1px solid transparentize($fg_color,0.5);
+ border: 1px solid transparentize($osd_fg_color,0.9);
background: transparent;
border-radius: 8px;
}
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 582dbb5..392845e 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -418,9 +418,8 @@ StScrollBar {
-arrow-box-shadow: 0 1px 3px red; }
.popup-separator-menu-item {
- -margin-horizontal: 24px;
height: 1px;
- padding: 0;
+ margin: 6px 64px;
background-color: transparent;
border-color: #1a1a1a;
border-bottom-width: 1px;
@@ -508,7 +507,7 @@ StScrollBar {
.ws-switcher-box {
height: 50px;
- border: 1px solid rgba(255, 255, 255, 0.5);
+ border: 1px solid rgba(238, 238, 236, 0.1);
background: transparent;
border-radius: 8px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a4d382b..cd4d894 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -418,9 +418,8 @@ StScrollBar {
-arrow-box-shadow: 0 1px 3px red; }
.popup-separator-menu-item {
- -margin-horizontal: 24px;
height: 1px;
- padding: 0;
+ margin: 6px 64px;
background-color: transparent;
border-color: #343a3a;
border-bottom-width: 1px;
@@ -508,7 +507,7 @@ StScrollBar {
.ws-switcher-box {
height: 50px;
- border: 1px solid rgba(238, 238, 236, 0.5);
+ border: 1px solid rgba(238, 238, 236, 0.1);
background: transparent;
border-radius: 8px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]