[gnome-shell] tone down modal dialogs borders



commit 3d747b00e695db2fa95e96154b70998713e472a1
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jan 13 15:04:49 2016 +0100

    tone down modal dialogs borders
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760577

 data/theme/gnome-shell-high-contrast.css |    4 ++--
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 1ed9a73..3bf9b0d 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -199,7 +199,7 @@ StScrollBar {
   border-radius: 9px;
   color: #eeeeec;
   background-color: rgba(23, 25, 26, 0.95);
-  border: 3px solid rgba(238, 238, 236, 0.5); }
+  border: 1px solid rgba(238, 238, 236, 0.2); }
   .modal-dialog .modal-dialog-content-box {
     padding: 24px; }
   .modal-dialog .run-dialog-entry {
@@ -224,7 +224,7 @@ StScrollBar {
 /* End Session Dialog */
 .end-session-dialog {
   spacing: 42px;
-  border: 3px solid rgba(238, 238, 236, 0.2); }
+  border: 1px solid rgba(238, 238, 236, 0.2); }
 
 .end-session-dialog-list {
   padding-top: 20px; }
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 9195df2..1d35c28 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 9195df2df751778b5ddea02c04f30fc1e4ffbe6e
+Subproject commit 1d35c2890aaee1d297f0976b8166141747be6d1f
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 7afda7c..072f61f 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -199,7 +199,7 @@ StScrollBar {
   border-radius: 9px;
   color: #eeeeec;
   background-color: rgba(23, 25, 26, 0.95);
-  border: 3px solid rgba(238, 238, 236, 0.5); }
+  border: 1px solid rgba(238, 238, 236, 0.2); }
   .modal-dialog .modal-dialog-content-box {
     padding: 24px; }
   .modal-dialog .run-dialog-entry {
@@ -224,7 +224,7 @@ StScrollBar {
 /* End Session Dialog */
 .end-session-dialog {
   spacing: 42px;
-  border: 3px solid rgba(238, 238, 236, 0.2); }
+  border: 1px solid rgba(238, 238, 236, 0.2); }
 
 .end-session-dialog-list {
   padding-top: 20px; }


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