theme: run dialog tweaks

This commit is contained in:
Jakub Steiner 2015-01-16 14:34:25 +01:00 committed by Florian Müllner
parent b30ecd29d8
commit 98e6fd9cfb
3 changed files with 8 additions and 6 deletions

View File

@ -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;

View File

@ -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; }

View File

@ -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; }