[gnome-shell/wip/sass: 65/78] theme: run dialog tweaks



commit 4e69c738914df252e1acf396a6b561873605a1a7
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jan 16 14:34:25 2015 +0100

    theme: run dialog tweaks

 data/theme/_common.scss                  |    4 ++--
 data/theme/gnome-shell-high-contrast.css |    5 +++--
 data/theme/gnome-shell.css               |    5 +++--
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 5730c31..65c4054 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -155,10 +155,10 @@ StScrollBar {
 .modal-dialog {
   border-radius: 5px;
   background-color: transparentize(darken($bg_color,10%),0.05);
-  border: 1px solid $borders_color;
+  border: 3px solid transparentize($fg_color, 0.8);
   padding: 24px;
 
-  .run-dialog-entry { width: 20em; }
+  .run-dialog-entry { width: 20em; margin-bottom: 6px; }
   .run-dialog-error-box {
     padding-top: 16px;
     spacing: 6px;
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 9b02109..2f23d1b 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -564,10 +564,11 @@ StScrollBar {
 .modal-dialog {
   border-radius: 5px;
   background-color: rgba(0, 0, 0, 0.95);
-  border: 1px solid black;
+  border: 3px solid rgba(255, 255, 255, 0.2);
   padding: 24px; }
   .modal-dialog .run-dialog-entry {
-    width: 20em; }
+    width: 20em;
+    margin-bottom: 6px; }
   .modal-dialog .run-dialog-error-box {
     padding-top: 16px;
     spacing: 6px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 4128a81..4157c2d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -564,10 +564,11 @@ StScrollBar {
 .modal-dialog {
   border-radius: 5px;
   background-color: rgba(33, 36, 36, 0.95);
-  border: 1px solid #1c1f1f;
+  border: 3px solid rgba(238, 238, 236, 0.2);
   padding: 24px; }
   .modal-dialog .run-dialog-entry {
-    width: 20em; }
+    width: 20em;
+    margin-bottom: 6px; }
   .modal-dialog .run-dialog-error-box {
     padding-top: 16px;
     spacing: 6px; }


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