From d0d60fbd93e3416ef5b049154871f5a1701bca5a Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 21 Oct 2014 16:53:01 +0200 Subject: [PATCH] theme: window captions in the overview + a few typos --- data/theme/_common.scss | 17 +++++++++++++++-- data/theme/gnome-shell.css | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/data/theme/_common.scss b/data/theme/_common.scss index 305f51448..fa957dd4f 100644 --- a/data/theme/_common.scss +++ b/data/theme/_common.scss @@ -395,6 +395,19 @@ StScrollBar { &.external-monitor { padding: 32px; } } + .window-clone-border { + border: 4px solid $selected_bg_color; + border-radius: 4px; + } + .window-caption { + spacing: 25px; + background-color: transparentize($bg_color,0.3); + border-radius: 8px; + padding: 4px 12px; + -shell-caption-spacing: 12px; + &:hover { background-color: $selected_bg_color; } + } + .messages-indicator { color: transparentize($fg_color,.2); height: 32px; } .messages-indicator-contents { spacing: 12px; padding-bottom: 12px; } @@ -427,8 +440,8 @@ StScrollBar { spacing: 16px; } - .search-selection { spacing: 16px; } // This should be equal to #searchResultsContent spacing - .search-selection-content { spacing: 32px; } // This is the space between the provider icon and the results container + .search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing + .search-section-content { spacing: 32px; } // This is the space between the provider icon and the results container .search-statustext { // "no results" @extend %status_text; } diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 4f6184876..4da11936f 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1622,6 +1622,19 @@ StScrollBar { .window-picker.external-monitor { padding: 32px; } +.window-clone-border { + border: 4px solid #215d9c; + border-radius: 4px; } + +.window-caption { + spacing: 25px; + background-color: rgba(57, 63, 63, 0.7); + border-radius: 8px; + padding: 4px 12px; + -shell-caption-spacing: 12px; } + .window-caption:hover { + background-color: #215d9c; } + .messages-indicator { color: rgba(238, 238, 236, 0.8); height: 32px; } @@ -1652,10 +1665,10 @@ StScrollBar { padding-right: 20px; spacing: 16px; } -.search-selection { +.search-section { spacing: 16px; } -.search-selection-content { +.search-section-content { spacing: 32px; } .list-search-results {