[gnome-shell] theme: fix insensitive popover items
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: fix insensitive popover items
- Date: Tue, 3 Mar 2015 17:49:21 +0000 (UTC)
commit ad3e24e0bbfdf7e2e05a0be755b4b3b12806e595
Author: Jakub Steiner <jimmac gmail com>
Date: Tue Mar 3 16:27:17 2015 +0100
theme: fix insensitive popover items
https://bugzilla.gnome.org/show_bug.cgi?id=745175
data/theme/gnome-shell-high-contrast.css | 14 ++++++--------
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 14 ++++++--------
3 files changed, 13 insertions(+), 17 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 1bb4559..265d2a5 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -399,7 +399,7 @@ StScrollBar {
background-color: #1c5187;
color: #ffffff; }
.popup-menu .popup-menu-item:insensitive {
- background-color: rgba(0, 0, 0, 0.5); }
+ color: rgba(255, 255, 255, 0.5); }
.popup-menu .active {
background-color: #215d9c; }
.popup-menu .popup-inactive-menu-item {
@@ -718,7 +718,7 @@ StScrollBar {
/* Message list */
.message-list {
- width: 420px; }
+ width: 340px; }
.message-list-sections {
spacing: 1.5em; }
@@ -742,15 +742,12 @@ StScrollBar {
background-color: #999999; }
.message {
- background-color: #0d0d0d;
- border-radius: 3px; }
+ background-color: #0d0d0d; }
.message:hover, .message:focus {
background-color: #262626; }
.message-icon-bin {
- padding: 8px 0px 8px 8px; }
- .message-icon-bin:rtl {
- padding: 8px 8px 8px 0px; }
+ padding: 5px; }
.message-icon-bin > StIcon {
icon-size: 48px; }
@@ -765,7 +762,8 @@ StScrollBar {
font-weight: bold; }
.message-content {
- padding: 8px; }
+ padding: 5px;
+ spacing: 5px; }
.system-switch-user-submenu-icon {
icon-size: 24px;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index fb6aeea..099f3d3 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit fb6aeeaa63912a08e5cf721e6a822df4a463e812
+Subproject commit 099f3d31813ce1f30c30c14f168a8af2e6cd4904
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 370f959..b76ab47 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -399,7 +399,7 @@ StScrollBar {
background-color: #1c5187;
color: #ffffff; }
.popup-menu .popup-menu-item:insensitive {
- background-color: rgba(57, 63, 63, 0.5); }
+ color: rgba(238, 238, 236, 0.5); }
.popup-menu .active {
background-color: #215d9c; }
.popup-menu .popup-inactive-menu-item {
@@ -718,7 +718,7 @@ StScrollBar {
/* Message list */
.message-list {
- width: 420px; }
+ width: 340px; }
.message-list-sections {
spacing: 1.5em; }
@@ -742,15 +742,12 @@ StScrollBar {
background-color: #8e8e80; }
.message {
- background-color: #454c4c;
- border-radius: 3px; }
+ background-color: #454c4c; }
.message:hover, .message:focus {
background-color: #5d6767; }
.message-icon-bin {
- padding: 8px 0px 8px 8px; }
- .message-icon-bin:rtl {
- padding: 8px 8px 8px 0px; }
+ padding: 5px; }
.message-icon-bin > StIcon {
icon-size: 48px; }
@@ -765,7 +762,8 @@ StScrollBar {
font-weight: bold; }
.message-content {
- padding: 8px; }
+ padding: 5px;
+ spacing: 5px; }
.system-switch-user-submenu-icon {
icon-size: 24px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]