From da199242b21853bbd1da9b8aad8defbe2c329782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 11 Mar 2016 11:06:45 +0100 Subject: [PATCH] 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(+) diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index a42016be9..8b61bc15e 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 3160a7457..ebdd7fdc8 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;