[gnome-shell/wip/sass: 56/90] theme: run dialog tweaks
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/sass: 56/90] theme: run dialog tweaks
- Date: Wed, 18 Feb 2015 20:45:04 +0000 (UTC)
commit 1bec2eff756cdebc221560446060b542e83618c7
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 fba6037..f53f54e 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 77c468f..d34ebbe 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]