[gnome-shell] theme: Actually apply style changes



commit da199242b21853bbd1da9b8aad8defbe2c329782
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Mar 11 11:06:45 2016 +0100

    theme: Actually apply style changes
    
    Commit e86c2826e updated the SASS submodule without actually applying
    the changes to the generated CSS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762480

 data/theme/gnome-shell-high-contrast.css |    4 ++++
 data/theme/gnome-shell.css               |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index a42016b..8b61bc1 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -443,6 +443,10 @@ StScrollBar {
 .geolocation-dialog-title {
   font-weight: bold; }
 
+.geolocation-dialog-reason {
+  color: #999999;
+  font-weight: bold; }
+
 /* Network Agent Dialog */
 .network-dialog-secret-table {
   spacing-rows: 15px;
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 3160a74..ebdd7fd 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -443,6 +443,10 @@ StScrollBar {
 .geolocation-dialog-title {
   font-weight: bold; }
 
+.geolocation-dialog-reason {
+  color: #8e8e80;
+  font-weight: bold; }
+
 /* Network Agent Dialog */
 .network-dialog-secret-table {
   spacing-rows: 15px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]