diff options
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell.css | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index 0883e02..9660c38 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -394,10 +394,11 @@ StScrollBar { spacing: 20px; } .audio-selection-device { - border: 1px solid red; - border-radius: 12px; } + border: 1px solid #dcdfe3; + border-radius: 3px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #5294E2; } + background-color: #5294E2; + border-color: #5294E2; } .audio-selection-device-box { padding: 20px; @@ -408,22 +409,17 @@ StScrollBar { .geolocation-dialog { spacing: 30px; } - -.geolocation-dialog-main-layout { - spacing: 12px; } - -.geolocation-dialog-content { - spacing: 20px; } - -.geolocation-dialog-icon { - icon-size: 48px; } - -.geolocation-dialog-title { - font-weight: bold; } - -.geolocation-dialog-reason { - color: black; - font-weight: bold; } + .geolocation-dialog-main-layout { + spacing: 12px; } + .geolocation-dialog-content { + spacing: 20px; } + .geolocation-dialog-icon { + icon-size: 48px; } + .geolocation-dialog-title { + font-weight: bold; } + .geolocation-dialog-reason { + color: #5c616c; + font-weight: bold; } .network-dialog-secret-table { spacing-rows: 15px; |