[gnome-shell/wip/sasstest: 52/86] theme: run dialog tweaks
- From: Carlos Soriano Sánchez <csoriano src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-shell/wip/sasstest: 52/86] theme: run dialog tweaks
 
- Date: Thu, 19 Feb 2015 17:35:24 +0000 (UTC)
 
commit cda6daebafe02bafa912d876c4546745c0ed5e40
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 8055e76..224a066 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 7b2308e..e51b420 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 4bb3f2d..02091f5 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]