From a1a9822059d82e55aa1ca51f0834984fb2bdd03d Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sun, 19 Nov 2017 09:28:13 +0000 Subject: [PATCH 01/34] Resolve jumping cinnamon panel icons - upstream #852 --- common/cinnamon/cinnamon-dark.css | 7 +++++++ common/cinnamon/cinnamon.css | 7 +++++++ common/cinnamon/sass/_common.scss | 10 ++++++++++ 3 files changed, 24 insertions(+) diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css index 34f45ef..6187acd 100644 --- a/common/cinnamon/cinnamon-dark.css +++ b/common/cinnamon/cinnamon-dark.css @@ -1305,6 +1305,13 @@ StScrollBar { .launcher:hover { border-right-width: 1px; padding-right: 0; } + .panel-bottom .panel-launcher, .panel-bottom + .launcher { + margin-bottom: 0; } + .panel-top .panel-launcher, .panel-top + .launcher { + margin-top: 0; + padding-top: 0; } #overview-corner { background-image: url("common-assets/misc/overview.png"); } diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index b816ac3..054535a 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -1305,6 +1305,13 @@ StScrollBar { .launcher:hover { border-right-width: 1px; padding-right: 0; } + .panel-bottom .panel-launcher, .panel-bottom + .launcher { + margin-bottom: 0; } + .panel-top .panel-launcher, .panel-top + .launcher { + margin-top: 0; + padding-top: 0; } #overview-corner { background-image: url("common-assets/misc/overview.png"); } diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index 00af8f7..3e98dba 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -1512,6 +1512,16 @@ StScrollBar { .panel-left & { border-left-width: 1px; padding-left: 0; } .panel-right & { border-right-width: 1px; padding-right: 0; } } + + .panel-bottom & { + margin-bottom: 0; + } + + .panel-top & { + margin-top: 0; + padding-top: 0; + } + } // From f8fa322485294b5871557144c98dbefbf7791e6d Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sun, 19 Nov 2017 09:33:01 +0000 Subject: [PATCH 02/34] Remove margin:auto from cinnamon menu applet and default theme Upstream PR #788 - This avoids warning messages as margin:auto is not supported in cinnamon 3.4 and later --- README.md | 2 +- common/cinnamon/cinnamon-dark.css | 2 -- common/cinnamon/cinnamon.css | 2 -- common/cinnamon/sass/_common.scss | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ffa7bd..88451d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arc Theme -Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, etc. +Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, Cinnamon (>=3.4) etc. ## Arc is available in three variants diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css index 34f45ef..e26ef0e 100644 --- a/common/cinnamon/cinnamon-dark.css +++ b/common/cinnamon/cinnamon-dark.css @@ -964,7 +964,6 @@ StScrollBar { -boxpointer-gap: 5px; } .menu-favorites-box { - margin: auto; padding: 10px; transition-duration: 300; background-color: #383C4A; @@ -975,7 +974,6 @@ StScrollBar { border: 1px solid transparent; } .menu-places-box { - margin: auto; padding: 10px; border: 0px solid red; } diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index b816ac3..f39733b 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -964,7 +964,6 @@ StScrollBar { -boxpointer-gap: 5px; } .menu-favorites-box { - margin: auto; padding: 10px; transition-duration: 300; background-color: #F5F6F7; @@ -975,7 +974,6 @@ StScrollBar { border: 1px solid transparent; } .menu-places-box { - margin: auto; padding: 10px; border: 0px solid red; } diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index 00af8f7..f560937 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -1099,7 +1099,6 @@ StScrollBar { // .menu { &-favorites-box { - margin: auto; padding: 10px; transition-duration: 300; background-color: $bg_color; @@ -1116,7 +1115,6 @@ StScrollBar { &-places { &-box { - margin: auto; padding: 10px; border: 0px solid red; } From 8de4dac5ccded01711125d1b7f16e433db366052 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Thu, 23 Nov 2017 22:20:15 +0000 Subject: [PATCH 03/34] Fix mixed quote types in gulpfile #739 --- gulpfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 0ceafcd..6c130ca 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,5 @@ -var gulp = require("gulp"); -var sass = require("gulp-sass"); +var gulp = require('gulp'); +var sass = require('gulp-sass'); var rename = require('gulp-rename'); gulp.task('sass', function () { @@ -12,7 +12,7 @@ gulp.task('sass', function () { } })) .pipe(rename(function (path) { - path.dirname += "/../"; + path.dirname += '/../'; })) .pipe(gulp.dest('./')) }); From 0accea0e507f1af45facb5db035b4745d67cbc33 Mon Sep 17 00:00:00 2001 From: Xiaodong Qi Date: Sat, 25 Nov 2017 19:50:11 -0700 Subject: [PATCH 04/34] Update PPA to close https://github.com/NicoHood/arc-theme/issues/5 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88451d1..a1469d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, Cinnamon (>=3.4) etc. -## Arc is available in three variants +## Arc is available in three variants ##### Arc @@ -30,8 +30,8 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell w | Gentoo/Funtoo | `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay] | | openSUSE | [OBS Repo][obs-repo] | | Solus | `arc-gtk-theme` | -| Ubuntu 15.04 - 16.04 | [OBS Repo][obs-repo] | -| Ubuntu 16.10 | `arc-theme` | +| Ubuntu 15.04 - 15.10 | [OBS Repo][obs-repo] | +| Ubuntu 16.04 - 18.04 | `arc-theme` from [NicoHood/Fossfreedom][NicoHood-fossfreedom] | **elementary OS Note:** elementary OS Freya users can install the package for Ubuntu 15.04, Loki users can install the package for Ubuntu 16.04. @@ -43,7 +43,7 @@ A non-transparent version of the theme is available here: [Arc Solid OBS repo](h ### Manual Installation -To build the theme the follwing packages are required +To build the theme the follwing packages are required * `autoconf` * `automake` * `pkg-config` or `pkgconfig` for Fedora @@ -154,3 +154,4 @@ Arc is available under the terms of the GPL-3.0. See `COPYING` for details. [obs-repo]: http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme [sk-overlay]: https://c.darenet.org/scriptkitties/overlay +[NicoHood-fossfreedom]: https://launchpad.net/~fossfreedom/+archive/ubuntu/arc-gtk-theme-daily From 315399d6fade64a64ddbc51a5358ef783c122312 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sun, 26 Nov 2017 10:48:56 +0000 Subject: [PATCH 05/34] Corrected Ubuntu package install instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1469d1..5c91118 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell w | openSUSE | [OBS Repo][obs-repo] | | Solus | `arc-gtk-theme` | | Ubuntu 15.04 - 15.10 | [OBS Repo][obs-repo] | -| Ubuntu 16.04 - 18.04 | `arc-theme` from [NicoHood/Fossfreedom][NicoHood-fossfreedom] | +| Ubuntu 16.10 - 18.04 | `arc-theme` +| Ubuntu 16.04 - 18.04 | `arc-theme` from [fossfreedom/arc-gtk-theme-daily](https://launchpad.net/~fossfreedom/+archive/ubuntu/arc-gtk-theme-daily) | **elementary OS Note:** elementary OS Freya users can install the package for Ubuntu 15.04, Loki users can install the package for Ubuntu 16.04. From 58989a4cbae4a3298865e93259d1193922a7e872 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sun, 10 Dec 2017 11:27:54 +0000 Subject: [PATCH 06/34] Remove mention of Fedora OBS repo #860 All currently supported versions of Fedora include Arc theme in the official repository. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c91118..4927a46 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell w | Arch Linux | `arc-gtk-theme`, [`gtk-theme-arc-git`](https://aur.archlinux.org/packages/gtk-theme-arc-git) (AUR) | | Debian 8 | [OBS Repo][obs-repo] | | Debian Testing/Unstable | `arc-theme` | -| Fedora 21 - 23 | [OBS Repo][obs-repo] | -| Fedora 24 -25 | `arc-theme` | +| Fedora | `arc-theme` | | Gentoo/Funtoo | `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay] | | openSUSE | [OBS Repo][obs-repo] | | Solus | `arc-gtk-theme` | From 53662eae465a9855c2535aefd232cb2f27c9554a Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sun, 10 Dec 2017 11:31:57 +0000 Subject: [PATCH 07/34] Remove obsolete OBS references and non-supported platforms Chrome and Firefox have now GTK+3 support so no longer need to use additional addons #9 OBS has an expired signature and as such we do not promote the use of this repo. Distro's handle packaging themselves. PR's are welcome to reference Distro specific packaging. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 4927a46..d70983e 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,15 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell w |Distro|Package Name/Link| |:----:|:----:| | Arch Linux | `arc-gtk-theme`, [`gtk-theme-arc-git`](https://aur.archlinux.org/packages/gtk-theme-arc-git) (AUR) | -| Debian 8 | [OBS Repo][obs-repo] | | Debian Testing/Unstable | `arc-theme` | | Fedora | `arc-theme` | | Gentoo/Funtoo | `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay] | -| openSUSE | [OBS Repo][obs-repo] | | Solus | `arc-gtk-theme` | -| Ubuntu 15.04 - 15.10 | [OBS Repo][obs-repo] | | Ubuntu 16.10 - 18.04 | `arc-theme` | Ubuntu 16.04 - 18.04 | `arc-theme` from [fossfreedom/arc-gtk-theme-daily](https://launchpad.net/~fossfreedom/+archive/ubuntu/arc-gtk-theme-daily) | -**elementary OS Note:** elementary OS Freya users can install the package for Ubuntu 15.04, Loki users can install the package for Ubuntu 16.04. - **AUR Note:** If you're having trouble with the AUR packages please email the package maintainer at zach@zach-adams.com before creating an issue. -A non-transparent version of the theme is available here: [Arc Solid OBS repo](http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme-solid) - -- ### Manual Installation @@ -114,15 +107,9 @@ from the cloned git repository, or ### Arc KDE A port of Arc for the Plasma 5 desktop with a few additions and extras. Available [here](https://github.com/PapirusDevelopmentTeam/arc-kde). -### Arc Firefox theme -A theme for Firefox is available at https://github.com/horst3180/arc-firefox-theme - ### Arc icon theme The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme -### Chrome/Chromium theme -To install the Chrome/Chromium theme go to the `extra/Chrome` folder and drag and drop the arc-theme.crx or arc-dark-theme.crx file into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/arc-theme" folder. - ### Plank theme To install the Plank theme, copy the `extra/Arc-Plank` folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use. Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Arc-Plank` as the theme. @@ -152,6 +139,5 @@ Arc is available under the terms of the GPL-3.0. See `COPYING` for details. ![A full screenshot of the Arc theme](http://i.imgur.com/tD1OBQ3.png) Screenshot Details: Icons: [Arc](https://github.com/horst3180/arc-icon-theme) | Launcher Icons based on [White Pixel Icons](http://darkdawg.deviantart.com/art/White-Pixel-Icons-252310560) | [Wallpaper](https://pixabay.com/photo-869593/) | Font: Futura Bk bt -[obs-repo]: http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme [sk-overlay]: https://c.darenet.org/scriptkitties/overlay [NicoHood-fossfreedom]: https://launchpad.net/~fossfreedom/+archive/ubuntu/arc-gtk-theme-daily From 19fdd92489923f0d0645b35c8a62249e25ce0579 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sun, 10 Dec 2017 11:43:45 +0000 Subject: [PATCH 08/34] Why this fork exists and who maintains it #4 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d70983e..cd21410 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Arc Theme -Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, Cinnamon (>=3.4) etc. +Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Pantheon, Xfce, MATE, Cinnamon (>=3.4) etc. + +The NicoHood/arc-theme repository is a soft-fork of the upstream horst3180/arc-theme repository. +Its aim is to continue the maintenance of arc-theme. The two maintainers are the Arch-Linux and Debian & Ubuntu packaging maintainers. + +It is strongly encouraged to submit pull-requests to suggest fixes and enhancements. ## Arc is available in three variants From 0252c7bcb36562c9f28101983c683036cd369bd0 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Fri, 15 Dec 2017 15:21:06 +0000 Subject: [PATCH 09/34] Remove no longer supported GTK+ versions This commit removes GTK+ versions 3.14 and 3.16 that most distros no longer use. For the remaining distro's past release tarballs can be used. This change is require to limit the testing of changes to commonly used GTK+ versions --- README.md | 11 +- .../dash/button-active-bottom.svg | 162 - .../dash/button-active-right.svg | 160 - .../common-assets/dash/button-active-top.svg | 162 - .../3.14/common-assets/dash/button-active.svg | 159 - .../dash/button-hover-bottom.svg | 152 - .../common-assets/dash/button-hover-right.svg | 151 - .../common-assets/dash/button-hover-top.svg | 152 - .../3.14/common-assets/dash/button-hover.svg | 149 - .../dash/button-running-active-bottom.svg | 160 - .../dash/button-running-active-right.svg | 160 - .../dash/button-running-active-top.svg | 160 - .../dash/button-running-active.svg | 160 - .../dash/button-running-bottom.svg | 151 - .../dash/button-running-hover-bottom.svg | 160 - .../dash/button-running-hover-right.svg | 160 - .../dash/button-running-hover-top.svg | 160 - .../dash/button-running-hover.svg | 160 - .../dash/button-running-right.svg | 151 - .../common-assets/dash/button-running-top.svg | 151 - .../common-assets/dash/button-running.svg | 150 - .../3.14/common-assets/dash/dash-left.svg | 72 - .../common-assets/dash/dash-placeholder.svg | 84 - .../3.14/common-assets/dash/dash-right.svg | 77 - .../3.14/common-assets/dash/running1.svg | 162 - .../3.14/common-assets/dash/running2.svg | 169 - .../3.14/common-assets/dash/running3.svg | 176 - .../3.14/common-assets/dash/running4.svg | 183 - .../3.14/common-assets/menu/menu-hover.svg | 104 - .../common-assets/menu/menu-separator.svg | 60 - .../3.14/common-assets/misc/bg.svg | 127 - .../3.14/common-assets/misc/close-active.svg | 100 - .../3.14/common-assets/misc/close-hover.svg | 100 - .../3.14/common-assets/misc/close.svg | 100 - .../common-assets/misc/corner-ripple-ltr.svg | 125 - .../common-assets/misc/corner-ripple-rtl.svg | 75 - .../3.14/common-assets/misc/more-results.svg | 167 - .../3.14/common-assets/misc/notification.svg | 146 - .../3.14/common-assets/misc/null.svg | 92 - .../3.14/common-assets/misc/osd.svg | 127 - .../misc/page-indicator-active.svg | 87 - .../misc/page-indicator-checked.svg | 67 - .../misc/page-indicator-hover.svg | 67 - .../misc/page-indicator-inactive.svg | 67 - .../common-assets/misc/process-working.svg | 287 - .../common-assets/misc/summary-counter.svg | 115 - .../misc/ws-switch-arrow-down.png | Bin 879 -> 0 bytes .../common-assets/misc/ws-switch-arrow-up.png | Bin 853 -> 0 bytes .../common-assets/panel/activities-active.svg | 178 - .../3.14/common-assets/panel/activities.svg | 158 - .../common-assets/panel/panel-overview.svg | 75 - .../3.14/common-assets/panel/panel.svg | 75 - .../switch/switch-off-selected.svg | 229 - .../switch/switch-on-selected.svg | 274 - .../checkbox/checkbox-checked-focused.svg | 214 - .../dark-assets/checkbox/checkbox-checked.svg | 214 - .../checkbox/checkbox-unchecked-focused.svg | 160 - .../checkbox/checkbox-unchecked.svg | 141 - .../3.14/dark-assets/menu/menu.svg | 127 - .../3.14/dark-assets/menu/submenu-open.svg | 109 - .../3.14/dark-assets/menu/submenu.svg | 109 - .../3.14/dark-assets/misc/button-box.svg | 101 - .../misc/calendar-arrow-left-hover.svg | 172 - .../dark-assets/misc/calendar-arrow-left.svg | 169 - .../misc/calendar-arrow-right-hover.svg | 172 - .../dark-assets/misc/calendar-arrow-right.svg | 171 - .../3.14/dark-assets/misc/message-active.svg | 90 - .../dark-assets/misc/message-close-active.svg | 155 - .../dark-assets/misc/message-close-hover.svg | 138 - .../3.14/dark-assets/misc/message-close.svg | 118 - .../3.14/dark-assets/misc/message-hover.svg | 96 - .../3.14/dark-assets/misc/message.svg | 96 - .../3.14/dark-assets/misc/modal.svg | 143 - .../3.14/dark-assets/switch/switch-off.svg | 201 - .../3.14/dark-assets/switch/switch-on.svg | 239 - common/gnome-shell/3.14/gnome-shell-dark.css | 2091 ------ common/gnome-shell/3.14/gnome-shell.css | 2091 ------ .../checkbox/checkbox-checked-focused.svg | 268 - .../checkbox/checkbox-checked.svg | 268 - .../checkbox/checkbox-unchecked-focused.svg | 160 - .../checkbox/checkbox-unchecked.svg | 141 - .../3.14/light-assets/menu/menu.svg | 127 - .../3.14/light-assets/menu/submenu-open.svg | 109 - .../3.14/light-assets/menu/submenu.svg | 109 - .../3.14/light-assets/misc/button-box.svg | 92 - .../misc/calendar-arrow-left-hover.svg | 172 - .../light-assets/misc/calendar-arrow-left.svg | 169 - .../misc/calendar-arrow-right-hover.svg | 172 - .../misc/calendar-arrow-right.svg | 171 - .../3.14/light-assets/misc/message-active.svg | 90 - .../misc/message-close-active.svg | 155 - .../light-assets/misc/message-close-hover.svg | 138 - .../3.14/light-assets/misc/message-close.svg | 118 - .../3.14/light-assets/misc/message-hover.svg | 112 - .../3.14/light-assets/misc/message.svg | 103 - .../3.14/light-assets/misc/modal.svg | 143 - .../3.14/light-assets/switch/switch-off.svg | 201 - .../3.14/light-assets/switch/switch-on.svg | 274 - common/gnome-shell/3.14/sass/_colors.scss | 101 - common/gnome-shell/3.14/sass/_common.scss | 2499 ------- common/gnome-shell/3.14/sass/_drawing.scss | 167 - .../3.14/sass/gnome-shell-dark.scss | 7 - common/gnome-shell/3.14/sass/gnome-shell.scss | 7 - .../3.16/common-assets/dash/dash-left.svg | 72 - .../common-assets/dash/dash-placeholder.svg | 84 - .../3.16/common-assets/dash/dash-right.svg | 77 - .../3.16/common-assets/dash/running1.svg | 162 - .../3.16/common-assets/dash/running2.svg | 169 - .../3.16/common-assets/dash/running3.svg | 176 - .../3.16/common-assets/dash/running4.svg | 183 - .../3.16/common-assets/menu/menu-hover.svg | 104 - .../common-assets/menu/menu-separator.svg | 60 - .../3.16/common-assets/misc/bg.svg | 127 - .../3.16/common-assets/misc/close-active.svg | 100 - .../3.16/common-assets/misc/close-hover.svg | 100 - .../3.16/common-assets/misc/close.svg | 100 - .../common-assets/misc/corner-ripple-ltr.svg | 125 - .../common-assets/misc/corner-ripple-rtl.svg | 75 - .../3.16/common-assets/misc/more-results.svg | 167 - .../3.16/common-assets/misc/osd.svg | 127 - .../misc/page-indicator-active.svg | 87 - .../misc/page-indicator-checked.svg | 67 - .../misc/page-indicator-hover.svg | 67 - .../misc/page-indicator-inactive.svg | 67 - .../common-assets/misc/process-working.svg | 287 - .../misc/ws-switch-arrow-down.png | Bin 879 -> 0 bytes .../common-assets/misc/ws-switch-arrow-up.png | Bin 853 -> 0 bytes .../common-assets/panel/activities-active.svg | 178 - .../3.16/common-assets/panel/activities.svg | 158 - .../common-assets/panel/panel-overview.svg | 75 - .../3.16/common-assets/panel/panel.svg | 75 - .../switch/switch-off-selected.svg | 229 - .../switch/switch-on-selected.svg | 274 - .../checkbox/checkbox-checked-focused.svg | 214 - .../dark-assets/checkbox/checkbox-checked.svg | 214 - .../checkbox/checkbox-unchecked-focused.svg | 160 - .../checkbox/checkbox-unchecked.svg | 141 - .../3.16/dark-assets/menu/menu.svg | 127 - .../3.16/dark-assets/menu/submenu-open.svg | 109 - .../3.16/dark-assets/menu/submenu.svg | 109 - .../3.16/dark-assets/misc/button-box.svg | 101 - .../misc/calendar-arrow-left-hover.svg | 172 - .../dark-assets/misc/calendar-arrow-left.svg | 169 - .../misc/calendar-arrow-right-hover.svg | 172 - .../dark-assets/misc/calendar-arrow-right.svg | 171 - .../3.16/dark-assets/misc/message-active.svg | 90 - .../dark-assets/misc/message-close-active.svg | 155 - .../dark-assets/misc/message-close-hover.svg | 138 - .../3.16/dark-assets/misc/message-close.svg | 118 - .../3.16/dark-assets/misc/message-hover.svg | 96 - .../3.16/dark-assets/misc/message.svg | 96 - .../3.16/dark-assets/misc/modal.svg | 143 - .../3.16/dark-assets/switch/switch-off.svg | 201 - .../3.16/dark-assets/switch/switch-on.svg | 239 - common/gnome-shell/3.16/gnome-shell-dark.css | 1921 ------ common/gnome-shell/3.16/gnome-shell.css | 1921 ------ .../checkbox/checkbox-checked-focused.svg | 268 - .../checkbox/checkbox-checked.svg | 268 - .../checkbox/checkbox-unchecked-focused.svg | 160 - .../checkbox/checkbox-unchecked.svg | 141 - .../3.16/light-assets/menu/menu.svg | 127 - .../3.16/light-assets/menu/submenu-open.svg | 109 - .../3.16/light-assets/menu/submenu.svg | 109 - .../3.16/light-assets/misc/button-box.svg | 92 - .../misc/calendar-arrow-left-hover.svg | 172 - .../light-assets/misc/calendar-arrow-left.svg | 169 - .../misc/calendar-arrow-right-hover.svg | 172 - .../misc/calendar-arrow-right.svg | 171 - .../3.16/light-assets/misc/message-active.svg | 90 - .../misc/message-close-active.svg | 155 - .../light-assets/misc/message-close-hover.svg | 138 - .../3.16/light-assets/misc/message-close.svg | 118 - .../3.16/light-assets/misc/message-hover.svg | 112 - .../3.16/light-assets/misc/message.svg | 103 - .../3.16/light-assets/misc/modal.svg | 143 - .../3.16/light-assets/switch/switch-off.svg | 201 - .../3.16/light-assets/switch/switch-on.svg | 274 - common/gnome-shell/3.16/sass/_colors.scss | 101 - common/gnome-shell/3.16/sass/_common.scss | 2256 ------- common/gnome-shell/3.16/sass/_drawing.scss | 171 - .../3.16/sass/gnome-shell-dark.scss | 7 - common/gnome-shell/3.16/sass/gnome-shell.scss | 7 - common/gtk-3.0/3.14/assets.svg | 5965 ----------------- common/gtk-3.0/3.14/assets.txt | 84 - .../3.14/assets/checkbox-checked-dark.png | Bin 360 -> 0 bytes .../3.14/assets/checkbox-checked-dark@2.png | Bin 475 -> 0 bytes .../checkbox-checked-insensitive-dark.png | Bin 370 -> 0 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 497 -> 0 bytes .../checkbox-checked-insensitive-selected.png | Bin 364 -> 0 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 493 -> 0 bytes .../assets/checkbox-checked-insensitive.png | Bin 374 -> 0 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 499 -> 0 bytes .../3.14/assets/checkbox-checked-selected.png | Bin 354 -> 0 bytes .../assets/checkbox-checked-selected@2.png | Bin 479 -> 0 bytes .../checkbox-checked-selectionmode-dark.png | Bin 474 -> 0 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 648 -> 0 bytes .../assets/checkbox-checked-selectionmode.png | Bin 465 -> 0 bytes .../checkbox-checked-selectionmode@2.png | Bin 655 -> 0 bytes .../gtk-3.0/3.14/assets/checkbox-checked.png | Bin 363 -> 0 bytes .../3.14/assets/checkbox-checked@2.png | Bin 479 -> 0 bytes .../3.14/assets/checkbox-mixed-dark.png | Bin 235 -> 0 bytes .../3.14/assets/checkbox-mixed-dark@2.png | Bin 294 -> 0 bytes .../checkbox-mixed-insensitive-dark.png | Bin 233 -> 0 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 296 -> 0 bytes .../checkbox-mixed-insensitive-selected.png | Bin 227 -> 0 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 285 -> 0 bytes .../assets/checkbox-mixed-insensitive.png | Bin 233 -> 0 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 296 -> 0 bytes .../3.14/assets/checkbox-mixed-selected.png | Bin 232 -> 0 bytes .../3.14/assets/checkbox-mixed-selected@2.png | Bin 294 -> 0 bytes common/gtk-3.0/3.14/assets/checkbox-mixed.png | Bin 235 -> 0 bytes .../gtk-3.0/3.14/assets/checkbox-mixed@2.png | Bin 294 -> 0 bytes .../assets/checkbox-selectionmode-dark.png | Bin 495 -> 0 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 692 -> 0 bytes .../3.14/assets/checkbox-selectionmode.png | Bin 447 -> 0 bytes .../3.14/assets/checkbox-selectionmode@2.png | Bin 658 -> 0 bytes .../3.14/assets/checkbox-unchecked-dark.png | Bin 269 -> 0 bytes .../3.14/assets/checkbox-unchecked-dark@2.png | Bin 349 -> 0 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 264 -> 0 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 340 -> 0 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 244 -> 0 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 312 -> 0 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 263 -> 0 bytes .../checkbox-unchecked-insensitive@2.png | Bin 358 -> 0 bytes .../assets/checkbox-unchecked-selected.png | Bin 252 -> 0 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 337 -> 0 bytes .../3.14/assets/checkbox-unchecked.png | Bin 265 -> 0 bytes .../3.14/assets/checkbox-unchecked@2.png | Bin 351 -> 0 bytes .../3.14/assets/radio-checked-dark.png | Bin 375 -> 0 bytes .../3.14/assets/radio-checked-dark@2.png | Bin 637 -> 0 bytes .../assets/radio-checked-insensitive-dark.png | Bin 373 -> 0 bytes .../radio-checked-insensitive-dark@2.png | Bin 619 -> 0 bytes .../radio-checked-insensitive-selected.png | Bin 351 -> 0 bytes .../radio-checked-insensitive-selected@2.png | Bin 575 -> 0 bytes .../3.14/assets/radio-checked-insensitive.png | Bin 368 -> 0 bytes .../assets/radio-checked-insensitive@2.png | Bin 611 -> 0 bytes .../3.14/assets/radio-checked-selected.png | Bin 369 -> 0 bytes .../3.14/assets/radio-checked-selected@2.png | Bin 641 -> 0 bytes common/gtk-3.0/3.14/assets/radio-checked.png | Bin 370 -> 0 bytes .../gtk-3.0/3.14/assets/radio-checked@2.png | Bin 638 -> 0 bytes .../gtk-3.0/3.14/assets/radio-mixed-dark.png | Bin 342 -> 0 bytes .../3.14/assets/radio-mixed-dark@2.png | Bin 546 -> 0 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 335 -> 0 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 528 -> 0 bytes .../radio-mixed-insensitive-selected.png | Bin 319 -> 0 bytes .../radio-mixed-insensitive-selected@2.png | Bin 481 -> 0 bytes .../3.14/assets/radio-mixed-insensitive.png | Bin 335 -> 0 bytes .../3.14/assets/radio-mixed-insensitive@2.png | Bin 528 -> 0 bytes .../3.14/assets/radio-mixed-selected.png | Bin 312 -> 0 bytes .../3.14/assets/radio-mixed-selected@2.png | Bin 518 -> 0 bytes common/gtk-3.0/3.14/assets/radio-mixed.png | Bin 342 -> 0 bytes common/gtk-3.0/3.14/assets/radio-mixed@2.png | Bin 546 -> 0 bytes .../3.14/assets/radio-unchecked-dark.png | Bin 438 -> 0 bytes .../3.14/assets/radio-unchecked-dark@2.png | Bin 762 -> 0 bytes .../radio-unchecked-insensitive-dark.png | Bin 417 -> 0 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 701 -> 0 bytes .../radio-unchecked-insensitive-selected.png | Bin 333 -> 0 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 575 -> 0 bytes .../assets/radio-unchecked-insensitive.png | Bin 423 -> 0 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 726 -> 0 bytes .../3.14/assets/radio-unchecked-selected.png | Bin 356 -> 0 bytes .../assets/radio-unchecked-selected@2.png | Bin 708 -> 0 bytes .../gtk-3.0/3.14/assets/radio-unchecked.png | Bin 428 -> 0 bytes .../gtk-3.0/3.14/assets/radio-unchecked@2.png | Bin 758 -> 0 bytes .../3.14/assets/switch-active-dark.png | Bin 799 -> 0 bytes .../3.14/assets/switch-active-dark@2.png | Bin 1433 -> 0 bytes .../3.14/assets/switch-active-header-dark.png | Bin 813 -> 0 bytes .../assets/switch-active-header-dark@2.png | Bin 1451 -> 0 bytes .../3.14/assets/switch-active-header.png | Bin 807 -> 0 bytes .../3.14/assets/switch-active-header@2.png | Bin 1446 -> 0 bytes .../assets/switch-active-insensitive-dark.png | Bin 793 -> 0 bytes .../switch-active-insensitive-dark@2.png | Bin 1439 -> 0 bytes .../switch-active-insensitive-header-dark.png | Bin 796 -> 0 bytes ...witch-active-insensitive-header-dark@2.png | Bin 1423 -> 0 bytes .../switch-active-insensitive-header.png | Bin 783 -> 0 bytes .../switch-active-insensitive-header@2.png | Bin 1420 -> 0 bytes .../switch-active-insensitive-selected.png | Bin 746 -> 0 bytes .../switch-active-insensitive-selected@2.png | Bin 1327 -> 0 bytes .../3.14/assets/switch-active-insensitive.png | Bin 783 -> 0 bytes .../assets/switch-active-insensitive@2.png | Bin 1420 -> 0 bytes .../3.14/assets/switch-active-selected.png | Bin 805 -> 0 bytes .../3.14/assets/switch-active-selected@2.png | Bin 1445 -> 0 bytes common/gtk-3.0/3.14/assets/switch-active.png | Bin 807 -> 0 bytes .../gtk-3.0/3.14/assets/switch-active@2.png | Bin 1446 -> 0 bytes common/gtk-3.0/3.14/assets/switch-dark.png | Bin 764 -> 0 bytes common/gtk-3.0/3.14/assets/switch-dark@2.png | Bin 1338 -> 0 bytes .../3.14/assets/switch-header-dark.png | Bin 775 -> 0 bytes .../3.14/assets/switch-header-dark@2.png | Bin 1355 -> 0 bytes common/gtk-3.0/3.14/assets/switch-header.png | Bin 798 -> 0 bytes .../gtk-3.0/3.14/assets/switch-header@2.png | Bin 1406 -> 0 bytes .../3.14/assets/switch-insensitive-dark.png | Bin 729 -> 0 bytes .../3.14/assets/switch-insensitive-dark@2.png | Bin 1244 -> 0 bytes .../assets/switch-insensitive-header-dark.png | Bin 745 -> 0 bytes .../switch-insensitive-header-dark@2.png | Bin 1289 -> 0 bytes .../3.14/assets/switch-insensitive-header.png | Bin 720 -> 0 bytes .../assets/switch-insensitive-header@2.png | Bin 1245 -> 0 bytes .../assets/switch-insensitive-selected.png | Bin 644 -> 0 bytes .../assets/switch-insensitive-selected@2.png | Bin 1081 -> 0 bytes .../3.14/assets/switch-insensitive.png | Bin 765 -> 0 bytes .../3.14/assets/switch-insensitive@2.png | Bin 1331 -> 0 bytes .../gtk-3.0/3.14/assets/switch-selected.png | Bin 717 -> 0 bytes .../gtk-3.0/3.14/assets/switch-selected@2.png | Bin 1216 -> 0 bytes common/gtk-3.0/3.14/assets/switch.png | Bin 765 -> 0 bytes common/gtk-3.0/3.14/assets/switch@2.png | Bin 1371 -> 0 bytes .../gtk-3.0/3.14/assets/thumbnail-frame.png | Bin 832 -> 0 bytes .../assets/titlebutton-close-active-dark.png | Bin 446 -> 0 bytes .../titlebutton-close-active-dark@2.png | Bin 760 -> 0 bytes .../3.14/assets/titlebutton-close-active.png | Bin 441 -> 0 bytes .../assets/titlebutton-close-active@2.png | Bin 789 -> 0 bytes .../titlebutton-close-backdrop-dark.png | Bin 421 -> 0 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 708 -> 0 bytes .../assets/titlebutton-close-backdrop.png | Bin 438 -> 0 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 748 -> 0 bytes .../3.14/assets/titlebutton-close-dark.png | Bin 446 -> 0 bytes .../3.14/assets/titlebutton-close-dark@2.png | Bin 760 -> 0 bytes .../assets/titlebutton-close-hover-dark.png | Bin 446 -> 0 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 760 -> 0 bytes .../3.14/assets/titlebutton-close-hover.png | Bin 464 -> 0 bytes .../3.14/assets/titlebutton-close-hover@2.png | Bin 815 -> 0 bytes .../gtk-3.0/3.14/assets/titlebutton-close.png | Bin 463 -> 0 bytes .../3.14/assets/titlebutton-close@2.png | Bin 815 -> 0 bytes .../titlebutton-maximize-active-dark.png | Bin 391 -> 0 bytes .../titlebutton-maximize-active-dark@2.png | Bin 662 -> 0 bytes .../assets/titlebutton-maximize-active.png | Bin 391 -> 0 bytes .../assets/titlebutton-maximize-active@2.png | Bin 662 -> 0 bytes .../titlebutton-maximize-backdrop-dark.png | Bin 241 -> 0 bytes .../titlebutton-maximize-backdrop-dark@2.png | Bin 280 -> 0 bytes .../assets/titlebutton-maximize-backdrop.png | Bin 241 -> 0 bytes .../titlebutton-maximize-backdrop@2.png | Bin 289 -> 0 bytes .../3.14/assets/titlebutton-maximize-dark.png | Bin 241 -> 0 bytes .../assets/titlebutton-maximize-dark@2.png | Bin 297 -> 0 bytes .../titlebutton-maximize-hover-dark.png | Bin 413 -> 0 bytes .../titlebutton-maximize-hover-dark@2.png | Bin 807 -> 0 bytes .../assets/titlebutton-maximize-hover.png | Bin 422 -> 0 bytes .../assets/titlebutton-maximize-hover@2.png | Bin 801 -> 0 bytes .../3.14/assets/titlebutton-maximize.png | Bin 241 -> 0 bytes .../3.14/assets/titlebutton-maximize@2.png | Bin 297 -> 0 bytes .../titlebutton-minimize-active-dark.png | Bin 343 -> 0 bytes .../titlebutton-minimize-active-dark@2.png | Bin 571 -> 0 bytes .../assets/titlebutton-minimize-active.png | Bin 343 -> 0 bytes .../assets/titlebutton-minimize-active@2.png | Bin 571 -> 0 bytes .../titlebutton-minimize-backdrop-dark.png | Bin 168 -> 0 bytes .../titlebutton-minimize-backdrop-dark@2.png | Bin 180 -> 0 bytes .../assets/titlebutton-minimize-backdrop.png | Bin 167 -> 0 bytes .../titlebutton-minimize-backdrop@2.png | Bin 180 -> 0 bytes .../3.14/assets/titlebutton-minimize-dark.png | Bin 168 -> 0 bytes .../assets/titlebutton-minimize-dark@2.png | Bin 180 -> 0 bytes .../titlebutton-minimize-hover-dark.png | Bin 363 -> 0 bytes .../titlebutton-minimize-hover-dark@2.png | Bin 701 -> 0 bytes .../assets/titlebutton-minimize-hover.png | Bin 368 -> 0 bytes .../assets/titlebutton-minimize-hover@2.png | Bin 694 -> 0 bytes .../3.14/assets/titlebutton-minimize.png | Bin 168 -> 0 bytes .../3.14/assets/titlebutton-minimize@2.png | Bin 180 -> 0 bytes common/gtk-3.0/3.14/gtk-dark.css | 4064 ----------- common/gtk-3.0/3.14/gtk-darker.css | 4057 ----------- common/gtk-3.0/3.14/gtk-solid-dark.css | 4064 ----------- common/gtk-3.0/3.14/gtk-solid-darker.css | 4057 ----------- common/gtk-3.0/3.14/gtk-solid.css | 4057 ----------- common/gtk-3.0/3.14/gtk.css | 4057 ----------- common/gtk-3.0/3.14/render-assets.sh | 34 - common/gtk-3.0/3.14/sass/_applications.scss | 699 -- common/gtk-3.0/3.14/sass/_colors-public.scss | 71 - common/gtk-3.0/3.14/sass/_colors.scss | 101 - common/gtk-3.0/3.14/sass/_common.scss | 2786 -------- common/gtk-3.0/3.14/sass/_drawing.scss | 366 - common/gtk-3.0/3.14/sass/_granite.scss | 218 - common/gtk-3.0/3.14/sass/_lightdm.scss | 113 - .../3.14/sass/_transparent_widgets.scss | 249 - common/gtk-3.0/3.14/sass/_unity.scss | 159 - common/gtk-3.0/3.14/sass/gtk-dark.scss | 13 - common/gtk-3.0/3.14/sass/gtk-darker.scss | 13 - common/gtk-3.0/3.14/sass/gtk-solid-dark.scss | 13 - .../gtk-3.0/3.14/sass/gtk-solid-darker.scss | 13 - common/gtk-3.0/3.14/sass/gtk-solid.scss | 13 - common/gtk-3.0/3.14/sass/gtk.scss | 13 - common/gtk-3.0/3.16/assets.svg | 5965 ----------------- common/gtk-3.0/3.16/assets.txt | 84 - .../3.16/assets/checkbox-checked-dark.png | Bin 360 -> 0 bytes .../3.16/assets/checkbox-checked-dark@2.png | Bin 475 -> 0 bytes .../checkbox-checked-insensitive-dark.png | Bin 370 -> 0 bytes .../checkbox-checked-insensitive-dark@2.png | Bin 497 -> 0 bytes .../checkbox-checked-insensitive-selected.png | Bin 364 -> 0 bytes ...heckbox-checked-insensitive-selected@2.png | Bin 493 -> 0 bytes .../assets/checkbox-checked-insensitive.png | Bin 374 -> 0 bytes .../assets/checkbox-checked-insensitive@2.png | Bin 499 -> 0 bytes .../3.16/assets/checkbox-checked-selected.png | Bin 354 -> 0 bytes .../assets/checkbox-checked-selected@2.png | Bin 479 -> 0 bytes .../checkbox-checked-selectionmode-dark.png | Bin 474 -> 0 bytes .../checkbox-checked-selectionmode-dark@2.png | Bin 648 -> 0 bytes .../assets/checkbox-checked-selectionmode.png | Bin 465 -> 0 bytes .../checkbox-checked-selectionmode@2.png | Bin 655 -> 0 bytes .../gtk-3.0/3.16/assets/checkbox-checked.png | Bin 363 -> 0 bytes .../3.16/assets/checkbox-checked@2.png | Bin 479 -> 0 bytes .../3.16/assets/checkbox-mixed-dark.png | Bin 235 -> 0 bytes .../3.16/assets/checkbox-mixed-dark@2.png | Bin 294 -> 0 bytes .../checkbox-mixed-insensitive-dark.png | Bin 233 -> 0 bytes .../checkbox-mixed-insensitive-dark@2.png | Bin 296 -> 0 bytes .../checkbox-mixed-insensitive-selected.png | Bin 227 -> 0 bytes .../checkbox-mixed-insensitive-selected@2.png | Bin 285 -> 0 bytes .../assets/checkbox-mixed-insensitive.png | Bin 233 -> 0 bytes .../assets/checkbox-mixed-insensitive@2.png | Bin 296 -> 0 bytes .../3.16/assets/checkbox-mixed-selected.png | Bin 232 -> 0 bytes .../3.16/assets/checkbox-mixed-selected@2.png | Bin 294 -> 0 bytes common/gtk-3.0/3.16/assets/checkbox-mixed.png | Bin 235 -> 0 bytes .../gtk-3.0/3.16/assets/checkbox-mixed@2.png | Bin 294 -> 0 bytes .../assets/checkbox-selectionmode-dark.png | Bin 495 -> 0 bytes .../assets/checkbox-selectionmode-dark@2.png | Bin 692 -> 0 bytes .../3.16/assets/checkbox-selectionmode.png | Bin 447 -> 0 bytes .../3.16/assets/checkbox-selectionmode@2.png | Bin 658 -> 0 bytes .../3.16/assets/checkbox-unchecked-dark.png | Bin 269 -> 0 bytes .../3.16/assets/checkbox-unchecked-dark@2.png | Bin 349 -> 0 bytes .../checkbox-unchecked-insensitive-dark.png | Bin 264 -> 0 bytes .../checkbox-unchecked-insensitive-dark@2.png | Bin 340 -> 0 bytes ...heckbox-unchecked-insensitive-selected.png | Bin 244 -> 0 bytes ...ckbox-unchecked-insensitive-selected@2.png | Bin 312 -> 0 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 263 -> 0 bytes .../checkbox-unchecked-insensitive@2.png | Bin 358 -> 0 bytes .../assets/checkbox-unchecked-selected.png | Bin 252 -> 0 bytes .../assets/checkbox-unchecked-selected@2.png | Bin 337 -> 0 bytes .../3.16/assets/checkbox-unchecked.png | Bin 265 -> 0 bytes .../3.16/assets/checkbox-unchecked@2.png | Bin 351 -> 0 bytes .../3.16/assets/radio-checked-dark.png | Bin 375 -> 0 bytes .../3.16/assets/radio-checked-dark@2.png | Bin 637 -> 0 bytes .../assets/radio-checked-insensitive-dark.png | Bin 373 -> 0 bytes .../radio-checked-insensitive-dark@2.png | Bin 619 -> 0 bytes .../radio-checked-insensitive-selected.png | Bin 351 -> 0 bytes .../radio-checked-insensitive-selected@2.png | Bin 575 -> 0 bytes .../3.16/assets/radio-checked-insensitive.png | Bin 368 -> 0 bytes .../assets/radio-checked-insensitive@2.png | Bin 611 -> 0 bytes .../3.16/assets/radio-checked-selected.png | Bin 369 -> 0 bytes .../3.16/assets/radio-checked-selected@2.png | Bin 641 -> 0 bytes common/gtk-3.0/3.16/assets/radio-checked.png | Bin 370 -> 0 bytes .../gtk-3.0/3.16/assets/radio-checked@2.png | Bin 638 -> 0 bytes .../gtk-3.0/3.16/assets/radio-mixed-dark.png | Bin 342 -> 0 bytes .../3.16/assets/radio-mixed-dark@2.png | Bin 546 -> 0 bytes .../assets/radio-mixed-insensitive-dark.png | Bin 335 -> 0 bytes .../assets/radio-mixed-insensitive-dark@2.png | Bin 528 -> 0 bytes .../radio-mixed-insensitive-selected.png | Bin 319 -> 0 bytes .../radio-mixed-insensitive-selected@2.png | Bin 481 -> 0 bytes .../3.16/assets/radio-mixed-insensitive.png | Bin 335 -> 0 bytes .../3.16/assets/radio-mixed-insensitive@2.png | Bin 528 -> 0 bytes .../3.16/assets/radio-mixed-selected.png | Bin 312 -> 0 bytes .../3.16/assets/radio-mixed-selected@2.png | Bin 518 -> 0 bytes common/gtk-3.0/3.16/assets/radio-mixed.png | Bin 342 -> 0 bytes common/gtk-3.0/3.16/assets/radio-mixed@2.png | Bin 546 -> 0 bytes .../3.16/assets/radio-unchecked-dark.png | Bin 438 -> 0 bytes .../3.16/assets/radio-unchecked-dark@2.png | Bin 762 -> 0 bytes .../radio-unchecked-insensitive-dark.png | Bin 417 -> 0 bytes .../radio-unchecked-insensitive-dark@2.png | Bin 701 -> 0 bytes .../radio-unchecked-insensitive-selected.png | Bin 333 -> 0 bytes ...radio-unchecked-insensitive-selected@2.png | Bin 575 -> 0 bytes .../assets/radio-unchecked-insensitive.png | Bin 423 -> 0 bytes .../assets/radio-unchecked-insensitive@2.png | Bin 726 -> 0 bytes .../3.16/assets/radio-unchecked-selected.png | Bin 356 -> 0 bytes .../assets/radio-unchecked-selected@2.png | Bin 708 -> 0 bytes .../gtk-3.0/3.16/assets/radio-unchecked.png | Bin 428 -> 0 bytes .../gtk-3.0/3.16/assets/radio-unchecked@2.png | Bin 758 -> 0 bytes .../3.16/assets/switch-active-dark.png | Bin 799 -> 0 bytes .../3.16/assets/switch-active-dark@2.png | Bin 1433 -> 0 bytes .../3.16/assets/switch-active-header-dark.png | Bin 813 -> 0 bytes .../assets/switch-active-header-dark@2.png | Bin 1451 -> 0 bytes .../3.16/assets/switch-active-header.png | Bin 807 -> 0 bytes .../3.16/assets/switch-active-header@2.png | Bin 1446 -> 0 bytes .../assets/switch-active-insensitive-dark.png | Bin 793 -> 0 bytes .../switch-active-insensitive-dark@2.png | Bin 1439 -> 0 bytes .../switch-active-insensitive-header-dark.png | Bin 796 -> 0 bytes ...witch-active-insensitive-header-dark@2.png | Bin 1423 -> 0 bytes .../switch-active-insensitive-header.png | Bin 783 -> 0 bytes .../switch-active-insensitive-header@2.png | Bin 1420 -> 0 bytes .../switch-active-insensitive-selected.png | Bin 746 -> 0 bytes .../switch-active-insensitive-selected@2.png | Bin 1327 -> 0 bytes .../3.16/assets/switch-active-insensitive.png | Bin 783 -> 0 bytes .../assets/switch-active-insensitive@2.png | Bin 1420 -> 0 bytes .../3.16/assets/switch-active-selected.png | Bin 805 -> 0 bytes .../3.16/assets/switch-active-selected@2.png | Bin 1445 -> 0 bytes common/gtk-3.0/3.16/assets/switch-active.png | Bin 807 -> 0 bytes .../gtk-3.0/3.16/assets/switch-active@2.png | Bin 1446 -> 0 bytes common/gtk-3.0/3.16/assets/switch-dark.png | Bin 764 -> 0 bytes common/gtk-3.0/3.16/assets/switch-dark@2.png | Bin 1338 -> 0 bytes .../3.16/assets/switch-header-dark.png | Bin 775 -> 0 bytes .../3.16/assets/switch-header-dark@2.png | Bin 1355 -> 0 bytes common/gtk-3.0/3.16/assets/switch-header.png | Bin 798 -> 0 bytes .../gtk-3.0/3.16/assets/switch-header@2.png | Bin 1406 -> 0 bytes .../3.16/assets/switch-insensitive-dark.png | Bin 729 -> 0 bytes .../3.16/assets/switch-insensitive-dark@2.png | Bin 1244 -> 0 bytes .../assets/switch-insensitive-header-dark.png | Bin 745 -> 0 bytes .../switch-insensitive-header-dark@2.png | Bin 1289 -> 0 bytes .../3.16/assets/switch-insensitive-header.png | Bin 720 -> 0 bytes .../assets/switch-insensitive-header@2.png | Bin 1245 -> 0 bytes .../assets/switch-insensitive-selected.png | Bin 644 -> 0 bytes .../assets/switch-insensitive-selected@2.png | Bin 1081 -> 0 bytes .../3.16/assets/switch-insensitive.png | Bin 765 -> 0 bytes .../3.16/assets/switch-insensitive@2.png | Bin 1331 -> 0 bytes .../gtk-3.0/3.16/assets/switch-selected.png | Bin 717 -> 0 bytes .../gtk-3.0/3.16/assets/switch-selected@2.png | Bin 1216 -> 0 bytes common/gtk-3.0/3.16/assets/switch.png | Bin 765 -> 0 bytes common/gtk-3.0/3.16/assets/switch@2.png | Bin 1371 -> 0 bytes .../gtk-3.0/3.16/assets/thumbnail-frame.png | Bin 832 -> 0 bytes .../assets/titlebutton-close-active-dark.png | Bin 446 -> 0 bytes .../titlebutton-close-active-dark@2.png | Bin 760 -> 0 bytes .../3.16/assets/titlebutton-close-active.png | Bin 441 -> 0 bytes .../assets/titlebutton-close-active@2.png | Bin 789 -> 0 bytes .../titlebutton-close-backdrop-dark.png | Bin 421 -> 0 bytes .../titlebutton-close-backdrop-dark@2.png | Bin 708 -> 0 bytes .../assets/titlebutton-close-backdrop.png | Bin 438 -> 0 bytes .../assets/titlebutton-close-backdrop@2.png | Bin 748 -> 0 bytes .../3.16/assets/titlebutton-close-dark.png | Bin 446 -> 0 bytes .../3.16/assets/titlebutton-close-dark@2.png | Bin 760 -> 0 bytes .../assets/titlebutton-close-hover-dark.png | Bin 446 -> 0 bytes .../assets/titlebutton-close-hover-dark@2.png | Bin 760 -> 0 bytes .../3.16/assets/titlebutton-close-hover.png | Bin 464 -> 0 bytes .../3.16/assets/titlebutton-close-hover@2.png | Bin 815 -> 0 bytes .../gtk-3.0/3.16/assets/titlebutton-close.png | Bin 463 -> 0 bytes .../3.16/assets/titlebutton-close@2.png | Bin 815 -> 0 bytes .../titlebutton-maximize-active-dark.png | Bin 391 -> 0 bytes .../titlebutton-maximize-active-dark@2.png | Bin 662 -> 0 bytes .../assets/titlebutton-maximize-active.png | Bin 391 -> 0 bytes .../assets/titlebutton-maximize-active@2.png | Bin 662 -> 0 bytes .../titlebutton-maximize-backdrop-dark.png | Bin 241 -> 0 bytes .../titlebutton-maximize-backdrop-dark@2.png | Bin 280 -> 0 bytes .../assets/titlebutton-maximize-backdrop.png | Bin 241 -> 0 bytes .../titlebutton-maximize-backdrop@2.png | Bin 289 -> 0 bytes .../3.16/assets/titlebutton-maximize-dark.png | Bin 241 -> 0 bytes .../assets/titlebutton-maximize-dark@2.png | Bin 297 -> 0 bytes .../titlebutton-maximize-hover-dark.png | Bin 413 -> 0 bytes .../titlebutton-maximize-hover-dark@2.png | Bin 807 -> 0 bytes .../assets/titlebutton-maximize-hover.png | Bin 422 -> 0 bytes .../assets/titlebutton-maximize-hover@2.png | Bin 801 -> 0 bytes .../3.16/assets/titlebutton-maximize.png | Bin 241 -> 0 bytes .../3.16/assets/titlebutton-maximize@2.png | Bin 297 -> 0 bytes .../titlebutton-minimize-active-dark.png | Bin 343 -> 0 bytes .../titlebutton-minimize-active-dark@2.png | Bin 571 -> 0 bytes .../assets/titlebutton-minimize-active.png | Bin 343 -> 0 bytes .../assets/titlebutton-minimize-active@2.png | Bin 571 -> 0 bytes .../titlebutton-minimize-backdrop-dark.png | Bin 168 -> 0 bytes .../titlebutton-minimize-backdrop-dark@2.png | Bin 180 -> 0 bytes .../assets/titlebutton-minimize-backdrop.png | Bin 167 -> 0 bytes .../titlebutton-minimize-backdrop@2.png | Bin 180 -> 0 bytes .../3.16/assets/titlebutton-minimize-dark.png | Bin 168 -> 0 bytes .../assets/titlebutton-minimize-dark@2.png | Bin 180 -> 0 bytes .../titlebutton-minimize-hover-dark.png | Bin 363 -> 0 bytes .../titlebutton-minimize-hover-dark@2.png | Bin 701 -> 0 bytes .../assets/titlebutton-minimize-hover.png | Bin 368 -> 0 bytes .../assets/titlebutton-minimize-hover@2.png | Bin 694 -> 0 bytes .../3.16/assets/titlebutton-minimize.png | Bin 168 -> 0 bytes .../3.16/assets/titlebutton-minimize@2.png | Bin 180 -> 0 bytes common/gtk-3.0/3.16/gtk-dark.css | 3903 ----------- common/gtk-3.0/3.16/gtk-darker.css | 3896 ----------- common/gtk-3.0/3.16/gtk-solid-dark.css | 3903 ----------- common/gtk-3.0/3.16/gtk-solid-darker.css | 3896 ----------- common/gtk-3.0/3.16/gtk-solid.css | 3896 ----------- common/gtk-3.0/3.16/gtk.css | 3896 ----------- common/gtk-3.0/3.16/render-assets.sh | 34 - common/gtk-3.0/3.16/sass/_applications.scss | 750 --- common/gtk-3.0/3.16/sass/_colors-public.scss | 67 - common/gtk-3.0/3.16/sass/_colors.scss | 101 - common/gtk-3.0/3.16/sass/_common.scss | 2860 -------- common/gtk-3.0/3.16/sass/_drawing.scss | 366 - common/gtk-3.0/3.16/sass/_granite.scss | 218 - common/gtk-3.0/3.16/sass/_lightdm.scss | 113 - .../3.16/sass/_transparent_widgets.scss | 239 - common/gtk-3.0/3.16/sass/_unity.scss | 159 - common/gtk-3.0/3.16/sass/gtk-dark.scss | 13 - common/gtk-3.0/3.16/sass/gtk-darker.scss | 13 - common/gtk-3.0/3.16/sass/gtk-solid-dark.scss | 13 - .../gtk-3.0/3.16/sass/gtk-solid-darker.scss | 13 - common/gtk-3.0/3.16/sass/gtk-solid.scss | 13 - common/gtk-3.0/3.16/sass/gtk.scss | 13 - 568 files changed, 3 insertions(+), 106539 deletions(-) delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active-right.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active-top.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-active.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-hover.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-active.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-right.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running-top.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/button-running.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-left.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/dash-right.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/running1.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/running2.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/running3.svg delete mode 100644 common/gnome-shell/3.14/common-assets/dash/running4.svg delete mode 100644 common/gnome-shell/3.14/common-assets/menu/menu-hover.svg delete mode 100644 common/gnome-shell/3.14/common-assets/menu/menu-separator.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/bg.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/close-active.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/close-hover.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/close.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/more-results.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/notification.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/null.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/osd.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/process-working.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/summary-counter.svg delete mode 100644 common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png delete mode 100644 common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png delete mode 100644 common/gnome-shell/3.14/common-assets/panel/activities-active.svg delete mode 100644 common/gnome-shell/3.14/common-assets/panel/activities.svg delete mode 100644 common/gnome-shell/3.14/common-assets/panel/panel-overview.svg delete mode 100644 common/gnome-shell/3.14/common-assets/panel/panel.svg delete mode 100644 common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg delete mode 100644 common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/menu/menu.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/menu/submenu-open.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/menu/submenu.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/button-box.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/message-active.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/message-close.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/message-hover.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/message.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/misc/modal.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/switch/switch-off.svg delete mode 100644 common/gnome-shell/3.14/dark-assets/switch/switch-on.svg delete mode 100644 common/gnome-shell/3.14/gnome-shell-dark.css delete mode 100644 common/gnome-shell/3.14/gnome-shell.css delete mode 100644 common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg delete mode 100644 common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg delete mode 100644 common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg delete mode 100644 common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg delete mode 100644 common/gnome-shell/3.14/light-assets/menu/menu.svg delete mode 100644 common/gnome-shell/3.14/light-assets/menu/submenu-open.svg delete mode 100644 common/gnome-shell/3.14/light-assets/menu/submenu.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/button-box.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/message-active.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/message-close-active.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/message-close.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/message-hover.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/message.svg delete mode 100644 common/gnome-shell/3.14/light-assets/misc/modal.svg delete mode 100644 common/gnome-shell/3.14/light-assets/switch/switch-off.svg delete mode 100644 common/gnome-shell/3.14/light-assets/switch/switch-on.svg delete mode 100644 common/gnome-shell/3.14/sass/_colors.scss delete mode 100644 common/gnome-shell/3.14/sass/_common.scss delete mode 100644 common/gnome-shell/3.14/sass/_drawing.scss delete mode 100644 common/gnome-shell/3.14/sass/gnome-shell-dark.scss delete mode 100644 common/gnome-shell/3.14/sass/gnome-shell.scss delete mode 100644 common/gnome-shell/3.16/common-assets/dash/dash-left.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/dash-right.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running1.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running2.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running3.svg delete mode 100644 common/gnome-shell/3.16/common-assets/dash/running4.svg delete mode 100644 common/gnome-shell/3.16/common-assets/menu/menu-hover.svg delete mode 100644 common/gnome-shell/3.16/common-assets/menu/menu-separator.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/bg.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/close-active.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/close-hover.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/close.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/more-results.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/osd.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/process-working.svg delete mode 100644 common/gnome-shell/3.16/common-assets/misc/ws-switch-arrow-down.png delete mode 100644 common/gnome-shell/3.16/common-assets/misc/ws-switch-arrow-up.png delete mode 100644 common/gnome-shell/3.16/common-assets/panel/activities-active.svg delete mode 100644 common/gnome-shell/3.16/common-assets/panel/activities.svg delete mode 100644 common/gnome-shell/3.16/common-assets/panel/panel-overview.svg delete mode 100644 common/gnome-shell/3.16/common-assets/panel/panel.svg delete mode 100644 common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg delete mode 100644 common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/menu/menu.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/menu/submenu-open.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/menu/submenu.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/button-box.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/message-active.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/message-close.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/message-hover.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/message.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/misc/modal.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/switch/switch-off.svg delete mode 100644 common/gnome-shell/3.16/dark-assets/switch/switch-on.svg delete mode 100644 common/gnome-shell/3.16/gnome-shell-dark.css delete mode 100644 common/gnome-shell/3.16/gnome-shell.css delete mode 100644 common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg delete mode 100644 common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg delete mode 100644 common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg delete mode 100644 common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg delete mode 100644 common/gnome-shell/3.16/light-assets/menu/menu.svg delete mode 100644 common/gnome-shell/3.16/light-assets/menu/submenu-open.svg delete mode 100644 common/gnome-shell/3.16/light-assets/menu/submenu.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/button-box.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/message-active.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/message-close-active.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/message-close.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/message-hover.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/message.svg delete mode 100644 common/gnome-shell/3.16/light-assets/misc/modal.svg delete mode 100644 common/gnome-shell/3.16/light-assets/switch/switch-off.svg delete mode 100644 common/gnome-shell/3.16/light-assets/switch/switch-on.svg delete mode 100644 common/gnome-shell/3.16/sass/_colors.scss delete mode 100644 common/gnome-shell/3.16/sass/_common.scss delete mode 100644 common/gnome-shell/3.16/sass/_drawing.scss delete mode 100644 common/gnome-shell/3.16/sass/gnome-shell-dark.scss delete mode 100644 common/gnome-shell/3.16/sass/gnome-shell.scss delete mode 100644 common/gtk-3.0/3.14/assets.svg delete mode 100644 common/gtk-3.0/3.14/assets.txt delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-checked@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-mixed@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-selectionmode.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked.png delete mode 100644 common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-checked@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-mixed@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked.png delete mode 100644 common/gtk-3.0/3.14/assets/radio-unchecked@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-header-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-header.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-header@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-active@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-header-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-header-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-header.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-header@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-header.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-insensitive@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-selected.png delete mode 100644 common/gtk-3.0/3.14/assets/switch-selected@2.png delete mode 100644 common/gtk-3.0/3.14/assets/switch.png delete mode 100644 common/gtk-3.0/3.14/assets/switch@2.png delete mode 100644 common/gtk-3.0/3.14/assets/thumbnail-frame.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-active.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-hover.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-close@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize.png delete mode 100644 common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png delete mode 100644 common/gtk-3.0/3.14/gtk-dark.css delete mode 100644 common/gtk-3.0/3.14/gtk-darker.css delete mode 100644 common/gtk-3.0/3.14/gtk-solid-dark.css delete mode 100644 common/gtk-3.0/3.14/gtk-solid-darker.css delete mode 100644 common/gtk-3.0/3.14/gtk-solid.css delete mode 100644 common/gtk-3.0/3.14/gtk.css delete mode 100755 common/gtk-3.0/3.14/render-assets.sh delete mode 100644 common/gtk-3.0/3.14/sass/_applications.scss delete mode 100644 common/gtk-3.0/3.14/sass/_colors-public.scss delete mode 100644 common/gtk-3.0/3.14/sass/_colors.scss delete mode 100644 common/gtk-3.0/3.14/sass/_common.scss delete mode 100644 common/gtk-3.0/3.14/sass/_drawing.scss delete mode 100644 common/gtk-3.0/3.14/sass/_granite.scss delete mode 100644 common/gtk-3.0/3.14/sass/_lightdm.scss delete mode 100644 common/gtk-3.0/3.14/sass/_transparent_widgets.scss delete mode 100644 common/gtk-3.0/3.14/sass/_unity.scss delete mode 100644 common/gtk-3.0/3.14/sass/gtk-dark.scss delete mode 100644 common/gtk-3.0/3.14/sass/gtk-darker.scss delete mode 100644 common/gtk-3.0/3.14/sass/gtk-solid-dark.scss delete mode 100644 common/gtk-3.0/3.14/sass/gtk-solid-darker.scss delete mode 100644 common/gtk-3.0/3.14/sass/gtk-solid.scss delete mode 100644 common/gtk-3.0/3.14/sass/gtk.scss delete mode 100644 common/gtk-3.0/3.16/assets.svg delete mode 100644 common/gtk-3.0/3.16/assets.txt delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-checked@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-mixed@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-selectionmode.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked.png delete mode 100644 common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-checked@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-mixed@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked.png delete mode 100644 common/gtk-3.0/3.16/assets/radio-unchecked@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-header-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-header.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-header@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-active@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-header-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-header-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-header.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-header@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-header.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-insensitive@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-selected.png delete mode 100644 common/gtk-3.0/3.16/assets/switch-selected@2.png delete mode 100644 common/gtk-3.0/3.16/assets/switch.png delete mode 100644 common/gtk-3.0/3.16/assets/switch@2.png delete mode 100644 common/gtk-3.0/3.16/assets/thumbnail-frame.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-active.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-hover.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-close@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize.png delete mode 100644 common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png delete mode 100644 common/gtk-3.0/3.16/gtk-dark.css delete mode 100644 common/gtk-3.0/3.16/gtk-darker.css delete mode 100644 common/gtk-3.0/3.16/gtk-solid-dark.css delete mode 100644 common/gtk-3.0/3.16/gtk-solid-darker.css delete mode 100644 common/gtk-3.0/3.16/gtk-solid.css delete mode 100644 common/gtk-3.0/3.16/gtk.css delete mode 100755 common/gtk-3.0/3.16/render-assets.sh delete mode 100644 common/gtk-3.0/3.16/sass/_applications.scss delete mode 100644 common/gtk-3.0/3.16/sass/_colors-public.scss delete mode 100644 common/gtk-3.0/3.16/sass/_colors.scss delete mode 100644 common/gtk-3.0/3.16/sass/_common.scss delete mode 100644 common/gtk-3.0/3.16/sass/_drawing.scss delete mode 100644 common/gtk-3.0/3.16/sass/_granite.scss delete mode 100644 common/gtk-3.0/3.16/sass/_lightdm.scss delete mode 100644 common/gtk-3.0/3.16/sass/_transparent_widgets.scss delete mode 100644 common/gtk-3.0/3.16/sass/_unity.scss delete mode 100644 common/gtk-3.0/3.16/sass/gtk-dark.scss delete mode 100644 common/gtk-3.0/3.16/sass/gtk-darker.scss delete mode 100644 common/gtk-3.0/3.16/sass/gtk-solid-dark.scss delete mode 100644 common/gtk-3.0/3.16/sass/gtk-solid-darker.scss delete mode 100644 common/gtk-3.0/3.16/sass/gtk-solid.scss delete mode 100644 common/gtk-3.0/3.16/sass/gtk.scss diff --git a/README.md b/README.md index cd21410..2e34ff1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To build the theme the follwing packages are required **Note:** For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the `-dev` packages. For the theme to function properly, install the following -* GNOME Shell 3.14 - 3.24, GTK 3.14 - 3.22 +* GNOME Shell 3.18 - 3.26, GTK 3.18 - 3.22 * The `gnome-themes-standard` package * The murrine engine. This has different names depending on the distro. * `gtk-engine-murrine` (Arch Linux) @@ -87,10 +87,10 @@ Other options to pass to autogen.sh are --disable-unity disable Unity support --disable-xfwm disable XFWM support - --with-gnome= build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20, 3.22) + --with-gnome= build the theme for a specific GNOME version (3.18, 3.20, 3.22) Note 1: Normally the correct version is detected automatically and this option should not be needed. - Note 2: For GNOME 3.24, use --with-gnome-version=3.22 + Note 2: For GNOME 3.24 and 3.26, use --with-gnome-version=3.22 (this works for now, the build system will be improved in the future) After the installation is complete the theme can be activated with `gnome-tweak-tool` or a similar program by selecting `Arc`, `Arc-Darker` or `Arc-Dark` as Window/GTK+ theme and `Arc` or `Arc-Dark` as GNOME Shell/Cinnamon theme. @@ -124,11 +124,6 @@ The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.co ## Troubleshooting -If you use Ubuntu with a newer GTK/GNOME version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and the theme has to be installed manually as described above. -This is also true for other distros with a different GTK/GNOME version than the one included by default - --- - If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with gsettings set com.canonical.desktop.interface scrollbar-mode normal diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg deleted file mode 100644 index 2889228..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg deleted file mode 100644 index 10e2198..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg deleted file mode 100644 index 185172c..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-active.svg deleted file mode 100644 index e7bfdea..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-active.svg +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg deleted file mode 100644 index 2982699..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg deleted file mode 100644 index 51c3046..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg deleted file mode 100644 index 751bca8..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg deleted file mode 100644 index 82f2941..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg deleted file mode 100644 index 06d51e6..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg deleted file mode 100644 index 6f6bb36..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg deleted file mode 100644 index 604df2a..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg deleted file mode 100644 index e60d3b5..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg deleted file mode 100644 index 3f589e8..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg deleted file mode 100644 index 0ed73a6..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg deleted file mode 100644 index 4e6b339..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg deleted file mode 100644 index 70fbe7b..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg deleted file mode 100644 index 8180811..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg deleted file mode 100644 index d1c162e..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg deleted file mode 100644 index 98ac4af..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running.svg b/common/gnome-shell/3.14/common-assets/dash/button-running.svg deleted file mode 100644 index 4572a75..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/button-running.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-left.svg b/common/gnome-shell/3.14/common-assets/dash/dash-left.svg deleted file mode 100644 index 5fb7bf2..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/dash-left.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg b/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg deleted file mode 100644 index cbae148..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-right.svg b/common/gnome-shell/3.14/common-assets/dash/dash-right.svg deleted file mode 100644 index 64c1e9b..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/dash-right.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/running1.svg b/common/gnome-shell/3.14/common-assets/dash/running1.svg deleted file mode 100644 index 45036e2..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/running1.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/running2.svg b/common/gnome-shell/3.14/common-assets/dash/running2.svg deleted file mode 100644 index 365fa90..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/running2.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/running3.svg b/common/gnome-shell/3.14/common-assets/dash/running3.svg deleted file mode 100644 index 0de3f4b..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/running3.svg +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/dash/running4.svg b/common/gnome-shell/3.14/common-assets/dash/running4.svg deleted file mode 100644 index 33ec9cf..0000000 --- a/common/gnome-shell/3.14/common-assets/dash/running4.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg deleted file mode 100644 index 4d3f262..0000000 --- a/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg b/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg deleted file mode 100644 index 4962ebc..0000000 --- a/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/bg.svg b/common/gnome-shell/3.14/common-assets/misc/bg.svg deleted file mode 100644 index feeddea..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/bg.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/close-active.svg b/common/gnome-shell/3.14/common-assets/misc/close-active.svg deleted file mode 100644 index 95822bf..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/close-hover.svg b/common/gnome-shell/3.14/common-assets/misc/close-hover.svg deleted file mode 100644 index 7b52140..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/close.svg b/common/gnome-shell/3.14/common-assets/misc/close.svg deleted file mode 100644 index e221a33..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/close.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg deleted file mode 100644 index 357a544..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg deleted file mode 100644 index 57176d2..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/more-results.svg b/common/gnome-shell/3.14/common-assets/misc/more-results.svg deleted file mode 100644 index 8625db8..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/more-results.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/notification.svg b/common/gnome-shell/3.14/common-assets/misc/notification.svg deleted file mode 100644 index 94c92a9..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/notification.svg +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/null.svg b/common/gnome-shell/3.14/common-assets/misc/null.svg deleted file mode 100644 index e5dbc03..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/null.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/osd.svg b/common/gnome-shell/3.14/common-assets/misc/osd.svg deleted file mode 100644 index df41a00..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/osd.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg deleted file mode 100644 index 00c1556..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg deleted file mode 100644 index 249100d..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg deleted file mode 100644 index b560780..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg deleted file mode 100644 index 712573b..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/process-working.svg b/common/gnome-shell/3.14/common-assets/misc/process-working.svg deleted file mode 100644 index 33ebb09..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/process-working.svg +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg b/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg deleted file mode 100644 index 8ffacc2..0000000 --- a/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg +++ /dev/null @@ -1,115 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png b/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-down.png deleted file mode 100644 index a674ad58d7ca2c64e0d5a512ddd9a21578c643e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 879 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGoY)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHi$oGq)%MYv{iz3=B+vJY5_^DsH{Kbu!;KQRdjk>mp)W zfwvZQaV0HmZgW|kmaCtoEOy1|NR(1iviii1y(U7^+}VfY6($N;JNE`onIYsHxcADB zt(N9HyLVZB-}Bz~x$Sqm`L*YN?md5b-a}hcHy3PRiBjMV?FI4~J|BOrYDhldoA9Ha z`|H+*If4t!TOXP;Iwy*~sAgo?-&m{3Rd4#i^39`50S@b0_KCFY=lT(H=Fp`eAaAc+ z`~9#NQSp4NPrPnCPW++WP#!2Y<;jJc9jZNyw{5uUJwIF#JGx@ErJCE1nT;LKXJz&5 z!jE6 zoBaGH5zc(4G{7lebN$Z)#iu3h8FcsUJ8^~SyN-C{!f=M|odw7K%S&c17N4iHVP!}0Ii|ejFYl`K3AM>g*l&Y0rQ0 zmCP<;(kTfzl(A5#VdlZ_(YKF3=+Shac6;AX)f|cEH;iT8cvo)qjawx&jcL8?lnr+8 zXM`RoJ)QiIrEI1bgAVh(2)1vm5zId9>mub|i*L9cBDBD?V(a$1QaiFLd-fl24DM`r zdLVkzXZ9QUT9OxJa^9;6{$o@=#-Mx9EI&r;`=;PW)lN4)@N0hj=p7;H%-KG*B-mZQ1q8g8=( zU4>pJcj_+G{t+N_EHj}gs5suKyhG@hXkDiF3(bH-lCARooHHN14&Aqz%l@9ww&zm| sFVdQ&MBb@0Ddig1ONa4 diff --git a/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png b/common/gnome-shell/3.14/common-assets/misc/ws-switch-arrow-up.png deleted file mode 100644 index 1b6f6111418f3a8e4f83917db01e152bbb5002c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 853 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGoY)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHi$oGq;G*m6`KG85o!zdAc};RNQ)d)7wKdQKJ20{;4h8 zQ#rPEZP31Ja=M9YS45e!xA{fZ)vgl+);4o+MTuXuYT70!C>S)mD@=^l(Pj0CQ}328 zt?;}!Pt2--%X&`nzWlUvXMXOX#*Jz(&7H>1ePpn{M5%R1lhUZ=_;Twl-jvG#gH=c;FVb;1TN zW$T!PL(bdPCG&l(4d24D`$u(yZo2zH+>YAH>?DN)|75k^E{bQ|osM+Qpr4IH7 zcPu#c@^L<=!M^u%y!z$$i@i{mNe}t+{>NI^qE?3A)iP&{ge%@8aDFZ9w7(ztN2=X;DwDrX`YZNr&#M1a z9II{rOD|@e65^_32Fa?#y$wtXcQp<3H=0Q=9E&?mz$K&{yk6TPhg7!~ix*PgEBOUlJ2pnF2S=+c)ZO5+V z(+^LG&8)kV+>>c~Y|eL^^>>d57~GX8J|waEx - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/panel/activities.svg b/common/gnome-shell/3.14/common-assets/panel/activities.svg deleted file mode 100644 index b4a4b0d..0000000 --- a/common/gnome-shell/3.14/common-assets/panel/activities.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg b/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg deleted file mode 100644 index c955747..0000000 --- a/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/panel/panel.svg b/common/gnome-shell/3.14/common-assets/panel/panel.svg deleted file mode 100644 index c0a64da..0000000 --- a/common/gnome-shell/3.14/common-assets/panel/panel.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg b/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg deleted file mode 100644 index c374f22..0000000 --- a/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg deleted file mode 100644 index a86b37a..0000000 --- a/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg deleted file mode 100644 index 0c2a8ee..0000000 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg deleted file mode 100644 index b17ab7c..0000000 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg deleted file mode 100644 index 0c111f0..0000000 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg deleted file mode 100644 index 1a34771..0000000 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/menu/menu.svg b/common/gnome-shell/3.14/dark-assets/menu/menu.svg deleted file mode 100644 index d6a9fea..0000000 --- a/common/gnome-shell/3.14/dark-assets/menu/menu.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/menu/submenu-open.svg b/common/gnome-shell/3.14/dark-assets/menu/submenu-open.svg deleted file mode 100644 index bd817b0..0000000 --- a/common/gnome-shell/3.14/dark-assets/menu/submenu-open.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/menu/submenu.svg b/common/gnome-shell/3.14/dark-assets/menu/submenu.svg deleted file mode 100644 index ebab963..0000000 --- a/common/gnome-shell/3.14/dark-assets/menu/submenu.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/button-box.svg b/common/gnome-shell/3.14/dark-assets/misc/button-box.svg deleted file mode 100644 index 0342698..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/button-box.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index 33f401d..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 5602eff..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 5586d55..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 734b53b..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-active.svg b/common/gnome-shell/3.14/dark-assets/misc/message-active.svg deleted file mode 100644 index 51b7786..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/message-active.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg deleted file mode 100644 index 6d6991a..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg deleted file mode 100644 index 6ed2ec1..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-close.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close.svg deleted file mode 100644 index 66a5203..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/message-close.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg deleted file mode 100644 index 7ab720c..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/message.svg b/common/gnome-shell/3.14/dark-assets/misc/message.svg deleted file mode 100644 index 7c8f1b6..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/message.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/misc/modal.svg b/common/gnome-shell/3.14/dark-assets/misc/modal.svg deleted file mode 100644 index ec0b945..0000000 --- a/common/gnome-shell/3.14/dark-assets/misc/modal.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg b/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg deleted file mode 100644 index bfd52bd..0000000 --- a/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg deleted file mode 100644 index b6a9be9..0000000 --- a/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css deleted file mode 100644 index 00e0bc5..0000000 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ /dev/null @@ -1,2091 +0,0 @@ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -stage { - font-family: Futura Bk bt, Cantarell, Sans-Serif; - font-size: 9pt; - color: #D3DAE3; } - -.app-well-menu, -.run-dialog-error-label, -.dash-label, -.window-caption, -.switcher-list, -.app-well-app > .overview-icon, -.grid-search-result .overview-icon { - font-size: 1em; - font-weight: normal; } - -.app-well-app.running > .overview-icon, .app-well-app.running:hover > .overview-icon, .app-well-app.running:active > .overview-icon, -.app-well-app.running:checked > .overview-icon { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; } - -.popup-menu .modal-dialog-button { - font-size: 1em; - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - background-gradient-direction: none !important; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } - .popup-menu .modal-dialog-button:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } - .popup-menu .modal-dialog-button:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); } - .popup-menu .modal-dialog-button:hover:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } - .popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .popup-menu .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: rgba(211, 218, 227, 0.45); - border: 1px solid rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } - -.candidate-page-button, -.hotplug-notification-item, -.hotplug-resident-eject-button, -.modal-dialog-button { - background-gradient-direction: none !important; } - -.candidate-page-button, -.hotplug-notification-item, -.hotplug-resident-eject-button, -.modal-dialog-button, .modal-dialog-button-box .button, .notification-button, .notification-icon-button, .hotplug-resident-mount { - font-size: 1em; - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .candidate-page-button:hover, - .hotplug-notification-item:hover, - .hotplug-resident-eject-button:hover, - .modal-dialog-button:hover, .modal-dialog-button-box .button:hover, .notification-button:hover, .notification-icon-button:hover, .hotplug-resident-mount:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .candidate-page-button:focus, - .hotplug-notification-item:focus, - .hotplug-resident-eject-button:focus, - .modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus { - color: #5294e2; } - .candidate-page-button:active, - .hotplug-notification-item:active, - .hotplug-resident-eject-button:active, - .modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } - .candidate-page-button:insensitive, - .hotplug-notification-item:insensitive, - .hotplug-resident-eject-button:insensitive, - .modal-dialog-button:insensitive, .modal-dialog-button-box .button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .hotplug-resident-mount:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #5d626e; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -StEntry { - font-size: 1em; - padding: 7px; - caret-size: 1px; - selection-background-color: #5294e2; - selected-color: #ffffff; - transition-duration: 300ms; - border-radius: 3px; - background-gradient-direction: none !important; - color: #D3DAE3; - background-color: #404552; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } - StEntry:focus, StEntry:hover { - color: #D3DAE3; - background-color: #404552; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } - StEntry:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: #3c414e; - border-color: 1px solid #313440; - box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } - StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; } - -StScrollView.vfade { - -st-vfade-offset: 0px; } - -StScrollView.hfade { - -st-hfade-offset: 0px; } - -StScrollBar { - padding: 8px; } - StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; } - StScrollBar StBin#trough { - background-color: rgba(64, 69, 82, 0.1); - border-radius: 8px; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 4px; - background-color: #767b87; - border: 0px solid; - margin: 0px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #676b78; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294e2; } - -.slider { - -slider-height: 4px; - -slider-background-color: #2b2e39; - -slider-border-color: transparent; - -slider-active-background-color: #5294e2; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 0px; - -slider-handle-border-color: transparent; - -slider-handle-border-width: 0; - height: 18px; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; } - .popup-menu-item:active .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #ffffff; } - -.check-box StBoxLayout { - spacing: .8em; } - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } - -.check-box:focus StBin { - background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.check-box:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } - -.check-box:focus:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("dark-assets/switch/switch-off.svg"); } - .toggle-switch:checked { - background-image: url("dark-assets/switch/switch-on.svg"); } - .popup-menu-item:active .toggle-switch { - background-image: url("common-assets/switch/switch-off-selected.svg"); } - .popup-menu-item:active .toggle-switch:checked { - background-image: url("common-assets/switch/switch-on-selected.svg"); } - -.shell-link { - color: #a9caf1; } - .shell-link:hover { - color: #d5e5f8; } - -.headline { - font-size: 110%; } - -.lightbox { - background-color: black; } - -.flashspot { - background-color: white; } - -.modal-dialog { - color: #D3DAE3; - background-color: rgba(56, 60, 74, 0); - border: none; - border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; } - .modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; } - .modal-dialog-button-box { - spacing: 10px; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } - .modal-dialog-button-box .button { - padding-top: 0; - padding-bottom: 0; - height: 30px; } - .modal-dialog .run-dialog-entry { - width: 21em; - caret-color: #D3DAE3; } - .modal-dialog .run-dialog-error-box { - padding-top: 5px; - spacing: 5px; } - .modal-dialog .run-dialog-label { - font-size: 0; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject, -.end-session-dialog-subject { - font-size: 11pt; - font-weight: bold; - color: #D3DAE3; } - -.end-session-dialog { - spacing: 42px; } - .end-session-dialog-list { - padding-top: 20px; } - .end-session-dialog-layout { - padding-left: 17px; } - .end-session-dialog-layout:rtl { - padding-right: 17px; } - .end-session-dialog-description { - width: 28em; - padding-bottom: 10px; } - .end-session-dialog-description:rtl { - text-align: right; } - .end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; } - .end-session-dialog-warning:rtl { - text-align: right; } - .end-session-dialog-logout-icon { - border: 0px solid transparent; - border-radius: 2px; - width: 48px; - height: 48px; - background-size: contain; } - .end-session-dialog-shutdown-icon { - color: #D3DAE3; - width: 48px; - height: 48px; } - .end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 10px; - padding-left: 10px; } - .end-session-dialog-session-list, .end-session-dialog-app-list { - spacing: 1em; } - .end-session-dialog-list-header { - font-weight: bold; } - .end-session-dialog-list-header:rtl { - text-align: right; } - .end-session-dialog-app-list-item, .end-session-dialog-session-list-item { - spacing: 1em; } - .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { - font-weight: bold; } - .end-session-dialog-app-list-item-description { - color: #e3e7ed; - font-size: 8pt; } - .end-session-dialog .modal-dialog-button:last-child { - color: white; - background-color: #F04A50; - border-color: #F04A50; } - .end-session-dialog .modal-dialog-button:last-child:hover { - color: white; - background-color: #f47479; - border-color: #f47479; } - .end-session-dialog .modal-dialog-button:last-child:active { - color: white; - background-color: #ee3239; - border-color: #ee3239; } - -.shell-mount-operation-icon { - icon-size: 48px; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; } - .show-processes-dialog-subject:rtl, - .mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - -.mount-question-dialog-subject { - max-width: 500px; } - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; } - .show-processes-dialog-description:rtl, - .mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - font-size: 10pt; - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - -.show-processes-dialog-app-list-item { - color: #b4c0cf; } - .show-processes-dialog-app-list-item:hover { - color: #D3DAE3; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - -.show-processes-dialog-app-list-item-name { - font-size: 10pt; } - -.prompt-dialog { - width: 500px; } - .prompt-dialog-main-layout { - spacing: 24px; - padding: 10px; } - .prompt-dialog-message-layout { - spacing: 16px; } - .prompt-dialog-headline { - font-size: 12pt; - font-weight: bold; - color: #D3DAE3; } - .prompt-dialog-descritption:rtl { - text-align: right; } - .prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; } - .prompt-dialog-error-label { - font-size: 9pt; - color: #FC4138; - padding-bottom: 8px; } - .prompt-dialog-info-label { - font-size: 9pt; - padding-bottom: 8px; } - .prompt-dialog-null-label { - font-size: 9pt; - padding-bottom: 8px; } - -.hidden { - color: transparent; } - -.polkit-dialog-user-layout { - padding-left: 10px; - spacing: 10px; } - .polkit-dialog-user-layout:rtl { - padding-left: 0px; - padding-right: 10px; } - -.polkit-dialog-user-root-label { - color: #F27835; } - -.polkit-dialog-user-user-icon { - border-radius: 2px; - background-size: contain; - width: 48px; - height: 48px; } - -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.popup-menu { - min-width: 200px; - color: #D3DAE3; - border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } - .popup-menu .popup-sub-menu { - background: none; - box-shadow: none; - background-gradient-direction: none !important; - border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } - .popup-menu .popup-submenu-menu-item:open { - color: #D3DAE3; - background: none !important; - box-shadow: none; - border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; } - .popup-menu .popup-menu-content { - padding: 1em 0em 1em 0em; } - .popup-menu .popup-menu-item { - spacing: 12px; } - .popup-menu .popup-menu-item:ltr { - padding: .4em 3em .4em 0em; } - .popup-menu .popup-menu-item:rtl { - padding: .4em 0em .4em 3em; } - .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #ffffff; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .popup-menu .popup-menu-item:insensitive { - color: rgba(211, 218, 227, 0.5); - background: none; } - .popup-menu .popup-inactive-menu-item { - color: #D3DAE3; } - .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(211, 218, 227, 0.45); } - .popup-menu .popup-status-menu-item, - .popup-menu .popup-subtitle-menu-item { - color: #D3DAE3; } - .popup-menu .popup-menu-item:active .popup-status-menu-item, - .popup-menu .popup-menu-item:active .popup-subtitle-menu-item { - color: #ffffff; } - .popup-menu.panel-menu { - -boxpointer-gap: 0px; - margin-bottom: 1.75em; } - -.popup-menu-ornament { - text-align: right; - margin-left: 10px; - width: 16px; } - -.popup-menu-boxpointer { - -arrow-border-radius: 2px !important; - -arrow-background-color: transparent !important; - -arrow-border-width: 1px !important; - -arrow-border-color: transparent !important; - -arrow-base: 0 !important; - -arrow-rise: 0 !important; - color: #D3DAE3 !important; } - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 5; - -arrow-rise: 5; } - -.popup-separator-menu-item { - -gradient-height: 0px; - height: 2px; - margin: 0; - background-color: transparent; - background-gradient-direction: none !important; - border: none; - border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; } - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - color: white; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - color: #5294e2; } - -.resize-popup { - color: #BAC3CF; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - padding: 12px; } - -.switcher-popup { - padding: 8px; - spacing: 16px; } - -.switcher-list { - color: #BAC3CF; - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; } - .switcher-list-item-container { - spacing: 8px; } - .switcher-list .item-box { - padding: 8px; - border-radius: 2px; - border: 1px solid transparent; } - .switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #5294e2; } - .switcher-list .item-box:selected { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .separator { - width: 1px; - background: rgba(211, 218, 227, 0.33); } - -.switcher-arrow { - border-color: transparent; - color: #BAC3CF; } - .switcher-arrow:highlighted { - color: white; } - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; } - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; } - .workspace-switcher-group { - padding: 12px; } - .workspace-switcher-container { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - padding-bottom: 24px; } - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 30px; - background-color: #5294e2; - background-size: 96px; - border-radius: 2px; - border: 1px solid #5294e2; } - -.ws-switcher-active-up { - background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } - -.ws-switcher-active-down { - background-image: url("common-assets/misc/ws-switch-arrow-down.png"); } - -.ws-switcher-box { - height: 96px; - background: rgba(0, 0, 0, 0.33); - border: 1px solid rgba(0, 0, 0, 0.33); - border-radius: 2px; } - -.tile-preview { - background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294e2; } - .tile-preview-left.on-primary { - border-radius: 0px 0 0 0; } - .tile-preview-right.on-primary { - border-radius: 0 0px 0 0; } - .tile-preview-left.tile-preview-right.on-primary { - border-radius: 0px 0px 0 0; } - -#panel { - font-weight: bold; - height: 2.1em; - min-height: 27px; - background-color: transparent !important; - background-gradient-direction: none !important; - border-bottom: 0px !important; - border-image: url("common-assets/panel/panel.svg") 1 1 1 1 !important; } - #panel.dynamic-top-bar-white-btn { - border-image: none; } - #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - border-image: none; } - #panel:overview { - border-image: url("common-assets/panel/panel-overview.svg") 1 1 1 1; } - #panel #panelLeft, #panel #panelCenter { - spacing: 8px; } - #panel .panel-corner { - -panel-corner-radius: 0px; - -panel-corner-background-color: transparent; - -panel-corner-border-width: 0px; - -panel-corner-border-color: black; } - #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: black; } - #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; } - #panel .panel-button { - -natural-hpadding: 10px !important; - -minimum-hpadding: 6px !important; - font-weight: bold; - color: white !important; - transition-duration: 100ms; - border-bottom-width: 1px; - border-color: transparent; } - #panel .panel-button #appMenuIcon { - width: 0; - height: 0; - margin-left: 0px; - margin-right: 0px; } - #panel .panel-button:hover { - color: white !important; - background-color: rgba(0, 0, 0, 0.17); - border-bottom-width: 1px; - border-color: transparent; - text-shadow: 0 0 transparent; } - #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #ffffff !important; - background: #5294e2, url("common-assets/misc/null.svg"); - border-image: none; - box-shadow: none; - border-bottom-width: 1px !important; - border-color: black; - text-shadow: 0 0 transparent; } - #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { - icon-shadow: none; } - #panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 0 4px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { - color: #f2f4f7; } - .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, - .login-screen #panel .panel-button:focus, - .login-screen #panel .panel-button:hover, - .login-screen #panel .panel-button:active, - .lock-screen #panel .panel-button:focus, - .lock-screen #panel .panel-button:hover, - .lock-screen #panel .panel-button:active { - color: #f2f4f7; } - #panel #panelActivities.panel-button { - -natural-hpadding: 12px; } - #panel .panel-status-indicators-box, - #panel .panel-status-menu-box { - spacing: 2px; } - #panel .screencast-indicator { - color: #FC4138; } - #panel .clock-display > * > *:last-child { - color: #5294e2; - margin-left: .3em; } - #panel .popup-menu-arrow { - width: 0; } - -#panel #panelActivities.panel-button > * { - background-image: url("common-assets/panel/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: 0 solid transparent !important; - text-shadow: 0 0 transparent !important; - transition-duration: 0ms !important; - box-shadow: none !important; - color: transparent; } - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - box-shadow: none; - border-bottom-width: 1px; - border-color: transparent; } - #panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:focus > *, #panel #panelActivities.panel-button:checked > * { - background-image: url("common-assets/panel/activities-active.svg"); } - -.system-switch-user-submenu-icon { - icon-size: 24px; - border: 1px solid rgba(0, 0, 0, 0.2); } - -#appMenu { - spinner-image: url("common-assets/misc/process-working.svg"); - spacing: 4px; - padding: 0 8px; } - #appMenu .label-shadow { - color: transparent !important; } - -.aggregate-menu { - width: 360px; } - .aggregate-menu .popup-menu-icon { - padding: 0 4px; - color: #D3DAE3; } - .aggregate-menu .popup-menu-item:active .popup-menu-icon { - color: #ffffff; } - -.system-menu-action { - padding: 13px; - color: #D3DAE3 !important; - border-radius: 32px; - /* wish we could do 50% */ - border: 1px solid transparent !important; } - .system-menu-action:hover, .system-menu-action:focus { - transition-duration: 100ms; - padding: 13px; - color: #D3DAE3 !important; - background-color: transparent !important; - border: 1px solid #5294e2 !important; } - .system-menu-action:active { - color: #ffffff !important; - background-color: #5294e2 !important; - border: 1px solid #5294e2 !important; } - .system-menu-action > StIcon { - icon-size: 16px; } - -.calendar-vertical-separator { - -stipple-width: 1px; - -stipple-color: rgba(211, 218, 227, 0.4); - width: 0.3em; } - -.calendar { - padding: .4em 1.75em .8em 2.5em; } - -.calendar-month-label { - color: #D3DAE3 !important; - font-weight: bold; - padding: 8px 0; } - -.calendar-change-month-back:hover, -.calendar-change-month-back:focus, -.calendar-change-month-back:active, -.calendar-change-month-forward:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:active { - background-color: transparent; } - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 18px; - height: 12px; - border-radius: 4px; } - -.calendar-change-month-back { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-back:rtl:active { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-forward:rtl:active { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - -.datemenu-date-label { - padding: .4em 1.7em; - font-weight: bold; - text-align: center; - color: #D3DAE3 !important; - border-radius: 4px; } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; - color: #D3DAE3 !important; } - .calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.1) !important; - color: #D3DAE3 !important; } - .calendar-day-base:active { - color: #D3DAE3 !important; - background-color: rgba(0, 0, 0, 0.15) !important; - border-width: 0; } - .calendar-day-base.calendar-day-heading { - color: rgba(211, 218, 227, 0.85); - margin-top: 1em; - font-size: 70%; } - -.calendar-week-number { - color: rgba(211, 218, 227, 0.5); - font-weight: normal; } - -.calendar-day { - border-width: 0; - color: rgba(211, 218, 227, 0.8); } - -.calendar-day-top { - border-top-width: 0; } - -.calendar-day-left { - border-left-width: 0; } - -.calendar-nonwork-day { - background-color: transparent; - color: #D3DAE3 !important; - font-weight: bold; } - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: #ffffff !important; - background: #5294e2, url("common-assets/misc/null.svg") !important; - border-width: 0; } - -.calendar-day-with-events { - color: #5294e2; - font-weight: bold; } - -.calendar-today.calendar-day-with-events { - color: #ffffff; } - -.calendar-other-month-day { - color: rgba(211, 218, 227, 0.3); - opacity: 1; } - -.events-table { - width: 320px; - spacing-columns: 6pt; - padding: 0 1.4em; } - .events-table:ltr { - padding-right: 1.9em; } - .events-table:rtl { - padding-left: 1.9em; } - -.events-day-header { - font-weight: bold; - color: rgba(211, 218, 227, 0.8) !important; - padding-left: 0.4em; - padding-top: 1.2em; } - .events-day-header:first-child { - padding-top: 0; } - .events-day-header:rtl { - padding-left: 0; - padding-right: 0.4em; } - -.events-day-dayname { - color: rgba(211, 218, 227, 0.5) !important; - text-align: left; - min-width: 20px; } - .events-day-dayname:rtl { - text-align: right; } - -.events-day-time { - color: rgba(211, 218, 227, 0.4) !important; - text-align: right; } - .events-day-time:rtl { - text-align: left; } - -.events-day-task { - color: #D3DAE3; - padding-left: 8pt; } - .events-day-task:rtl { - padding-left: 0px; - padding-right: 8pt; } - -.ripple-box { - width: 52px; - height: 52px; - background-image: url("common-assets/misc/corner-ripple-ltr.svg"); - background-size: contain; } - .ripple-box:rtl { - background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } - -.popup-menu-arrow { - width: 16px; - height: 16px; } - -.popup-menu-icon { - icon-size: 16px; } - -.window-close, .notification-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:hover, .notification-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:active, .notification-close:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - -.window-close { - -shell-close-overlap: 11px; } - -.notification-close { - -shell-close-overlap-x: 8px; - -shell-close-overlap-y: -8px; } - .notification-close:rtl { - -shell-close-overlap-x: -8px; } - -.nm-dialog { - max-height: 500px; - min-height: 450px; - min-width: 470px; } - .nm-dialog-content { - spacing: 20px; } - .nm-dialog-header-hbox { - spacing: 10px; } - .nm-dialog-airplane-box { - spacing: 12px; } - .nm-dialog-airplane-headline { - font-size: 1.1em; - font-weight: bold; - text-align: center; } - .nm-dialog-airplane-text { - color: #D3DAE3; } - .nm-dialog-header-icon { - icon-size: 32px; } - .nm-dialog-scroll-view { - border: 1px solid #2b2e39; - border-radius: 2px; - background-color: #404552; } - .nm-dialog-header { - font-weight: bold; - font-size: 1.2em; } - .nm-dialog-item { - font-size: 1em; - border-bottom: 0px solid; - padding: 12px; - spacing: 0px; } - .nm-dialog-item:selected { - background-color: #5294e2; - color: #ffffff; } - .nm-dialog-icons { - spacing: .5em; } - .nm-dialog-icon { - icon-size: 16px; } - -.no-networks-label { - color: rgba(211, 218, 227, 0.45); } - -.no-networks-box { - spacing: 12px; } - -#overview { - spacing: 24px; } - -.overview-controls { - padding-bottom: 32px; } - -.window-picker { - -horizontal-spacing: 32px; - -vertical-spacing: 32px; - padding-left: 32px; - padding-right: 32px; - padding-bottom: 48px; } - .window-picker.external-monitor { - padding: 32px; } - -.window-clone-border { - border: 3px solid rgba(82, 148, 226, 0.8); - border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } - -.window-caption, .window-caption:hover { - spacing: 25px; - color: #BAC3CF; - background-color: rgba(0, 0, 0, 0.7); - border-radius: 2px; - padding: 4px 12px; - -shell-caption-spacing: 12px; } - -.search-entry { - width: 320px; - padding: 7px 9px; - border-radius: 20px; - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(64, 69, 82, 0.9); } - .search-entry:focus { - padding: 7px 9px; } - .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: #D3DAE3; } - .search-entry:hover, .search-entry:focus { - color: #ffffff; - caret-color: #ffffff; - background-color: #5294e2; - selection-background-color: #ffffff; - selected-color: #5294e2; } - .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #ffffff; } - -#searchResultsBin { - max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; } - -.search-section { - spacing: 16px; } - -.search-section-content { - spacing: 32px; } - -.list-search-results { - spacing: 3px; } - -.search-section-separator { - background-color: rgba(255, 255, 255, 0.2); - -margin-horizontal: 1.5em; - height: 1px; } - -.list-search-result-content { - spacing: 12px; - padding: 12px; } - -.list-search-result-title { - font-size: 1.5em; - color: white; } - -.list-search-result-description { - color: #cccccc; } - -.search-provider-icon { - padding: 15px; } - -.search-provider-icon-more { - width: 16px; - height: 16px; - background-image: url("common-assets/misc/more-results.svg"); } - -#dash { - font-size: 1em; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(0, 0, 0, 0.4); - padding: 3px 0px 3px 0px; - border-radius: 0 3px 3px 0; } - #dash:rtl { - border-radius: 3px 0 0 3px; } - .right #dash, #dash:rtl { - padding: 3px 0px 3px 0px; } - .bottom #dash { - padding: 0px 3px 0px 3px; } - .top #dash { - padding: 0px 3px 0px 3px; } - #dash .placeholder { - background-image: url("common-assets/dash/dash-placeholder.svg"); - background-size: contain; - height: 24px; } - #dash .empty-dash-drop-target { - width: 24px; - height: 24px; } - -.dash-item-container > StWidget { - padding: 2px 5px 2px 3px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 2px 3px 2px 5px; } - .bottom .dash-item-container > StWidget { - padding: 5px 2px 3px 2px; } - .top .dash-item-container > StWidget { - padding: 3px 2px 5px 2px; } - -.dash-label { - border-radius: 3px; - padding: 4px 12px; - color: white; - background-color: rgba(0, 0, 0, 0.7); - text-align: center; - -x-offset: 3px; } - -.bottom .dash-label, .top .dash-label { - -y-offset: 3px; - -x-offset: 0; } - -.dash-item-container > .app-well-app.running > .overview-icon, -.dash-item-container > .app-well-app.running:hover > .overview-icon, -.dash-item-container > .app-well-app.running:active > .overview-icon, -.dash-item-container > .app-well-app > .overview-icon, -.dash-item-container > .app-well-app:hover > .overview-icon, -.dash-item-container > .app-well-app:active > .overview-icon { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; - background: none !important; } - -#dash .app-well-app .overview-icon { - padding: 10px; - padding-left: 13px; } - -.right #dash .app-well-app .overview-icon, -#dash:rtl .app-well-app .overview-icon { - padding: 10px; - padding-right: 13px; } - -.bottom #dash .app-well-app .overview-icon { - padding: 10px; - padding-bottom: 13px; } - -.top #dash .app-well-app .overview-icon { - padding: 10px; - padding-top: 13px; } - -#dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover.svg") 5 5 5 5; } - -#dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active.svg") 5 5 5 5; } - -#dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running.svg") 5 5 5 5; } - -#dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover.svg") 5 5 5 5; } - -#dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active.svg") 5 5 5 5; } - -.right #dash .app-well-app:hover .overview-icon, -#dash:rtl .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-right.svg") 5 5 5 5; } - -.right #dash .app-well-app:active .overview-icon, -#dash:rtl .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-right.svg") 5 5 5 5; } - -.right #dash .app-well-app.running .overview-icon, -#dash:rtl .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-right.svg") 5 5 5 5; } - -.right #dash .app-well-app.running:hover .overview-icon, -#dash:rtl .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-right.svg") 5 5 5 5; } - -.right #dash .app-well-app.running:active > .overview-icon, -#dash:rtl .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-right.svg") 5 5 5 5; } - -.bottom #dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; } - -.top #dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-top.svg") 5 5 5 5; } - -.top #dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-top.svg") 5 5 5 5; } - -.top #dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-top.svg") 5 5 5 5; } - -.top #dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-top.svg") 5 5 5 5; } - -.top #dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-top.svg") 5 5 5 5; } - -.show-apps .overview-icon { - background-gradient-direction: none !important; - padding: 11px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - border: 0px solid; } - -.show-apps:hover .overview-icon { - background-gradient-direction: none !important; - background-color: rgba(0, 0, 0, 0.7); - color: #5294e2; } - -.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - background-gradient-direction: none !important; - color: #ffffff; - background-color: #5294e2; - box-shadow: none; - transition-duration: 0ms; } - -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; } - .icon-grid .overview-icon { - icon-size: 96px; } - -.app-view-controls { - padding-bottom: 32px; } - -.app-view-control { - padding: 4px 32px; - background-gradient-direction: none; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-view-control:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-view-control:checked { - color: #ffffff; - background-color: #5294e2; - border-color: #5294e2; } - .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { - border-radius: 2px 0 0 2px; - border-right-width: 0; } - .app-view-control:last-child:ltr, .app-view-control:first-child:rtl { - border-radius: 0 2px 2px 0; - border-left-width: 0; } - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(31, 33, 40, 0.85); } - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 200ms; } - -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.app-well-app.app-folder:active .overview-icon, -.app-well-app.app-folder:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294e2; } - -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.app-well-app.app-folder:hover .overview-icon, -.app-well-app.app-folder:focus .overview-icon, -.app-well-app.app-folder:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 0ms; - border-image: none; - background-image: none; } - -.app-well-app.running > .overview-icon { - background: none !important; - text-shadow: black 0px 0px; - border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; } - -.app-well-app.running:hover > .overview-icon { - border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; } - -.app-well-app.running:active > .overview-icon, -.app-well-app.running:checked > .overview-icon { - border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; } - -.search-provider-icon, -.list-search-result, .app-well-app .overview-icon, -.app-well-app.app-folder .overview-icon, -.grid-search-result .overview-icon { - color: white; - border-radius: 2px; - padding: 6px; - border: 1px solid transparent; - transition-duration: 0ms; - text-align: center; } - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(35, 38, 46, 0.95); - border: 1px solid rgba(0, 0, 0, 0.45); } - -.app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 78, 0.95); } - -.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; } - -.app-well-app.app-folder:focus > .overview-icon { - background-color: #5294e2; } - -.app-folder-popup { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(35, 38, 46, 0.95); - -arrow-border-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; } - -.app-folder-popup-bin { - padding: 5px; } - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; } - -.page-indicator { - padding: 15px 20px; } - .page-indicator .page-indicator-icon { - width: 18px; - height: 18px; - background-image: url(common-assets/misc/page-indicator-inactive.svg); } - .page-indicator:hover .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-hover.svg); } - .page-indicator:active .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-active.svg); } - .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active { - background-image: url(common-assets/misc/page-indicator-checked.svg); } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; } - -.workspace-thumbnails, .workspace-thumbnails:rtl, -.workspace-thumbnails-left, -.workspace-thumbnails-left:rtl { - visible-width: 40px; - spacing: 11px; - padding: 12px; } - -.workspace-thumbnails, -.workspace-thumbnails-left:rtl { - padding-right: 7px; - border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; } - -.workspace-thumbnails:rtl, -.workspace-thumbnails-left { - padding-left: 7px; - border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } - -.workspace-thumbnail-indicator { - border: 4px solid rgba(82, 148, 226, 0.8); - border-radius: 1px; - padding: 1px; } - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; } - -.search-statustext, .no-frequent-applications-label { - font-size: 2em; - font-weight: bold; - color: #D3DAE3; } - -#message-tray { - background: #353945; - background-repeat: repeat; - height: 72px; - border: solid rgba(0, 0, 0, 0.6); - border-width: 0; - border-top-width: 1px; } - -.message-tray-summary { - height: 72px; } - -.message-tray-menu-button StIcon { - padding: 0 20px; - color: rgba(186, 195, 207, 0.6); - icon-size: 24px; } - -.message-tray-menu-button:hover StIcon, -.message-tray-menu-button:active StIcon, -.message-tray-menu-button:focus StIcon { - color: #BAC3CF; } - -.no-messages-label { - color: rgba(186, 195, 207, 0.5); } - -.summary-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: transparent; - -arrow-base: 0; - -arrow-rise: 0; - -boxpointer-gap: 0; - color: #D3DAE3; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - padding: 7px; } - .summary-boxpointer .notification { - border-radius: 3px; - background: none !important; - border-image: none; - padding-bottom: 12px; } - .summary-boxpointer #summary-right-click-menu { - color: #BAC3CF; - padding-top: 12px; - padding-bottom: 12px; } - .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { - color: #ffffff; - background-color: #5294e2; } - .summary-boxpointer-stack-scrollview { - max-height: 18em; - padding-top: 8px; - padding-bottom: 8px; } - .summary-boxpointer-stack-scrollview:ltr { - padding-right: 8px; } - .summary-boxpointer-stack-scrollview:rtl { - padding-left: 8px; } - -.summary-source { - border-radius: 4px; - padding: 0 6px 0 6px; - transition-duration: 100ms; } - .summary-source-counter { - background-image: url("common-assets/misc/summary-counter.svg"); - background-size: 26px; - color: #ffffff; - font-size: 10pt; - font-weight: bold; - height: 2.4em; - width: 2.4em; - -shell-counter-overlap-x: 8px; - -shell-counter-overlap-y: 8px; } - .summary-source-button { - border-radius: 2px; - padding: 6px 3px 6px 3px; } - .summary-source-button:last-child:ltr { - padding-right: 6px; } - .summary-source-button:last-child:rtl { - padding-left: 6px; } - .summary-source-button .summary-source { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .summary-source-button:hover .summary-source { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .summary-source-button:focus .summary-source, - .summary-source-button:selected .summary-source { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } - -.url-highlighter { - link-color: #a9caf1; } - -.notification, #notification-container { - width: 34em; } - -.notification { - font-size: 1em; - color: #BAC3CF; - padding: 12px 12px 12px 12px; - spacing-rows: 4px; - spacing-columns: 10px; - border-image: url("common-assets/misc/notification.svg") 9 9 9 9; } - .notification.multi-line-notification { - padding-bottom: 12px; } - .notification-unexpanded { - min-height: 40px; - height: 40px; } - .notification-with-image { - min-height: 159px; } - .notification-scrollview { - max-height: 10em; - -st-vfade-offset: 0px; } - .notification-scrollview:ltr > StScrollBar { - padding-left: 6px; } - .notification-scrollview:rtl > StScrollBar { - padding-right: 6px; } - .notification-body { - spacing: 5px; } - .notification-actions { - padding-top: 12px; - spacing: 10px; } - .notification-button { - -st-natural-width: 140px; - padding: 4px 4px 5px; - background-gradient-direction: none; } - .notification-button:focus { - -st-natural-width: 140px; - padding: 4px 4px 5px; } - .notification-icon-button { - border-radius: 5px; - padding: 5px; - background-gradient-direction: none; } - .notification-icon-button:focus { - padding: 5px; } - .notification-icon-button > StIcon { - icon-size: 16px; - padding: 8px; } - .notification StEntry { - padding: 7px; - caret-color: #BAC3CF; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .notification StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.secondary-icon { - icon-size: 1.09em; } - -.chat-body { - spacing: 5px; } - -.chat-response { - margin: 5px; } - -.chat-log-message { - color: #BAC3CF; } - -.chat-new-group { - padding-top: 1em; } - -.chat-received { - padding-left: 4px; } - .chat-received:rtl { - padding-left: 0px; - padding-right: 4px; } - -StEntry.chat-response { - padding: 7px; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - StEntry.chat-response:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.chat-sent { - padding-left: 18pt; - color: #5294e2; } - .chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; } - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: rgba(186, 195, 207, 0.6); } - .chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; } - -.subscription-message { - font-style: italic; } - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; } - -.hotplug-notification-item { - padding: 2px 10px; } - .hotplug-notification-item:focus { - padding: 2px 10px; } - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; } - -.hotplug-resident-box { - spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 2px 0 0 2px; - background-gradient-direction: none; } - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; } - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; } - -.hotplug-resident-eject-icon { - icon-size: 16px; } - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 0 2px 2px 0; - color: #BAC3CF; - border-left: none; } - -.magnifier-zoom-region { - border: 2px solid #5294e2; } - .magnifier-zoom-region.full-screen { - border-width: 0; } - -#keyboard { - background-color: rgba(53, 57, 69, 0.95); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.2); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - background-gradient-direction: none; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .keyboard-key:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } - .keyboard-key:grayed { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #5d626e; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.keyboard-subkeys { - color: #BAC3CF; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; - color: #BAC3CF; - font-size: 1.15em; } - -.candidate-index { - padding: 0 0.5em 0 0; - color: #d8dde4; } - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 2px; - color: #BAC3CF; } - .candidate-box:selected, .candidate-box:hover { - background-color: #5294e2; - color: #ffffff; } - -.candidate-page-button-box { - height: 2em; } - .vertical .candidate-page-button-box { - padding-top: 0.5em; } - .horizontal .candidate-page-button-box { - padding-left: 0.5em; } - -.candidate-page-button { - padding: 4px; } - -.candidate-page-button-previous { - border-radius: 2px 0px 0px 2px; - border-right-width: 0; } - -.candidate-page-button-next { - border-radius: 0px 2px 2px 0px; } - -.candidate-page-button-icon { - icon-size: 1em; } - -.framed-user-icon { - background-size: contain; - border: 0px solid transparent; - color: #D3DAE3; - border-radius: 2px; } - .framed-user-icon:hover { - border-color: transparent; - color: white; } - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; } - -.login-dialog { - border: none; - background-color: transparent; } - .login-dialog .modal-dialog-button-box { - spacing: 3px; } - .login-dialog .modal-dialog-button { - padding: 3px 18px; } - .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } - .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); } - .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: rgba(211, 218, 227, 0.45); - border: 1px solid rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } - -.login-dialog-logo-bin { - padding: 24px 0px; } - -.login-dialog-banner { - color: #9ca9ba; } - -.login-dialog-button-box { - spacing: 5px; } - -.login-dialog-message-warning { - color: #F27835; } - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; } - -.login-dialog-user-selection-box { - padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #BAC3CF; } - -.login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: #62758e; - padding-top: 1em; } - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; } - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294e2; } - -.login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: #62758e; } - .login-dialog-user-list-item:ltr { - padding-right: 1em; } - .login-dialog-user-list-item:rtl { - padding-left: 1em; } - .login-dialog-user-list-item:hover { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: #BAC3CF; } - .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } - -.login-dialog-username, -.user-widget-label { - color: #BAC3CF; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; } - -.user-widget-label:ltr { - padding-left: 18px; } - -.user-widget-label:rtl { - padding-right: 18px; } - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; } - -.login-dialog-prompt-label { - color: #7e8fa5; - font-size: 110%; - padding-top: 1em; } - -.login-dialog-session-list-button StIcon { - icon-size: 1.25em; } - -.login-dialog-session-list-button { - color: #62758e; } - .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #BAC3CF; } - .login-dialog-session-list-button:active { - color: #394351; } - -.screen-shield-arrows { - padding-bottom: 3em; } - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; } - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock-date { - font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; } - .screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; } - .screen-shield-notifications-container .notification, - .screen-shield-notifications-container .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid rgba(186, 195, 207, 0.2); - background-color: rgba(53, 57, 69, 0.45); - color: #BAC3CF; - border-radius: 4px; } - .screen-shield-notifications-container .notification { - margin-right: 15px; } - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; } - -.screen-shield-notification-count-text { - padding: 0px 0px 0px 12px; } - -#panel.lock-screen { - background-color: rgba(53, 57, 69, 0.5); } - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } - -#lockDialogGroup { - background: #2e3436 url(misc/noise-texture.png); - background-repeat: repeat; } - -#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(56, 60, 74, 0.3); } - #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(56, 60, 74, 0.5); } - #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(82, 148, 226, 0.5); } - -#LookingGlassDialog { - spacing: 4px; - padding: 8px 8px 10px 8px; - background-color: rgba(0, 0, 0, 0.7); - border: 1px solid black; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 2px; - color: #BAC3CF; } - #LookingGlassDialog > #Toolbar { - padding: 3px; - border: none; - background-color: transparent; - border-radius: 0px; } - #LookingGlassDialog .labels { - spacing: 4px; } - #LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #BAC3CF; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; } - #LookingGlassDialog .notebook-tab:hover { - color: white; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0px; - color: #5294e2; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; } - #LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; } - -.lg-dialog StEntry { - selection-background-color: #5294e2; - selected-color: #ffffff; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .lg-dialog StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.lg-dialog .shell-link { - color: #a9caf1; } - .lg-dialog .shell-link:hover { - color: #d5e5f8; } - -.lg-completions-text { - font-size: .9em; - font-style: italic; } - -.lg-obj-inspector-title { - spacing: 4px; } - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; } - .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } - -#lookingGlassExtensions { - padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; } - -.lg-extension { - border: 1px solid rgba(0, 0, 0, 0.7); - border-radius: 2px; - background-color: rgba(53, 57, 69, 0.95); - padding: 4px; } - -.lg-extension-name { - font-weight: bold; } - -.lg-extension-meta { - spacing: 6px; } - -#LookingGlassPropertyInspector { - background: rgba(0, 0, 0, 0.7); - border: 1px solid grey; - border-radius: 2px; - padding: 6px; } diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css deleted file mode 100644 index 2174e49..0000000 --- a/common/gnome-shell/3.14/gnome-shell.css +++ /dev/null @@ -1,2091 +0,0 @@ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -stage { - font-family: Futura Bk bt, Cantarell, Sans-Serif; - font-size: 9pt; - color: #5c616c; } - -.app-well-menu, -.run-dialog-error-label, -.dash-label, -.window-caption, -.switcher-list, -.app-well-app > .overview-icon, -.grid-search-result .overview-icon { - font-size: 1em; - font-weight: normal; } - -.app-well-app.running > .overview-icon, .app-well-app.running:hover > .overview-icon, .app-well-app.running:active > .overview-icon, -.app-well-app.running:checked > .overview-icon { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; } - -.popup-menu .modal-dialog-button { - font-size: 1em; - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - background-gradient-direction: none !important; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu .modal-dialog-button:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu .modal-dialog-button:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: white; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - .popup-menu .modal-dialog-button:hover:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .popup-menu .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - -.candidate-page-button, -.hotplug-notification-item, -.hotplug-resident-eject-button, -.modal-dialog-button { - background-gradient-direction: none !important; } - -.candidate-page-button, -.hotplug-notification-item, -.hotplug-resident-eject-button, -.modal-dialog-button, .modal-dialog-button-box .button, .notification-button, .notification-icon-button, .hotplug-resident-mount { - font-size: 1em; - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .candidate-page-button:hover, - .hotplug-notification-item:hover, - .hotplug-resident-eject-button:hover, - .modal-dialog-button:hover, .modal-dialog-button-box .button:hover, .notification-button:hover, .notification-icon-button:hover, .hotplug-resident-mount:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .candidate-page-button:focus, - .hotplug-notification-item:focus, - .hotplug-resident-eject-button:focus, - .modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus { - color: #5294e2; } - .candidate-page-button:active, - .hotplug-notification-item:active, - .hotplug-resident-eject-button:active, - .modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } - .candidate-page-button:insensitive, - .hotplug-notification-item:insensitive, - .hotplug-resident-eject-button:insensitive, - .modal-dialog-button:insensitive, .modal-dialog-button-box .button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .hotplug-resident-mount:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5d626e; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -StEntry { - font-size: 1em; - padding: 7px; - caret-size: 1px; - selection-background-color: #5294e2; - selected-color: #ffffff; - transition-duration: 300ms; - border-radius: 3px; - background-gradient-direction: none !important; - color: #5c616c; - background-color: #ffffff; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - StEntry:focus, StEntry:hover { - color: #5c616c; - background-color: #ffffff; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - StEntry:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: #fbfbfb; - border-color: 1px solid #e0e4ee; - box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); } - StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; } - -StScrollView.vfade { - -st-vfade-offset: 0px; } - -StScrollView.hfade { - -st-hfade-offset: 0px; } - -StScrollBar { - padding: 8px; } - StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; } - StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 8px; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 4px; - background-color: #b8babf; - border: 0px solid; - margin: 0px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #c7c9cd; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294e2; } - -.slider { - -slider-height: 4px; - -slider-background-color: #cfd6e6; - -slider-border-color: transparent; - -slider-active-background-color: #5294e2; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 0px; - -slider-handle-border-color: transparent; - -slider-handle-border-width: 0; - height: 18px; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; } - .popup-menu-item:active .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #ffffff; } - -.check-box StBoxLayout { - spacing: .8em; } - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } - -.check-box:focus StBin { - background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.check-box:checked StBin { - background-image: url("light-assets/checkbox/checkbox-checked.svg"); } - -.check-box:focus:checked StBin { - background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("light-assets/switch/switch-off.svg"); } - .toggle-switch:checked { - background-image: url("light-assets/switch/switch-on.svg"); } - .popup-menu-item:active .toggle-switch { - background-image: url("common-assets/switch/switch-off-selected.svg"); } - .popup-menu-item:active .toggle-switch:checked { - background-image: url("common-assets/switch/switch-on-selected.svg"); } - -.shell-link { - color: #2679db; } - .shell-link:hover { - color: #5294e2; } - -.headline { - font-size: 110%; } - -.lightbox { - background-color: black; } - -.flashspot { - background-color: white; } - -.modal-dialog { - color: #5c616c; - background-color: rgba(245, 246, 247, 0); - border: none; - border-image: url("light-assets/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; } - .modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; } - .modal-dialog-button-box { - spacing: 10px; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("light-assets/misc/button-box.svg") 9 9 9 9; } - .modal-dialog-button-box .button { - padding-top: 0; - padding-bottom: 0; - height: 30px; } - .modal-dialog .run-dialog-entry { - width: 21em; - caret-color: #5c616c; } - .modal-dialog .run-dialog-error-box { - padding-top: 5px; - spacing: 5px; } - .modal-dialog .run-dialog-label { - font-size: 0; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject, -.end-session-dialog-subject { - font-size: 11pt; - font-weight: bold; - color: #5c616c; } - -.end-session-dialog { - spacing: 42px; } - .end-session-dialog-list { - padding-top: 20px; } - .end-session-dialog-layout { - padding-left: 17px; } - .end-session-dialog-layout:rtl { - padding-right: 17px; } - .end-session-dialog-description { - width: 28em; - padding-bottom: 10px; } - .end-session-dialog-description:rtl { - text-align: right; } - .end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; } - .end-session-dialog-warning:rtl { - text-align: right; } - .end-session-dialog-logout-icon { - border: 0px solid transparent; - border-radius: 2px; - width: 48px; - height: 48px; - background-size: contain; } - .end-session-dialog-shutdown-icon { - color: #5c616c; - width: 48px; - height: 48px; } - .end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 10px; - padding-left: 10px; } - .end-session-dialog-session-list, .end-session-dialog-app-list { - spacing: 1em; } - .end-session-dialog-list-header { - font-weight: bold; } - .end-session-dialog-list-header:rtl { - text-align: right; } - .end-session-dialog-app-list-item, .end-session-dialog-session-list-item { - spacing: 1em; } - .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { - font-weight: bold; } - .end-session-dialog-app-list-item-description { - color: #686d7a; - font-size: 8pt; } - .end-session-dialog .modal-dialog-button:last-child { - color: white; - background-color: #F04A50; - border-color: #F04A50; } - .end-session-dialog .modal-dialog-button:last-child:hover { - color: white; - background-color: #f47479; - border-color: #f47479; } - .end-session-dialog .modal-dialog-button:last-child:active { - color: white; - background-color: #ee3239; - border-color: #ee3239; } - -.shell-mount-operation-icon { - icon-size: 48px; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; } - .show-processes-dialog-subject:rtl, - .mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - -.mount-question-dialog-subject { - max-width: 500px; } - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; } - .show-processes-dialog-description:rtl, - .mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - font-size: 10pt; - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - -.show-processes-dialog-app-list-item { - color: #454850; } - .show-processes-dialog-app-list-item:hover { - color: #5c616c; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - -.show-processes-dialog-app-list-item-name { - font-size: 10pt; } - -.prompt-dialog { - width: 500px; } - .prompt-dialog-main-layout { - spacing: 24px; - padding: 10px; } - .prompt-dialog-message-layout { - spacing: 16px; } - .prompt-dialog-headline { - font-size: 12pt; - font-weight: bold; - color: #5c616c; } - .prompt-dialog-descritption:rtl { - text-align: right; } - .prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; } - .prompt-dialog-error-label { - font-size: 9pt; - color: #FC4138; - padding-bottom: 8px; } - .prompt-dialog-info-label { - font-size: 9pt; - padding-bottom: 8px; } - .prompt-dialog-null-label { - font-size: 9pt; - padding-bottom: 8px; } - -.hidden { - color: transparent; } - -.polkit-dialog-user-layout { - padding-left: 10px; - spacing: 10px; } - .polkit-dialog-user-layout:rtl { - padding-left: 0px; - padding-right: 10px; } - -.polkit-dialog-user-root-label { - color: #F27835; } - -.polkit-dialog-user-user-icon { - border-radius: 2px; - background-size: contain; - width: 48px; - height: 48px; } - -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.popup-menu { - min-width: 200px; - color: #5c616c; - border-image: url("light-assets/menu/menu.svg") 9 9 9 9; } - .popup-menu .popup-sub-menu { - background: none; - box-shadow: none; - background-gradient-direction: none !important; - border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; } - .popup-menu .popup-submenu-menu-item:open { - color: #5c616c; - background: none !important; - box-shadow: none; - border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } - .popup-menu .popup-menu-content { - padding: 1em 0em 1em 0em; } - .popup-menu .popup-menu-item { - spacing: 12px; } - .popup-menu .popup-menu-item:ltr { - padding: .4em 3em .4em 0em; } - .popup-menu .popup-menu-item:rtl { - padding: .4em 0em .4em 3em; } - .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #ffffff; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .popup-menu .popup-menu-item:insensitive { - color: rgba(92, 97, 108, 0.5); - background: none; } - .popup-menu .popup-inactive-menu-item { - color: #5c616c; } - .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(92, 97, 108, 0.55); } - .popup-menu .popup-status-menu-item, - .popup-menu .popup-subtitle-menu-item { - color: #5c616c; } - .popup-menu .popup-menu-item:active .popup-status-menu-item, - .popup-menu .popup-menu-item:active .popup-subtitle-menu-item { - color: #ffffff; } - .popup-menu.panel-menu { - -boxpointer-gap: 0px; - margin-bottom: 1.75em; } - -.popup-menu-ornament { - text-align: right; - margin-left: 10px; - width: 16px; } - -.popup-menu-boxpointer { - -arrow-border-radius: 2px !important; - -arrow-background-color: transparent !important; - -arrow-border-width: 1px !important; - -arrow-border-color: transparent !important; - -arrow-base: 0 !important; - -arrow-rise: 0 !important; - color: #5c616c !important; } - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 5; - -arrow-rise: 5; } - -.popup-separator-menu-item { - -gradient-height: 0px; - height: 2px; - margin: 0; - background-color: transparent; - background-gradient-direction: none !important; - border: none; - border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; } - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - color: white; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - color: #5294e2; } - -.resize-popup { - color: #BAC3CF; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - padding: 12px; } - -.switcher-popup { - padding: 8px; - spacing: 16px; } - -.switcher-list { - color: #BAC3CF; - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; } - .switcher-list-item-container { - spacing: 8px; } - .switcher-list .item-box { - padding: 8px; - border-radius: 2px; - border: 1px solid transparent; } - .switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #5294e2; } - .switcher-list .item-box:selected { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .separator { - width: 1px; - background: rgba(92, 97, 108, 0.33); } - -.switcher-arrow { - border-color: transparent; - color: #BAC3CF; } - .switcher-arrow:highlighted { - color: white; } - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; } - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; } - .workspace-switcher-group { - padding: 12px; } - .workspace-switcher-container { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - padding-bottom: 24px; } - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 30px; - background-color: #5294e2; - background-size: 96px; - border-radius: 2px; - border: 1px solid #5294e2; } - -.ws-switcher-active-up { - background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } - -.ws-switcher-active-down { - background-image: url("common-assets/misc/ws-switch-arrow-down.png"); } - -.ws-switcher-box { - height: 96px; - background: rgba(0, 0, 0, 0.33); - border: 1px solid rgba(0, 0, 0, 0.33); - border-radius: 2px; } - -.tile-preview { - background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294e2; } - .tile-preview-left.on-primary { - border-radius: 0px 0 0 0; } - .tile-preview-right.on-primary { - border-radius: 0 0px 0 0; } - .tile-preview-left.tile-preview-right.on-primary { - border-radius: 0px 0px 0 0; } - -#panel { - font-weight: bold; - height: 2.1em; - min-height: 27px; - background-color: transparent !important; - background-gradient-direction: none !important; - border-bottom: 0px !important; - border-image: url("common-assets/panel/panel.svg") 1 1 1 1 !important; } - #panel.dynamic-top-bar-white-btn { - border-image: none; } - #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - border-image: none; } - #panel:overview { - border-image: url("common-assets/panel/panel-overview.svg") 1 1 1 1; } - #panel #panelLeft, #panel #panelCenter { - spacing: 8px; } - #panel .panel-corner { - -panel-corner-radius: 0px; - -panel-corner-background-color: transparent; - -panel-corner-border-width: 0px; - -panel-corner-border-color: black; } - #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: black; } - #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; } - #panel .panel-button { - -natural-hpadding: 10px !important; - -minimum-hpadding: 6px !important; - font-weight: bold; - color: white !important; - transition-duration: 100ms; - border-bottom-width: 1px; - border-color: transparent; } - #panel .panel-button #appMenuIcon { - width: 0; - height: 0; - margin-left: 0px; - margin-right: 0px; } - #panel .panel-button:hover { - color: white !important; - background-color: rgba(0, 0, 0, 0.17); - border-bottom-width: 1px; - border-color: transparent; - text-shadow: 0 0 transparent; } - #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #ffffff !important; - background: #5294e2, url("common-assets/misc/null.svg"); - border-image: none; - box-shadow: none; - border-bottom-width: 1px !important; - border-color: black; - text-shadow: 0 0 transparent; } - #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { - icon-shadow: none; } - #panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 0 4px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { - color: #737a88; } - .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, - .login-screen #panel .panel-button:focus, - .login-screen #panel .panel-button:hover, - .login-screen #panel .panel-button:active, - .lock-screen #panel .panel-button:focus, - .lock-screen #panel .panel-button:hover, - .lock-screen #panel .panel-button:active { - color: #737a88; } - #panel #panelActivities.panel-button { - -natural-hpadding: 12px; } - #panel .panel-status-indicators-box, - #panel .panel-status-menu-box { - spacing: 2px; } - #panel .screencast-indicator { - color: #FC4138; } - #panel .clock-display > * > *:last-child { - color: #5294e2; - margin-left: .3em; } - #panel .popup-menu-arrow { - width: 0; } - -#panel #panelActivities.panel-button > * { - background-image: url("common-assets/panel/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: 0 solid transparent !important; - text-shadow: 0 0 transparent !important; - transition-duration: 0ms !important; - box-shadow: none !important; - color: transparent; } - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - box-shadow: none; - border-bottom-width: 1px; - border-color: transparent; } - #panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:focus > *, #panel #panelActivities.panel-button:checked > * { - background-image: url("common-assets/panel/activities-active.svg"); } - -.system-switch-user-submenu-icon { - icon-size: 24px; - border: 1px solid rgba(0, 0, 0, 0.2); } - -#appMenu { - spinner-image: url("common-assets/misc/process-working.svg"); - spacing: 4px; - padding: 0 8px; } - #appMenu .label-shadow { - color: transparent !important; } - -.aggregate-menu { - width: 360px; } - .aggregate-menu .popup-menu-icon { - padding: 0 4px; - color: #5c616c; } - .aggregate-menu .popup-menu-item:active .popup-menu-icon { - color: #ffffff; } - -.system-menu-action { - padding: 13px; - color: #5c616c !important; - border-radius: 32px; - /* wish we could do 50% */ - border: 1px solid transparent !important; } - .system-menu-action:hover, .system-menu-action:focus { - transition-duration: 100ms; - padding: 13px; - color: #5c616c !important; - background-color: transparent !important; - border: 1px solid #5294e2 !important; } - .system-menu-action:active { - color: #ffffff !important; - background-color: #5294e2 !important; - border: 1px solid #5294e2 !important; } - .system-menu-action > StIcon { - icon-size: 16px; } - -.calendar-vertical-separator { - -stipple-width: 1px; - -stipple-color: rgba(92, 97, 108, 0.4); - width: 0.3em; } - -.calendar { - padding: .4em 1.75em .8em 2.5em; } - -.calendar-month-label { - color: #5c616c !important; - font-weight: bold; - padding: 8px 0; } - -.calendar-change-month-back:hover, -.calendar-change-month-back:focus, -.calendar-change-month-back:active, -.calendar-change-month-forward:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:active { - background-color: transparent; } - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 18px; - height: 12px; - border-radius: 4px; } - -.calendar-change-month-back { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-back:rtl:active { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-forward:rtl:active { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - -.datemenu-date-label { - padding: .4em 1.7em; - font-weight: bold; - text-align: center; - color: #5c616c !important; - border-radius: 4px; } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; - color: #5c616c !important; } - .calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.1) !important; - color: #5c616c !important; } - .calendar-day-base:active { - color: #5c616c !important; - background-color: rgba(0, 0, 0, 0.15) !important; - border-width: 0; } - .calendar-day-base.calendar-day-heading { - color: rgba(92, 97, 108, 0.85); - margin-top: 1em; - font-size: 70%; } - -.calendar-week-number { - color: rgba(92, 97, 108, 0.5); - font-weight: normal; } - -.calendar-day { - border-width: 0; - color: rgba(92, 97, 108, 0.8); } - -.calendar-day-top { - border-top-width: 0; } - -.calendar-day-left { - border-left-width: 0; } - -.calendar-nonwork-day { - background-color: transparent; - color: #5c616c !important; - font-weight: bold; } - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: #ffffff !important; - background: #5294e2, url("common-assets/misc/null.svg") !important; - border-width: 0; } - -.calendar-day-with-events { - color: #5294e2; - font-weight: bold; } - -.calendar-today.calendar-day-with-events { - color: #ffffff; } - -.calendar-other-month-day { - color: rgba(92, 97, 108, 0.3); - opacity: 1; } - -.events-table { - width: 320px; - spacing-columns: 6pt; - padding: 0 1.4em; } - .events-table:ltr { - padding-right: 1.9em; } - .events-table:rtl { - padding-left: 1.9em; } - -.events-day-header { - font-weight: bold; - color: rgba(92, 97, 108, 0.8) !important; - padding-left: 0.4em; - padding-top: 1.2em; } - .events-day-header:first-child { - padding-top: 0; } - .events-day-header:rtl { - padding-left: 0; - padding-right: 0.4em; } - -.events-day-dayname { - color: rgba(92, 97, 108, 0.5) !important; - text-align: left; - min-width: 20px; } - .events-day-dayname:rtl { - text-align: right; } - -.events-day-time { - color: rgba(92, 97, 108, 0.4) !important; - text-align: right; } - .events-day-time:rtl { - text-align: left; } - -.events-day-task { - color: #5c616c; - padding-left: 8pt; } - .events-day-task:rtl { - padding-left: 0px; - padding-right: 8pt; } - -.ripple-box { - width: 52px; - height: 52px; - background-image: url("common-assets/misc/corner-ripple-ltr.svg"); - background-size: contain; } - .ripple-box:rtl { - background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } - -.popup-menu-arrow { - width: 16px; - height: 16px; } - -.popup-menu-icon { - icon-size: 16px; } - -.window-close, .notification-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:hover, .notification-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:active, .notification-close:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - -.window-close { - -shell-close-overlap: 11px; } - -.notification-close { - -shell-close-overlap-x: 8px; - -shell-close-overlap-y: -8px; } - .notification-close:rtl { - -shell-close-overlap-x: -8px; } - -.nm-dialog { - max-height: 500px; - min-height: 450px; - min-width: 470px; } - .nm-dialog-content { - spacing: 20px; } - .nm-dialog-header-hbox { - spacing: 10px; } - .nm-dialog-airplane-box { - spacing: 12px; } - .nm-dialog-airplane-headline { - font-size: 1.1em; - font-weight: bold; - text-align: center; } - .nm-dialog-airplane-text { - color: #5c616c; } - .nm-dialog-header-icon { - icon-size: 32px; } - .nm-dialog-scroll-view { - border: 1px solid #dcdfe3; - border-radius: 2px; - background-color: #ffffff; } - .nm-dialog-header { - font-weight: bold; - font-size: 1.2em; } - .nm-dialog-item { - font-size: 1em; - border-bottom: 0px solid; - padding: 12px; - spacing: 0px; } - .nm-dialog-item:selected { - background-color: #5294e2; - color: #ffffff; } - .nm-dialog-icons { - spacing: .5em; } - .nm-dialog-icon { - icon-size: 16px; } - -.no-networks-label { - color: rgba(92, 97, 108, 0.55); } - -.no-networks-box { - spacing: 12px; } - -#overview { - spacing: 24px; } - -.overview-controls { - padding-bottom: 32px; } - -.window-picker { - -horizontal-spacing: 32px; - -vertical-spacing: 32px; - padding-left: 32px; - padding-right: 32px; - padding-bottom: 48px; } - .window-picker.external-monitor { - padding: 32px; } - -.window-clone-border { - border: 3px solid rgba(82, 148, 226, 0.8); - border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } - -.window-caption, .window-caption:hover { - spacing: 25px; - color: #BAC3CF; - background-color: rgba(0, 0, 0, 0.7); - border-radius: 2px; - padding: 4px 12px; - -shell-caption-spacing: 12px; } - -.search-entry { - width: 320px; - padding: 7px 9px; - border-radius: 20px; - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(255, 255, 255, 0.9); } - .search-entry:focus { - padding: 7px 9px; } - .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: #5c616c; } - .search-entry:hover, .search-entry:focus { - color: #ffffff; - caret-color: #ffffff; - background-color: #5294e2; - selection-background-color: #ffffff; - selected-color: #5294e2; } - .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #ffffff; } - -#searchResultsBin { - max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; } - -.search-section { - spacing: 16px; } - -.search-section-content { - spacing: 32px; } - -.list-search-results { - spacing: 3px; } - -.search-section-separator { - background-color: rgba(255, 255, 255, 0.2); - -margin-horizontal: 1.5em; - height: 1px; } - -.list-search-result-content { - spacing: 12px; - padding: 12px; } - -.list-search-result-title { - font-size: 1.5em; - color: white; } - -.list-search-result-description { - color: #cccccc; } - -.search-provider-icon { - padding: 15px; } - -.search-provider-icon-more { - width: 16px; - height: 16px; - background-image: url("common-assets/misc/more-results.svg"); } - -#dash { - font-size: 1em; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(0, 0, 0, 0.4); - padding: 3px 0px 3px 0px; - border-radius: 0 3px 3px 0; } - #dash:rtl { - border-radius: 3px 0 0 3px; } - .right #dash, #dash:rtl { - padding: 3px 0px 3px 0px; } - .bottom #dash { - padding: 0px 3px 0px 3px; } - .top #dash { - padding: 0px 3px 0px 3px; } - #dash .placeholder { - background-image: url("common-assets/dash/dash-placeholder.svg"); - background-size: contain; - height: 24px; } - #dash .empty-dash-drop-target { - width: 24px; - height: 24px; } - -.dash-item-container > StWidget { - padding: 2px 5px 2px 3px; } - .right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl { - padding: 2px 3px 2px 5px; } - .bottom .dash-item-container > StWidget { - padding: 5px 2px 3px 2px; } - .top .dash-item-container > StWidget { - padding: 3px 2px 5px 2px; } - -.dash-label { - border-radius: 3px; - padding: 4px 12px; - color: white; - background-color: rgba(0, 0, 0, 0.7); - text-align: center; - -x-offset: 3px; } - -.bottom .dash-label, .top .dash-label { - -y-offset: 3px; - -x-offset: 0; } - -.dash-item-container > .app-well-app.running > .overview-icon, -.dash-item-container > .app-well-app.running:hover > .overview-icon, -.dash-item-container > .app-well-app.running:active > .overview-icon, -.dash-item-container > .app-well-app > .overview-icon, -.dash-item-container > .app-well-app:hover > .overview-icon, -.dash-item-container > .app-well-app:active > .overview-icon { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; - background: none !important; } - -#dash .app-well-app .overview-icon { - padding: 10px; - padding-left: 13px; } - -.right #dash .app-well-app .overview-icon, -#dash:rtl .app-well-app .overview-icon { - padding: 10px; - padding-right: 13px; } - -.bottom #dash .app-well-app .overview-icon { - padding: 10px; - padding-bottom: 13px; } - -.top #dash .app-well-app .overview-icon { - padding: 10px; - padding-top: 13px; } - -#dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover.svg") 5 5 5 5; } - -#dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active.svg") 5 5 5 5; } - -#dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running.svg") 5 5 5 5; } - -#dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover.svg") 5 5 5 5; } - -#dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active.svg") 5 5 5 5; } - -.right #dash .app-well-app:hover .overview-icon, -#dash:rtl .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-right.svg") 5 5 5 5; } - -.right #dash .app-well-app:active .overview-icon, -#dash:rtl .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-right.svg") 5 5 5 5; } - -.right #dash .app-well-app.running .overview-icon, -#dash:rtl .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-right.svg") 5 5 5 5; } - -.right #dash .app-well-app.running:hover .overview-icon, -#dash:rtl .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-right.svg") 5 5 5 5; } - -.right #dash .app-well-app.running:active > .overview-icon, -#dash:rtl .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-right.svg") 5 5 5 5; } - -.bottom #dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; } - -.bottom #dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; } - -.top #dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-top.svg") 5 5 5 5; } - -.top #dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-top.svg") 5 5 5 5; } - -.top #dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-top.svg") 5 5 5 5; } - -.top #dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-top.svg") 5 5 5 5; } - -.top #dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-top.svg") 5 5 5 5; } - -.show-apps .overview-icon { - background-gradient-direction: none !important; - padding: 11px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - border: 0px solid; } - -.show-apps:hover .overview-icon { - background-gradient-direction: none !important; - background-color: rgba(0, 0, 0, 0.7); - color: #5294e2; } - -.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - background-gradient-direction: none !important; - color: #ffffff; - background-color: #5294e2; - box-shadow: none; - transition-duration: 0ms; } - -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; } - .icon-grid .overview-icon { - icon-size: 96px; } - -.app-view-controls { - padding-bottom: 32px; } - -.app-view-control { - padding: 4px 32px; - background-gradient-direction: none; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-view-control:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-view-control:checked { - color: #ffffff; - background-color: #5294e2; - border-color: #5294e2; } - .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { - border-radius: 2px 0 0 2px; - border-right-width: 0; } - .app-view-control:last-child:ltr, .app-view-control:first-child:rtl { - border-radius: 0 2px 2px 0; - border-left-width: 0; } - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(31, 33, 40, 0.85); } - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 200ms; } - -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.app-well-app.app-folder:active .overview-icon, -.app-well-app.app-folder:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294e2; } - -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.app-well-app.app-folder:hover .overview-icon, -.app-well-app.app-folder:focus .overview-icon, -.app-well-app.app-folder:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 0ms; - border-image: none; - background-image: none; } - -.app-well-app.running > .overview-icon { - background: none !important; - text-shadow: black 0px 0px; - border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; } - -.app-well-app.running:hover > .overview-icon { - border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; } - -.app-well-app.running:active > .overview-icon, -.app-well-app.running:checked > .overview-icon { - border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; } - -.search-provider-icon, -.list-search-result, .app-well-app .overview-icon, -.app-well-app.app-folder .overview-icon, -.grid-search-result .overview-icon { - color: white; - border-radius: 2px; - padding: 6px; - border: 1px solid transparent; - transition-duration: 0ms; - text-align: center; } - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(35, 38, 46, 0.95); - border: 1px solid rgba(0, 0, 0, 0.45); } - -.app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 78, 0.95); } - -.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; } - -.app-well-app.app-folder:focus > .overview-icon { - background-color: #5294e2; } - -.app-folder-popup { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(35, 38, 46, 0.95); - -arrow-border-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; } - -.app-folder-popup-bin { - padding: 5px; } - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; } - -.page-indicator { - padding: 15px 20px; } - .page-indicator .page-indicator-icon { - width: 18px; - height: 18px; - background-image: url(common-assets/misc/page-indicator-inactive.svg); } - .page-indicator:hover .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-hover.svg); } - .page-indicator:active .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-active.svg); } - .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active { - background-image: url(common-assets/misc/page-indicator-checked.svg); } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; } - -.workspace-thumbnails, .workspace-thumbnails:rtl, -.workspace-thumbnails-left, -.workspace-thumbnails-left:rtl { - visible-width: 40px; - spacing: 11px; - padding: 12px; } - -.workspace-thumbnails, -.workspace-thumbnails-left:rtl { - padding-right: 7px; - border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; } - -.workspace-thumbnails:rtl, -.workspace-thumbnails-left { - padding-left: 7px; - border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } - -.workspace-thumbnail-indicator { - border: 4px solid rgba(82, 148, 226, 0.8); - border-radius: 1px; - padding: 1px; } - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; } - -.search-statustext, .no-frequent-applications-label { - font-size: 2em; - font-weight: bold; - color: #5c616c; } - -#message-tray { - background: #353945; - background-repeat: repeat; - height: 72px; - border: solid rgba(0, 0, 0, 0.6); - border-width: 0; - border-top-width: 1px; } - -.message-tray-summary { - height: 72px; } - -.message-tray-menu-button StIcon { - padding: 0 20px; - color: rgba(186, 195, 207, 0.6); - icon-size: 24px; } - -.message-tray-menu-button:hover StIcon, -.message-tray-menu-button:active StIcon, -.message-tray-menu-button:focus StIcon { - color: #BAC3CF; } - -.no-messages-label { - color: rgba(186, 195, 207, 0.5); } - -.summary-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: transparent; - -arrow-base: 0; - -arrow-rise: 0; - -boxpointer-gap: 0; - color: #5c616c; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - padding: 7px; } - .summary-boxpointer .notification { - border-radius: 3px; - background: none !important; - border-image: none; - padding-bottom: 12px; } - .summary-boxpointer #summary-right-click-menu { - color: #BAC3CF; - padding-top: 12px; - padding-bottom: 12px; } - .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { - color: #ffffff; - background-color: #5294e2; } - .summary-boxpointer-stack-scrollview { - max-height: 18em; - padding-top: 8px; - padding-bottom: 8px; } - .summary-boxpointer-stack-scrollview:ltr { - padding-right: 8px; } - .summary-boxpointer-stack-scrollview:rtl { - padding-left: 8px; } - -.summary-source { - border-radius: 4px; - padding: 0 6px 0 6px; - transition-duration: 100ms; } - .summary-source-counter { - background-image: url("common-assets/misc/summary-counter.svg"); - background-size: 26px; - color: #ffffff; - font-size: 10pt; - font-weight: bold; - height: 2.4em; - width: 2.4em; - -shell-counter-overlap-x: 8px; - -shell-counter-overlap-y: 8px; } - .summary-source-button { - border-radius: 2px; - padding: 6px 3px 6px 3px; } - .summary-source-button:last-child:ltr { - padding-right: 6px; } - .summary-source-button:last-child:rtl { - padding-left: 6px; } - .summary-source-button .summary-source { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .summary-source-button:hover .summary-source { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .summary-source-button:focus .summary-source, - .summary-source-button:selected .summary-source { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } - -.url-highlighter { - link-color: #2679db; } - -.notification, #notification-container { - width: 34em; } - -.notification { - font-size: 1em; - color: #BAC3CF; - padding: 12px 12px 12px 12px; - spacing-rows: 4px; - spacing-columns: 10px; - border-image: url("common-assets/misc/notification.svg") 9 9 9 9; } - .notification.multi-line-notification { - padding-bottom: 12px; } - .notification-unexpanded { - min-height: 40px; - height: 40px; } - .notification-with-image { - min-height: 159px; } - .notification-scrollview { - max-height: 10em; - -st-vfade-offset: 0px; } - .notification-scrollview:ltr > StScrollBar { - padding-left: 6px; } - .notification-scrollview:rtl > StScrollBar { - padding-right: 6px; } - .notification-body { - spacing: 5px; } - .notification-actions { - padding-top: 12px; - spacing: 10px; } - .notification-button { - -st-natural-width: 140px; - padding: 4px 4px 5px; - background-gradient-direction: none; } - .notification-button:focus { - -st-natural-width: 140px; - padding: 4px 4px 5px; } - .notification-icon-button { - border-radius: 5px; - padding: 5px; - background-gradient-direction: none; } - .notification-icon-button:focus { - padding: 5px; } - .notification-icon-button > StIcon { - icon-size: 16px; - padding: 8px; } - .notification StEntry { - padding: 7px; - caret-color: #BAC3CF; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .notification StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.secondary-icon { - icon-size: 1.09em; } - -.chat-body { - spacing: 5px; } - -.chat-response { - margin: 5px; } - -.chat-log-message { - color: #BAC3CF; } - -.chat-new-group { - padding-top: 1em; } - -.chat-received { - padding-left: 4px; } - .chat-received:rtl { - padding-left: 0px; - padding-right: 4px; } - -StEntry.chat-response { - padding: 7px; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - StEntry.chat-response:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.chat-sent { - padding-left: 18pt; - color: #5294e2; } - .chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; } - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: rgba(186, 195, 207, 0.6); } - .chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; } - -.subscription-message { - font-style: italic; } - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; } - -.hotplug-notification-item { - padding: 2px 10px; } - .hotplug-notification-item:focus { - padding: 2px 10px; } - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; } - -.hotplug-resident-box { - spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 2px 0 0 2px; - background-gradient-direction: none; } - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; } - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; } - -.hotplug-resident-eject-icon { - icon-size: 16px; } - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 0 2px 2px 0; - color: #BAC3CF; - border-left: none; } - -.magnifier-zoom-region { - border: 2px solid #5294e2; } - .magnifier-zoom-region.full-screen { - border-width: 0; } - -#keyboard { - background-color: rgba(53, 57, 69, 0.95); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.2); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - background-gradient-direction: none; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .keyboard-key:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } - .keyboard-key:grayed { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5d626e; - border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.keyboard-subkeys { - color: #BAC3CF; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; - color: #BAC3CF; - font-size: 1.15em; } - -.candidate-index { - padding: 0 0.5em 0 0; - color: #d8dde4; } - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 2px; - color: #BAC3CF; } - .candidate-box:selected, .candidate-box:hover { - background-color: #5294e2; - color: #ffffff; } - -.candidate-page-button-box { - height: 2em; } - .vertical .candidate-page-button-box { - padding-top: 0.5em; } - .horizontal .candidate-page-button-box { - padding-left: 0.5em; } - -.candidate-page-button { - padding: 4px; } - -.candidate-page-button-previous { - border-radius: 2px 0px 0px 2px; - border-right-width: 0; } - -.candidate-page-button-next { - border-radius: 0px 2px 2px 0px; } - -.candidate-page-button-icon { - icon-size: 1em; } - -.framed-user-icon { - background-size: contain; - border: 0px solid transparent; - color: #5c616c; - border-radius: 2px; } - .framed-user-icon:hover { - border-color: transparent; - color: white; } - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; } - -.login-dialog { - border: none; - background-color: transparent; } - .login-dialog .modal-dialog-button-box { - spacing: 3px; } - .login-dialog .modal-dialog-button { - padding: 3px 18px; } - .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: white; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); - box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } - -.login-dialog-logo-bin { - padding: 24px 0px; } - -.login-dialog-banner { - color: #9ca9ba; } - -.login-dialog-button-box { - spacing: 5px; } - -.login-dialog-message-warning { - color: #F27835; } - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; } - -.login-dialog-user-selection-box { - padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #BAC3CF; } - -.login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: #62758e; - padding-top: 1em; } - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; } - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294e2; } - -.login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: #62758e; } - .login-dialog-user-list-item:ltr { - padding-right: 1em; } - .login-dialog-user-list-item:rtl { - padding-left: 1em; } - .login-dialog-user-list-item:hover { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: #BAC3CF; } - .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } - -.login-dialog-username, -.user-widget-label { - color: #BAC3CF; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; } - -.user-widget-label:ltr { - padding-left: 18px; } - -.user-widget-label:rtl { - padding-right: 18px; } - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; } - -.login-dialog-prompt-label { - color: #7e8fa5; - font-size: 110%; - padding-top: 1em; } - -.login-dialog-session-list-button StIcon { - icon-size: 1.25em; } - -.login-dialog-session-list-button { - color: #62758e; } - .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #BAC3CF; } - .login-dialog-session-list-button:active { - color: #394351; } - -.screen-shield-arrows { - padding-bottom: 3em; } - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; } - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock-date { - font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; } - .screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; } - .screen-shield-notifications-container .notification, - .screen-shield-notifications-container .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid rgba(186, 195, 207, 0.2); - background-color: rgba(53, 57, 69, 0.45); - color: #BAC3CF; - border-radius: 4px; } - .screen-shield-notifications-container .notification { - margin-right: 15px; } - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; } - -.screen-shield-notification-count-text { - padding: 0px 0px 0px 12px; } - -#panel.lock-screen { - background-color: rgba(53, 57, 69, 0.5); } - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } - -#lockDialogGroup { - background: #2e3436 url(misc/noise-texture.png); - background-repeat: repeat; } - -#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(245, 246, 247, 0.3); } - #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(245, 246, 247, 0.5); } - #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(82, 148, 226, 0.5); } - -#LookingGlassDialog { - spacing: 4px; - padding: 8px 8px 10px 8px; - background-color: rgba(0, 0, 0, 0.7); - border: 1px solid black; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 2px; - color: #BAC3CF; } - #LookingGlassDialog > #Toolbar { - padding: 3px; - border: none; - background-color: transparent; - border-radius: 0px; } - #LookingGlassDialog .labels { - spacing: 4px; } - #LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #BAC3CF; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; } - #LookingGlassDialog .notebook-tab:hover { - color: white; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0px; - color: #5294e2; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; } - #LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; } - -.lg-dialog StEntry { - selection-background-color: #5294e2; - selected-color: #ffffff; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .lg-dialog StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.lg-dialog .shell-link { - color: #2679db; } - .lg-dialog .shell-link:hover { - color: #5294e2; } - -.lg-completions-text { - font-size: .9em; - font-style: italic; } - -.lg-obj-inspector-title { - spacing: 4px; } - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; } - .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } - -#lookingGlassExtensions { - padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; } - -.lg-extension { - border: 1px solid rgba(0, 0, 0, 0.7); - border-radius: 2px; - background-color: rgba(53, 57, 69, 0.95); - padding: 4px; } - -.lg-extension-name { - font-weight: bold; } - -.lg-extension-meta { - spacing: 6px; } - -#LookingGlassPropertyInspector { - background: rgba(0, 0, 0, 0.7); - border: 1px solid grey; - border-radius: 2px; - padding: 6px; } diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg deleted file mode 100644 index e214088..0000000 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg deleted file mode 100644 index 6b5caeb..0000000 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg deleted file mode 100644 index da48d45..0000000 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg deleted file mode 100644 index d50e0e2..0000000 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/menu/menu.svg b/common/gnome-shell/3.14/light-assets/menu/menu.svg deleted file mode 100644 index 5ae7466..0000000 --- a/common/gnome-shell/3.14/light-assets/menu/menu.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/menu/submenu-open.svg b/common/gnome-shell/3.14/light-assets/menu/submenu-open.svg deleted file mode 100644 index 8062443..0000000 --- a/common/gnome-shell/3.14/light-assets/menu/submenu-open.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/menu/submenu.svg b/common/gnome-shell/3.14/light-assets/menu/submenu.svg deleted file mode 100644 index 766c82e..0000000 --- a/common/gnome-shell/3.14/light-assets/menu/submenu.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/button-box.svg b/common/gnome-shell/3.14/light-assets/misc/button-box.svg deleted file mode 100644 index 036f0d1..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/button-box.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index 33f401d..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 5602eff..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 5586d55..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 734b53b..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/message-active.svg b/common/gnome-shell/3.14/light-assets/misc/message-active.svg deleted file mode 100644 index fa7a4f0..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/message-active.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg b/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg deleted file mode 100644 index 6d6991a..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg deleted file mode 100644 index 73685e0..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/message-close.svg b/common/gnome-shell/3.14/light-assets/misc/message-close.svg deleted file mode 100644 index cd11de2..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/message-close.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/message-hover.svg b/common/gnome-shell/3.14/light-assets/misc/message-hover.svg deleted file mode 100644 index 8c1e2d8..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/message-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/message.svg b/common/gnome-shell/3.14/light-assets/misc/message.svg deleted file mode 100644 index 039cb8f..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/message.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/misc/modal.svg b/common/gnome-shell/3.14/light-assets/misc/modal.svg deleted file mode 100644 index b61f537..0000000 --- a/common/gnome-shell/3.14/light-assets/misc/modal.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/switch/switch-off.svg b/common/gnome-shell/3.14/light-assets/switch/switch-off.svg deleted file mode 100644 index 96749e2..0000000 --- a/common/gnome-shell/3.14/light-assets/switch/switch-off.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/light-assets/switch/switch-on.svg b/common/gnome-shell/3.14/light-assets/switch/switch-on.svg deleted file mode 100644 index 9945e14..0000000 --- a/common/gnome-shell/3.14/light-assets/switch/switch-on.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.14/sass/_colors.scss b/common/gnome-shell/3.14/sass/_colors.scss deleted file mode 100644 index 8d3a5f2..0000000 --- a/common/gnome-shell/3.14/sass/_colors.scss +++ /dev/null @@ -1,101 +0,0 @@ -// When color definition differs for dark and light variant, -// it gets @if ed depending on $variant - - -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); - -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; -$selected_borders_color: darken($selected_bg_color, 20%); -$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); - -$link_color: if($variant == 'light', darken($selected_bg_color,10%), - lighten($selected_bg_color,20%)); -$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), - lighten($selected_bg_color,10%)); - -$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); -$selection_mode_fg: $selected_fg_color; -$warning_color: #F27835; -$error_color: #FC4138; -$warning_fg_color: white; -$error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; -$destructive_fg_color: white; -$suggested_fg_color: white; - -$drop_target_color: #F08437; - -//insensitive state derived colors -$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); -$insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); - -$header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } - -$header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); - -$header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); - -$header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); - -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; -$dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); - -$osd_fg_color: $dark_sidebar_fg; -$osd_bg_color: $dark_sidebar_bg; - -$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_button_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_insensitive_bg_color: darken($osd_bg_color, 3%); -$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%); -$osd_borders_color: transparentize(black, 0.3); - -$panel_bg: darken($dark_sidebar_bg, 4.7%); -$panel_fg: $dark_sidebar_fg; - -$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); - -$header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); -$header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%)); -$button_border: $entry_border; - -$header_button_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($button_bg, 0.1)); -$header_button_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -//WM Buttons - -// Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); - -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); - -// Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); -$wm_button_active_bg: $selected_bg_color; - -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); - -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); -$wm_icon_active_bg: $selected_fg_color; diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss deleted file mode 100644 index 91508cb..0000000 --- a/common/gnome-shell/3.14/sass/_common.scss +++ /dev/null @@ -1,2499 +0,0 @@ -//This is the RIGHT PLACE to edit the stylesheet - -$panel-corner-radius: 0px; -$asset_path: if($variant == 'dark', dark-assets, light-assets); - -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ - -// -// Globals -// -$font-size: 9; -$font-family: Futura Bk bt, Cantarell, Sans-Serif; -$_bubble_bg_color: opacify($osd_bg_color,0.25); -$_bubble_fg_color: $osd_fg_color; -$_bubble_borders_color: transparentize($osd_fg_color,0.8); -$_shell_fg_color: white; - -stage { - font-family: $font-family; - @include fontsize($font-size); - color: $fg_color; -} - -.app-well-menu, -.run-dialog-error-label, -.dash-label, -.window-caption, -.switcher-list, -.app-well-app > .overview-icon, -.grid-search-result .overview-icon { - font-size: 1em; - font-weight: normal; -} - -%reset_style { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; -} - -// -// Buttons -// - -.popup-menu .modal-dialog-button { - font-size: 1em; - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - - background-gradient-direction: none !important; - - @include button(normal); - - &:focus { @include button(focus); } - &:hover { @include button(hover); } - &:hover:focus { @include button(focus-hover); } - &:active, &:active:focus { @include button(active); } - &:insensitive { @include button(insensitive); } -} - -.candidate-page-button, -.hotplug-notification-item, -.hotplug-resident-eject-button, -.modal-dialog-button { - background-gradient-direction: none !important; - @extend %osd_button; -} - -%osd_button { - font-size: 1em; - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:focus { color: $selected_bg_color; } - &:active { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -// -// Entries -// -StEntry { - font-size: 1em; - padding: 7px; - caret-size: 1px; - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - transition-duration: 300ms; - border-radius: 3px; - background-gradient-direction: none !important; - - @include entry(normal); - - &:focus, &:hover { @include entry(focus); } - &:insensitive { @include entry(insensitive); } - - StIcon.capslock-warning { - icon-size: 16px; - warning-color: $warning_color; - padding: 0 4px; - } -} - -// -// Scrollbars -// -StScrollView { - &.vfade { -st-vfade-offset: 0px; } - &.hfade { -st-hfade-offset: 0px; } -} - -StScrollBar { - - padding: 8px; - - StScrollView & { - min-width: 5px; - min-height: 5px; - } - - StBin#trough { - background-color: transparentize($base_color, 0.9); - border-radius: 8px; - } - - StButton#vhandle, StButton#hhandle { - border-radius: 4px; - background-color: mix($fg_color, $bg_color, 40%); - border: 0px solid; - margin: 0px; - - &:hover { background-color: mix($fg_color, $bg_color, 30%); } - - &:active { background-color: $selected_bg_color; } - } -} - -// -// Slider -// -.slider { - -slider-height: 4px; - -slider-background-color: $button_border; //background of the trough - -slider-border-color: transparentize(black, 1); //trough border color - -slider-active-background-color: $selected_bg_color; //active trough fill - -slider-active-border-color: transparentize(black, 1); //active trough border - -slider-border-width: 0; - -slider-handle-radius: 0px; - -slider-handle-border-color: transparent; - -slider-handle-border-width: 0; - height: 18px; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; - - .popup-menu-item:active & { - -slider-background-color: transparentize(black, 0.8); - -slider-active-background-color: $selected_fg_color; - } -} - -// -// Check Boxes -// -.check-box { - - StBoxLayout { spacing: .8em; } - - StBin { - width: 16px; - height: 16px; - background-image: url("#{$asset_path}/checkbox/checkbox-unchecked.svg"); - } - - &:focus StBin { background-image: url("#{$asset_path}/checkbox/checkbox-unchecked-focused.svg"); } - - &:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked.svg"); } - - &:focus:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked-focused.svg"); } -} - -// -// Switches -// -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("#{$asset_path}/switch/switch-off.svg"); - - &:checked { background-image: url("#{$asset_path}/switch/switch-on.svg"); } - - .popup-menu-item:active & { - background-image: url("common-assets/switch/switch-off-selected.svg"); - - &:checked { background-image: url("common-assets/switch/switch-on-selected.svg"); } - } -} - -// -// Links -// -.shell-link { - color: $link_color; - - &:hover { color: lighten($link_color,10%); } -} - -// -// Modal Dialogs -// -.headline { font-size: 110%; } -.lightbox { background-color: black; } -.flashspot { background-color: white; } - -.modal-dialog { - color: $fg_color; - background-color: transparentize($bg_color, 1); - border: none; - border-image: url("#{$asset_path}/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; - - > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; - } - - &-button-box { - spacing: 10px; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("#{$asset_path}/misc/button-box.svg") 9 9 9 9; - - .button { - padding-top: 0; - padding-bottom: 0; - height: 30px; - - @extend %osd_button; - } - } - - .run-dialog-entry { - width: 21em; - caret-color: $fg_color; - } - .run-dialog-error-box { - padding-top: 5px; - spacing: 5px; - } - - //.run-dialog-button-box { padding-top: 1em; } - .run-dialog-label { - font-size: 0; - } -} - -//.button-dialog-button-box { -//} - -.show-processes-dialog-subject, -.mount-question-dialog-subject, -.end-session-dialog-subject { //this should be a generic header class - @include fontsize($font-size * 1.2); - font-weight: bold; - color: $fg_color; -} - -// -// End Session Dialog -// -.end-session-dialog { - spacing: 42px; - //border: 3px solid $_bubble_borders_color; - - &-list { - padding-top: 20px; - } - - &-layout { - padding-left: 17px; - &:rtl { padding-right: 17px; } - } - - &-description { - width: 28em; - padding-bottom: 10px; - &:rtl { - text-align: right; - } - } - - &-warning { - width: 28em; - color: $warning_color; - padding-top: 6px; - &:rtl { - text-align: right; - } - } - - &-logout-icon { - border: 0px solid transparent; - border-radius: 2px; - width: 48px; - height: 48px; - background-size: contain; - } - - &-shutdown-icon { - color: $fg_color; - width: 48px; - height: 48px; - } - - &-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 10px; - padding-left: 10px; - } - - &-session-list, &-app-list { - spacing: 1em; - } - - &-list-header { - font-weight: bold; - &:rtl { text-align: right; } - } - - &-app-list-item, &-session-list-item { - spacing: 1em; - } - - &-app-list-item-name, &-session-list-item-name { - font-weight: bold; - } - - &-app-list-item-description { - color: lighten($fg_color,5%); - @include fontsize($font-size * 0.9); - } - - // Shutdown Button - .modal-dialog-button:last-child { - color: $destructive_fg_color; - background-color: $destructive_color; - border-color: $destructive_color; - - &:hover { - color: $destructive_fg_color; - background-color: lighten($destructive_color, 9%); - border-color: lighten($destructive_color, 9%); - } - &:active { - color: $destructive_fg_color; - background-color: darken($destructive_color, 5%); - border-color: darken($destructive_color, 5%); - } - } -} - -// -// ShellMountOperation Dialogs -// -.shell-mount-operation-icon { icon-size: 48px; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - - &:rtl { - padding-left: 0px; - padding-right: 17px; - } -} - -.mount-question-dialog-subject { - max-width: 500px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; - - &:rtl { - padding-right: 17px; - } -} - -.show-processes-dialog-app-list { - @include fontsize($font-size * 1.1); - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; - - &:rtl { - padding-right: 49px; - padding-left: 32px; - } -} - -.show-processes-dialog-app-list-item { - color: darken($fg_color,10%); - &:hover { color: $fg_color; } - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } -} - -.show-processes-dialog-app-list-item-icon { - &:ltr { padding-right: 17px; } - &:rtl { padding-left: 17px; } -} - -.show-processes-dialog-app-list-item-name { - @include fontsize($font-size * 1.1); -} - -// -// Password or Authentication Dialog -// -.prompt-dialog { - //this is the width of the entire modal popup - width: 500px; - //border: 3px solid $_bubble_borders_color; - - &-main-layout { - spacing: 24px; - padding: 10px; - } - - &-message-layout { - spacing: 16px; - } - - &-headline { - @include fontsize($font-size * 1.3); - font-weight: bold; - color: $fg_color; - } - - &-descritption:rtl { - text-align: right; - } - - &-password-box { - spacing: 1em; - padding-bottom: 1em; - } - - &-error-label { - @include fontsize($font-size); - color: $error_color; - padding-bottom: 8px; - } - - &-info-label { - @include fontsize($font-size); - padding-bottom: 8px; - } - - &-null-label { - @include fontsize($font-size); - padding-bottom: 8px; - } -} - -.hidden { - color: transparentize(black, 1); -} - -// -// Polkit Dialog -// -.polkit-dialog-user { - - &-layout { - padding-left: 10px; - spacing: 10px; - &:rtl { - padding-left: 0px; - padding-right: 10px; - } - } - - &-root-label { - color: $warning_color; - } - - &-user-icon { - border-radius: 2px; - background-size: contain; - width: 48px; - height: 48px; - } -} - -// -// Network Agent Dialog -// -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -// -// Popvers/Menus -// -.popup-menu { - min-width: 200px; - color: $fg_color; - border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9; - - .popup-menu-arrow { } //defined globally in the TOP BAR - .popup-sub-menu { - background: none; - box-shadow: none; - background-gradient-direction: none !important; - border-image: url("#{$asset_path}/menu/submenu.svg") 9 9 9 9; - } - - .popup-submenu-menu-item:open { - color: $fg_color; - background: none !important; - box-shadow: none; - border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9; - } - - .popup-menu-content { padding: 1em 0em 1em 0em; } - .popup-menu-item { - spacing: 12px; - - &:ltr { padding: .4em 3em .4em 0em; } - &:rtl { padding: .4em 0em .4em 3em; } - - &:active, &.selected { - color: $selected_fg_color; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; - } - - &:insensitive { - color: transparentize($fg_color, 0.5); - background: none; - } - } - - .popup-inactive-menu-item { //all icons and other graphical elements - color: $fg_color; - - &:insensitive { color: $insensitive_fg_color; } - } - - .popup-status-menu-item, - .popup-subtitle-menu-item { color: $fg_color; } - - .popup-menu-item:active { - .popup-status-menu-item, - .popup-subtitle-menu-item { color: $selected_fg_color; } - } - - &.panel-menu { - -boxpointer-gap: 0px; - margin-bottom: 1.75em; - } -} - -.popup-menu-ornament { - text-align: right; - margin-left: 10px; - width: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px !important; - -arrow-background-color: rgba(0,0,0,0.0) !important; - -arrow-border-width: 1px !important; - -arrow-border-color: rgba(0,0,0,0.0) !important; - -arrow-base: 0 !important; - -arrow-rise: 0 !important; - color: $fg_color !important; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: $osd_bg_color; - -arrow-border-width: 1px; - -arrow-border-color: transparentize(black, 0.6); - -arrow-base: 5; - -arrow-rise: 5; -} - -.popup-separator-menu-item { - -gradient-height: 0px; - //-margin-horizontal: 24px; - height: 2px; //not really the whole box - margin: 0; - background-color: transparent; - background-gradient-direction: none !important; - border: none; - border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; -} - -// Background menu -.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0px; } - -// fallback menu -//- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled -// app menu inside the main app window itself rather than the top bar -// - -// -// OSD -// -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - - color: $_shell_fg_color; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - -.osd-monitor-label { font-size: 3em; } - - .level { - padding: 0; - height: 4px; - background-color: transparentize(black, 0.5); - border-radius: 2px; - color: $selected_bg_color; - } -} - -.resize-popup { - color: $osd_fg_color; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - padding: 12px; -} - -// -// Alt Tab Switcher -// -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: $osd_fg_color; - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - - &-item-container { spacing: 8px; } - - .item-box { - padding: 8px; - border-radius: 2px; - border: 1px solid transparent; - - &:outlined { - padding: 8px; - border: 1px solid $selected_bg_color; - } - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - - } - } - - .thumbnail-box { - padding: 2px; - spacing: 4px; - } - - .thumbnail { - width: 256px; - } - - .separator { - width: 1px; - background: transparentize($fg_color, 0.67); - } -} - -.switcher-arrow { - border-color: rgba(0,0,0,0); - color: $osd_fg_color; - - &:highlighted { - color: $_shell_fg_color; - } -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -// -// Workspace Switcher -// -.workspace-switcher { - - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; - - &-group { padding: 12px; } - - &-container { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - padding-bottom: 24px; - } -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 30px; - background-color: $selected_bg_color; - background-size: 96px; - border-radius: 2px; - border: 1px solid $selected_bg_color; -} - -.ws-switcher-active-up { - background-image: url("common-assets/misc/ws-switch-arrow-up.png"); -} - -.ws-switcher-active-down { - background-image: url("common-assets/misc/ws-switch-arrow-down.png"); -} - -.ws-switcher-box { - height: 96px; - background: transparentize(black, 0.67); - border: 1px solid transparentize(black, 0.67); - border-radius: 2px; -} - -// -// Tiled window previews -// -.tile-preview { - background-color: transparentize($selected_bg_color, 0.65); - border: 1px solid $selected_bg_color; - - &-left.on-primary { - border-radius: $panel-corner-radius 0 0 0; - } - - &-right.on-primary { - border-radius: 0 $panel-corner-radius 0 0; - } - - &-left.tile-preview-right.on-primary { - border-radius: $panel-corner-radius $panel-corner-radius 0 0; - } -} - -// -// Top Bar -// -#panel { - $_panel_fg_color: $_shell_fg_color; - - font-weight: bold; - height: 2.1em; - min-height: 27px; - background-color: transparent !important; - background-gradient-direction: none !important; - border-bottom: 0px !important; - border-image: url('common-assets/panel/panel.svg') 1 1 1 1 !important; - - // Fix dynamic top bar extension - &.dynamic-top-bar-white-btn { border-image: none; } - - &.unlock-screen, - &.login-screen, - &.lock-screen { - background-color: transparent; - border-image: none; - } - - &:overview { border-image: url('common-assets/panel/panel-overview.svg') 1 1 1 1; } - - #panelLeft, #panelCenter { // spacing between activities<>app menu and such - spacing: 8px; - } - - .panel-corner { - -panel-corner-radius: $panel-corner-radius; - -panel-corner-background-color: transparentize(black, 1); - -panel-corner-border-width: 0px; - -panel-corner-border-color: black; - - &:active, &:overview, &:focus { - -panel-corner-border-color: black; - } - - &.lock-screen, &.login-screen, &unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; - } - } - - .panel-button { - -natural-hpadding: 10px !important; - -minimum-hpadding: 6px !important; - font-weight: bold; - color: $_panel_fg_color !important; - transition-duration: 100ms; - border-bottom-width: 1px; - border-color: transparent; - - #appMenuIcon { - width: 0; - height: 0; - margin-left: 0px; - margin-right: 0px; - } - - &:hover { - color: $_panel_fg_color !important; - background-color: transparentize(black, 0.83); - border-bottom-width: 1px; - border-color: transparent; - text-shadow: 0 0 rgba(0,0,0,0); - } - - &:active, &:overview, &:focus, &:checked { - color: $selected_fg_color !important; - background:$selected_bg_color, url("common-assets/misc/null.svg"); - border-image: none; - box-shadow: none; - border-bottom-width: 1px !important; - border-color: black; - text-shadow: 0 0 rgba(0,0,0,0); - - & > .system-status-icon { icon-shadow: none; } - } - - .system-status-icon { icon-size: 16px; padding: 0 4px; } - .unlock-screen &, - .login-screen &, - .lock-screen & { - color: lighten($fg_color, 10%); - &:focus, &:hover, &:active { color: lighten($fg_color, 10%); } - } - } - - #panelActivities.panel-button { -natural-hpadding: 12px; } - - .panel-status-indicators-box, - .panel-status-menu-box { - spacing: 2px; - } - - .screencast-indicator { color: $error_color; } - - .clock-display > * > *:last-child { - color: $selected_bg_color; - margin-left: .3em; - } - - .popup-menu-arrow { width: 0; } -} - -// Activities button -#panel #panelActivities.panel-button { - - > * { - background-image: url("common-assets/panel/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: 0 solid transparent !important; - text-shadow: 0 0 transparent !important; - transition-duration: 0ms !important; - box-shadow: none !important; - color: transparent; - } - - &:active, &:overview, &:focus, &:checked { - background-color: transparent; - box-shadow: none; - border-bottom-width: 1px; - border-color: transparent; - - > * { background-image: url("common-assets/panel/activities-active.svg"); } - } -} - -// a little unstructured mess: - -.system-switch-user-submenu-icon { - icon-size: 24px; - border: 1px solid transparentize(black, 0.8); -} - -#appMenu { - spinner-image: url("common-assets/misc/process-working.svg"); - spacing: 4px; - padding: 0 8px; - - .label-shadow { color: transparent !important; } -} - -.aggregate-menu { - width: 360px; - .popup-menu-icon { - padding: 0 4px; - color: $fg_color; - } - .popup-menu-item:active .popup-menu-icon { - color: $selected_fg_color; - } -} - -.system-menu-action { - padding: 13px; - color: $fg_color !important; - border-radius: 32px; /* wish we could do 50% */ - border: 1px solid transparent !important; - - &:hover, &:focus { - transition-duration: 100ms; - padding: 13px; - color: $fg_color !important; - background-color: transparent !important; - border: 1px solid $selected_bg_color !important; - } - &:active { - color: $selected_fg_color !important; - background-color: $selected_bg_color !important; - border: 1px solid $selected_bg_color !important; - } - - & > StIcon { icon-size: 16px; } -} - -// -// Calendar popover -// -.calendar-vertical-separator { - -stipple-width: 1px; - -stipple-color: transparentize($fg_color, 0.6); - width: 0.3em; -} - -.calendar { - padding: .4em 1.75em .8em 2.5em; -} - -.calendar-month-label { - color: $fg_color !important; - font-weight: bold; - padding: 8px 0; - &:focus {} -} - -.calendar-change-month-back:hover, -.calendar-change-month-back:focus, -.calendar-change-month-back:active, -.calendar-change-month-forward:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:active { - background-color: transparent; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 18px; - height: 12px; - border-radius: 4px; -} - -//arrow back -.calendar-change-month-back { - background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-left-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); } - - &:rtl { - background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-right-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); } - } -} - -//arrow forward -.calendar-change-month-forward { - background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-right-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); } - - &:rtl { - background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-left-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); } - } -} - -.datemenu-date-label { - padding: .4em 1.7em; - font-weight: bold; - text-align: center; - color: $fg_color !important; - border-radius: 4px; - - &:hover, &:focus {} - &:active {} -} - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; - color: $fg_color !important; - - &:hover, &:focus { - background-color: transparentize(black, 0.9) !important; - color: $fg_color !important; - } - - &:active { - color: $fg_color !important; - background-color: transparentize(black, 0.85) !important; - border-width: 0; //avoid jumparound due to today - } - - &.calendar-day-heading { //day of week heading - color: transparentize($fg_color, 0.15); - margin-top: 1em; - font-size: 70%; - } -} - -.calendar-week-number { - color: transparentize($fg_color, 0.5); - font-weight: normal; -} - -.calendar-day { //border collapse hack - see calendar.js - border-width: 0; - color: transparentize($fg_color, 0.2); -} - -.calendar-day-top { border-top-width: 0; } - -.calendar-day-left { border-left-width: 0; } - -.calendar-work-day {} - -.calendar-nonwork-day { - background-color: transparent; - color: $fg_color !important; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: $selected_fg_color !important; - background: $selected_bg_color, url("common-assets/misc/null.svg") !important; - border-width: 0; -} - -.calendar-day-with-events { - color: $selected_bg_color; - font-weight: bold; -} - -.calendar-today.calendar-day-with-events { color: $selected_fg_color; } - -.calendar-other-month-day { - color: transparentize($fg_color, 0.7); - opacity: 1; -} - -.events-table { - width: 320px; - spacing-columns: 6pt; - padding: 0 1.4em; - - &:ltr { padding-right: 1.9em; } - &:rtl { padding-left: 1.9em; } -} - -.events-day-header { - font-weight: bold; - color: transparentize($fg_color, 0.2) !important; - padding-left: 0.4em; - padding-top: 1.2em; - - &:first-child { padding-top: 0; } - &:rtl { - padding-left: 0; - padding-right: 0.4em; - } -} - -.events-day-dayname { - color: transparentize($fg_color, 0.5) !important; - text-align: left; - min-width: 20px; - - &:rtl { text-align: right; } -} - -.events-day-time { - color: transparentize($fg_color, 0.6) !important; - text-align: right; - - &:rtl { text-align: left; } -} - -.events-day-task { - color: $fg_color; - padding-left: 8pt; - - &:rtl { - padding-left: 0px; - padding-right: 8pt; - } -} - - -// -//Activities Ripples -// -.ripple-box { - width: 52px; - height: 52px; - background-image: url("common-assets/misc/corner-ripple-ltr.svg"); - background-size: contain; - - &:rtl { background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } -} - -// not really top bar only -.popup-menu-arrow { width: 16px; height: 16px; } -.popup-menu-icon { icon-size: 16px; } - - -// -//Close buttons -// -.window-close, .notification-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - - &:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; - } - - &:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; - } -} - -.window-close { - -shell-close-overlap: 11px; -} - -.notification-close { - -shell-close-overlap-x: 8px; - -shell-close-overlap-y: -8px; - - &:rtl { -shell-close-overlap-x: -8px; } -} - -// -// Network Dialogs -// -.nm-dialog { - max-height: 500px; - min-height: 450px; - min-width: 470px; - - &-content { spacing: 20px; } - - &-header-hbox { spacing: 10px; } - - &-airplane-box { spacing: 12px; } - - &-airplane-headline { - font-size: 1.1em; - font-weight: bold; - text-align: center; - } - - &-airplane-text { color: $fg_color; } - - &-header-icon { icon-size: 32px; } - - &-scroll-view { - border: 1px solid $borders_color; - border-radius: 2px; - background-color: $base_color; - } - - &-header { - font-weight: bold; - font-size: 1.2em; - } - - &-item { - font-size: 1em; - border-bottom: 0px solid; - padding: 12px; - spacing: 0px; - - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - - &-icons { spacing: .5em; } - - &-icon { icon-size: 16px; } -} - -.no-networks-label { color: $insensitive_fg_color; } - -.no-networks-box { spacing: 12px; } - -// -// Overview -// -#overview { spacing: 24px; } - -.overview-controls { padding-bottom: 32px; } - -.window-picker { //container around window thumbnails - -horizontal-spacing: 32px; - -vertical-spacing: 32px; - padding-left: 32px; - padding-right: 32px; - padding-bottom: 48px; - - &.external-monitor { padding: 32px; } -} - -.window-clone-border { - border: 3px solid transparentize($selected_bg_color, 0.2); - border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px transparentize($selected_bg_color, 1); -} - -.window-caption, .window-caption:hover { - spacing: 25px; - color: $osd_fg_color; - background-color: transparentize(black, 0.3); - border-radius: 2px; - padding: 4px 12px; - -shell-caption-spacing: 12px; -} - -// -// Search Entry -// -.search-entry { - width: 320px; - padding: 7px 9px; - border-radius: 20px; - border: 1px solid transparentize(black, 0.75); - background-color: transparentize($entry_bg, 0.1); - - &:focus { - padding: 7px 9px; - } - - .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: $fg_color; - } - - &:hover, &:focus { - color: $selected_fg_color; - caret-color: $selected_fg_color; - background-color: $selected_bg_color; - - selection-background-color: $selected_fg_color; - selected-color: $selected_bg_color; - - .search-entry-icon { color: $selected_fg_color; } - } -} - -// -// Search Results -// -#searchResultsBin { max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -// This should be equal to #searchResultsContent spacing -.search-section { spacing: 16px; } - -// This is the space between the provider icon and the results container -.search-section-content { spacing: 32px; } - -// "no results" -.search-statustext { - @extend %status_text; -} - -.list-search-results { spacing: 3px; } - -.search-section-separator { - background-color: transparentize(white, 0.8); - -margin-horizontal: 1.5em; - height: 1px; -} - -.list-search-result-content { spacing: 12px; padding: 12px; } - -.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; } - -.list-search-result-description { color: darken($_shell_fg_color, 20%); } - -.search-provider-icon { padding: 15px; } -.search-provider-icon-more { - width: 16px; - height: 16px; - background-image: url("common-assets/misc/more-results.svg"); -} - -// -// Dash -// -#dash { - font-size: 1em; - color: $osd_fg_color; - background-color: $dark_sidebar_bg; - border-color: rgba(0,0,0,0.4); - padding: 3px 0px 3px 0px; - border-radius: 0 3px 3px 0; - - &:rtl { border-radius: 3px 0 0 3px; } - - .right &, - &:rtl { - padding: 3px 0px 3px 0px; - } - .bottom & { - padding: 0px 3px 0px 3px; - } - .top & { - padding: 0px 3px 0px 3px; - } - .placeholder { - background-image: url("common-assets/dash/dash-placeholder.svg"); - background-size: contain; - height: 24px; - } - - .empty-dash-drop-target { - width: 24px; - height: 24px; - } -} - -.dash-item-container > StWidget { - padding: 2px 5px 2px 3px; - - .right &, &:rtl { padding: 2px 3px 2px 5px; } - .bottom & { padding: 5px 2px 3px 2px; } - .top & { padding: 3px 2px 5px 2px; } -} - -.dash-label { - border-radius: 3px; - padding: 4px 12px; - color: $_shell_fg_color; - background-color: rgba(0, 0, 0, 0.7); - text-align: center; - -x-offset: 3px; -} - -.bottom .dash-label, .top .dash-label { - -y-offset: 3px; - -x-offset: 0; -} - -.dash-item-container > .app-well-app.running > .overview-icon, -.dash-item-container > .app-well-app.running:hover > .overview-icon, -.dash-item-container > .app-well-app.running:active > .overview-icon, -.dash-item-container > .app-well-app > .overview-icon, -.dash-item-container > .app-well-app:hover > .overview-icon, -.dash-item-container > .app-well-app:active > .overview-icon { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; - background: none !important; -} - - -#dash .app-well-app .overview-icon { - padding: 10px; - padding-left: 13px; -} - -.right #dash .app-well-app .overview-icon, -#dash:rtl .app-well-app .overview-icon { - padding: 10px; - padding-right: 13px; -} - -.bottom #dash .app-well-app .overview-icon { - padding: 10px; - padding-bottom: 13px; -} - -.top #dash .app-well-app .overview-icon { - padding: 10px; - padding-top: 13px; -} - - -#dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover.svg") 5 5 5 5; -} - -#dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active.svg") 5 5 5 5; -} - -#dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running.svg") 5 5 5 5; -} - -#dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover.svg") 5 5 5 5; -} - -#dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active.svg") 5 5 5 5; -} - - -.right #dash .app-well-app:hover .overview-icon, -#dash:rtl .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-right.svg") 5 5 5 5; -} - -.right #dash .app-well-app:active .overview-icon, -#dash:rtl .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-right.svg") 5 5 5 5; -} - -.right #dash .app-well-app.running .overview-icon, -#dash:rtl .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-right.svg") 5 5 5 5; -} - -.right #dash .app-well-app.running:hover .overview-icon, -#dash:rtl .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-right.svg") 5 5 5 5; -} - -.right #dash .app-well-app.running:active > .overview-icon, -#dash:rtl .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-right.svg") 5 5 5 5; -} - - -.bottom #dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-bottom.svg") 5 5 5 5; -} - -.bottom #dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-bottom.svg") 5 5 5 5; -} - -.bottom #dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; -} - -.bottom #dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; -} - -.bottom #dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; -} - - -.top #dash .app-well-app:hover .overview-icon { - border-image: url("common-assets/dash/button-hover-top.svg") 5 5 5 5; -} - -.top #dash .app-well-app:active .overview-icon { - border-image: url("common-assets/dash/button-active-top.svg") 5 5 5 5; -} - -.top #dash .app-well-app.running .overview-icon { - border-image: url("common-assets/dash/button-running-top.svg") 5 5 5 5; -} - -.top #dash .app-well-app.running:hover .overview-icon { - border-image: url("common-assets/dash/button-running-hover-top.svg") 5 5 5 5; -} - -.top #dash .app-well-app.running:active > .overview-icon { - border-image: url("common-assets/dash/button-running-active-top.svg") 5 5 5 5; -} - - -.show-apps .overview-icon { - background-gradient-direction: none !important; - - padding: 11px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - border: 0px solid; -} - -.show-apps:hover .overview-icon { - background-gradient-direction: none !important; - - background-color: rgba(0, 0, 0, 0.7); - color: $selected_bg_color; -} - -.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { - background-gradient-direction: none !important; - - color: $selected_fg_color; - background-color: $selected_bg_color; - box-shadow: none; - transition-duration: 0ms; -} - -// -// App Vault/Grid -// -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; - - .overview-icon { icon-size: 96px; } -} - -//.app-display { spacing: 20px; } - -//favorties | all toggle container -.app-view-controls { padding-bottom: 32px; } - -//favorties | all toggle button -.app-view-control { - padding: 4px 32px; - background-gradient-direction: none; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:checked { - color: $selected_fg_color; - background-color: $selected_bg_color; - border-color: $selected_bg_color; - } - - &:first-child:ltr, - &:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } - - &:last-child:ltr, - &:first-child:rtl { border-radius: 0 2px 2px 0; border-left-width: 0;} -} - -// -// Icon Tile -// -.search-provider-icon, -.list-search-result { - @extend %icon_tile; - - &:active, &:checked { background-color: transparentize(darken($osd_bg_color,10%),.1); } - - &:focus, &:selected, &:hover { - background-color: transparentize($osd_fg_color,.6); - transition-duration: 200ms; - } -} -.app-well-app, -.app-well-app.app-folder, -.grid-search-result { - - .overview-icon { - @extend %icon_tile; - } - - &:active .overview-icon, - &:checked .overview-icon { - background-color: transparentize(darken($osd_bg_color,10%),.1); - box-shadow: inset 0 0 $selected_bg_color; - } - - &:hover .overview-icon, - &:focus .overview-icon, - &:selected .overview-icon { - background-color: transparentize($osd_fg_color,.6); - transition-duration: 0ms; - border-image: none; - background-image: none; - } -} - -.app-well-app.running { - > .overview-icon { - @extend %reset_style; - background: none !important; - - text-shadow: black 0px 0px; - border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; - } - &:hover > .overview-icon { - @extend %reset_style; - - border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; - } - &:active > .overview-icon, - &:checked > .overview-icon { - @extend %reset_style; - - border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; - } -} - -%icon_tile { - color: $_shell_fg_color; - border-radius: 2px; - padding: 6px; - border: 1px solid transparent; - transition-duration: 0ms; - text-align: center; -} - -// -// Collections -// -.app-well-app.app-folder { - - > .overview-icon { - background-color: darken($dark_sidebar_bg, 8%); - border: 1px solid transparentize(darken($dark_sidebar_bg, 25%), 0.5); - } - - &:hover > .overview-icon { - background-color: lighten($dark_sidebar_bg, 3%); - } - - &:active > .overview-icon, &:checked > .overview-icon { - color: $selected_fg_color; - background-color: $selected_bg_color; - box-shadow: none; - } - - &:focus > .overview-icon { - background-color: $selected_bg_color; - } -} - -.app-folder-popup { //expanded collection - -arrow-border-radius: 2px; - -arrow-background-color: darken($dark_sidebar_bg, 8%); - -arrow-border-color: transparentize(darken($dark_sidebar_bg, 25%), 0.5); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; -} - -.app-folder-popup-bin { padding: 5px; } -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; - - .page-indicator-icon { - width: 18px; - height: 18px; - background-image: url(common-assets/misc/page-indicator-inactive.svg); - } - - &:hover .page-indicator-icon { background-image: url(common-assets/misc/page-indicator-hover.svg); } - &:active .page-indicator-icon { background-image: url(common-assets/misc/page-indicator-active.svg); } - &:checked .page-indicator-icon, - &:checked:active { background-image: url(common-assets/misc/page-indicator-checked.svg); } -} - -.no-frequent-applications-label { @extend %status_text; } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; -} - -// -// Workspace pager -// -.workspace-thumbnails, -.workspace-thumbnails-left { - &, &:rtl { - visible-width: 40px; //amount visible before hover - spacing: 11px; - padding: 12px; - } -} - -.workspace-thumbnails, -.workspace-thumbnails-left:rtl { - padding-right: 7px; - border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; -} - -.workspace-thumbnails:rtl, -.workspace-thumbnails-left { - padding-left: 7px; - border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; -} - -.workspace-thumbnail-indicator { - border: 4px solid transparentize($selected_bg_color, 0.2); - border-radius: 1px; - padding: 1px; -} - -//Some hacks I don't even -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - // horizontal padding to make sure scrollbars or dash don't overlap content - padding: 0px 88px 10px 88px; -} - -%status_text { - font-size: 2em; - font-weight: bold; - color: $fg_color; -} - -// -// Notifications & Message Tray -// - -#message-tray { - background: opacify($osd_bg_color, 1); - background-repeat: repeat; - height: 72px; - border: solid transparentize(black, 0.4); - border-width: 0; - border-top-width: 1px; -} - -.message-tray { - - &-summary { height: 72px; } - - &-menu-button { - - StIcon { - padding: 0 20px; - color: transparentize($osd_fg_color, 0.4); - icon-size: 24px; - } - &:hover StIcon, - &:active StIcon, - &:focus StIcon { color: $osd_fg_color; } - } -} - -.no-messages-label { - color: transparentize($osd_fg_color, 0.5); -} - -.summary-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: rgba(0,0,0,0.0); - -arrow-base: 0; - -arrow-rise: 0; - -boxpointer-gap: 0; - color: $fg_color; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - padding: 7px; - - .notification { - border-radius: 3px; - background: none !important; - border-image: none; - padding-bottom: 12px; - } - - #summary-right-click-menu { - color: $osd_fg_color; - padding-top: 12px; - padding-bottom: 12px; - - .popup-menu-item:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - } - - &-stack-scrollview { - max-height: 18em; - padding-top: 8px; - padding-bottom: 8px; - - &:ltr { padding-right: 8px; } - &:rtl { padding-left: 8px; } - } -} - -.summary-source { - border-radius: 4px; - padding: 0 6px 0 6px; - transition-duration: 100ms; - - &-counter { - background-image: url("common-assets/misc/summary-counter.svg"); - background-size: 26px; - color: $selected_fg_color; - font-size: 10pt; - font-weight: bold; - height: 2.4em; - width: 2.4em; - -shell-counter-overlap-x: 8px; - -shell-counter-overlap-y: 8px; - } - - &-button { - border-radius: 2px; - padding: 6px 3px 6px 3px; - - &:last-child:ltr { padding-right: 6px; } - &:last-child:rtl { padding-left: 6px; } - - .summary-source { @include button(osd) }; - - &:hover .summary-source { @include button(osd-hover) } - - &:focus .summary-source, - &:selected .summary-source { @include button(osd-active); } - } -} - -//Notifications -.url-highlighter { link-color: $link_color; } - -.notification, #notification-container { width: 34em; } - -.notification { - font-size: 1em; - color: $osd_fg_color; - padding: 12px 12px 12px 12px; - spacing-rows: 4px; - spacing-columns: 10px; - border-image: url("common-assets/misc/notification.svg") 9 9 9 9; - - &.multi-line-notification { padding-bottom: 12px; } - - &-unexpanded { - min-height: 40px; // We want to force the actor at a specific size, irrespective - height: 40px; // of its minimum and preferred size, so we override both - } - - &-with-image { min-height: 159px; } - - &-scrollview { - max-height: 10em; - -st-vfade-offset: 0px; - - &:ltr > StScrollBar { padding-left: 6px; } - &:rtl > StScrollBar { padding-right: 6px; } - } - - &-body { spacing: 5px; } - - &-actions { - padding-top: 12px; - spacing: 10px; - } - - &-button { - -st-natural-width: 140px; - padding: 4px 4px 5px; - background-gradient-direction: none; - - @extend %osd_button; - - &:focus { - -st-natural-width: 140px; - padding: 4px 4px 5px; - } - } - - &-icon-button { - border-radius: 5px; - padding: 5px; - background-gradient-direction: none; - - @extend %osd_button; - - &:focus { padding: 5px; } - - > StIcon { - icon-size: 16px; - padding: 8px; - } - } - - StEntry { - padding: 7px; - caret-color: $osd_fg_color; - - @include entry(osd); - - &:focus { @include entry(osd-focus); } - } -} - -.secondary-icon { icon-size: 1.09em; } - -// Chat Bubbles -.chat-body { spacing: 5px; } -.chat-response { margin: 5px; } -.chat-log-message { color: $osd_fg_color; } -.chat-new-group { padding-top: 1em; } -.chat-received { - padding-left: 4px; - - &:rtl { padding-left: 0px; padding-right: 4px; } -} - -StEntry.chat-response { - padding: 7px; - @include entry(osd); - - &:focus { @include entry(osd-focus); } -} - -.chat-sent { - padding-left: 18pt; - color: $selected_bg_color; - - &:rtl { padding-left: 0; padding-right: 18pt; } -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: transparentize($osd_fg_color, 0.4); - - &:rtl { padding-left: 0; padding-right: 4px; } -} - -.subscription-message { font-style: italic; } - -// Hotplug -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; - @extend %osd_button; - - &:focus { padding: 2px 10px; } -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 2px 0 0 2px; - background-gradient-direction: none; - - @extend %osd_button; -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { - icon-size: 16px; -} - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 0 2px 2px 0; - color: $osd_fg_color; - border-left: none; -} - -// Magnifier - -.magnifier-zoom-region { - border: 2px solid $selected_bg_color; - &.full-screen { border-width: 0; } -} - -// -// On-Screen Keyboard -// -#keyboard { - background-color: $osd_bg_color; - border-width: 0; - border-top-width: 1px; - border-color: transparentize(black, 0.8); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - background-gradient-direction: none; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - - &:grayed { @include button(osd-insensitive); } -} - -.keyboard-subkeys { //long press on a key popup - color: $osd_fg_color; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: $osd_bg_color; - -arrow-border-width: 1px; - -arrow-border-color: transparentize(black, 0.6);; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -// -// IBus Candidate Popup -// -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; - color: $osd_fg_color; - font-size: 1.15em; -} - - .candidate-index { - padding: 0 0.5em 0 0; - color: lighten($osd_fg_color, 10%); - } - - .candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 2px; - color: $osd_fg_color; - &:selected,&:hover { background-color: $selected_bg_color; color: $selected_fg_color; } - } - - .candidate-page-button-box { - height: 2em; - .vertical & { padding-top: 0.5em; } - .horizontal & { padding-left: 0.5em; } - } - - .candidate-page-button { - padding: 4px; - } - - .candidate-page-button-previous { border-radius: 2px 0px 0px 2px; border-right-width: 0; } - .candidate-page-button-next { border-radius: 0px 2px 2px 0px; } - .candidate-page-button-icon { icon-size: 1em; } - -// -// Auth Dialogs & Screen Shield -// -.framed-user-icon { - background-size: contain; - border: 0px solid transparent; - color: $fg_color; - border-radius: 2px; - &:hover { - border-color: transparent; - color: lighten($osd_fg_color,30%); - } -} - -// -// Login Dialog -// -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog { - //reset - border: none; - background-color: transparent; - - .modal-dialog-button-box { spacing: 3px; } - .modal-dialog-button { - padding: 3px 18px; - &:default { - @include button(normal); - &:hover,&:focus { @include button(hover); } - &:active { @include button(active); } - &:insensitive { @include button(insensitive); } - } - } -} - - .login-dialog-logo-bin { padding: 24px 0px; } - .login-dialog-banner { color: darken($osd_fg_color,10%); } - .login-dialog-button-box { spacing: 5px; } - .login-dialog-message-warning { color: $warning_color; } - .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } - .login-dialog-user-selection-box { - padding: 100px 0px; - .login-dialog-not-listed-label { - padding-left: 2px; - .login-dialog-not-listed-button:focus &, - .login-dialog-not-listed-button:hover & { - color: $osd_fg_color; - } - } - } - .login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: darken($osd_fg_color,30%); - padding-top: 1em; - } - - .login-dialog-user-list-view { -st-vfade-offset: 1em; } - .login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; - &:expanded .login-dialog-user-list-item:focus { background-color: $selected_bg_color; color: $selected_fg_color; } - &:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid $selected_bg_color; } - } - .login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: darken($osd_fg_color,30%); - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } - &:hover { background-color: $selected_bg_color; color: $selected_fg_color; } - .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: $osd_fg_color; - } - &:focus .login-dialog-timed-login-indicator { background-color: $selected_fg_color; } - } - - .login-dialog-username, - .user-widget-label { - color: $osd_fg_color; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; - } - .user-widget-label { - &:ltr { padding-left: 18px; } - &:rtl { padding-right: 18px; } - } - - .login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; - } - - .login-dialog-prompt-label { - color: darken($osd_fg_color, 20%); - font-size: 110%; - padding-top: 1em; - } - - .login-dialog-session-list-button StIcon { - icon-size: 1.25em; - } - - .login-dialog-session-list-button { - color: darken($osd_fg_color,30%); - &:hover,&:focus { color: $osd_fg_color; } - &:active { color: darken($osd_fg_color, 50%); } - } - -// -// Screen Shield -// -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0,0,0,0.4); -} - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0,0,0,0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0,0,0,0.4); -} - -.screen-shield-clock-date { font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; - .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; - } - - .notification, - .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid $_bubble_borders_color; - background-color: transparentize($osd_bg_color,0.5); - color: $_bubble_fg_color; - border-radius: 4px; - } - .notification { margin-right: 15px; } //compensate for space allocated to the scrollbar -} - - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; -} - -.screen-shield-notification-count-text { padding: 0px 0px 0px 12px; } - -#panel.lock-screen { background-color: transparentize($_bubble_bg_color, 0.5); } - -.screen-shield-background { //just the shadow, really - background: black; - box-shadow: 0px 2px 4px transparentize(black,0.6); -} - -#lockDialogGroup { - background: #2e3436 url(misc/noise-texture.png); - background-repeat: repeat; -} - -#screenShieldNotifications { - StButton#vhandle, StButton#hhandle { - background-color: transparentize($bg_color,0.7); - &:hover, &:focus { background-color: transparentize($bg_color,0.5); } - &:active { background-color: transparentize($selected_bg_color,0.5); } - } -} - -// -// Looking Glass -// -#LookingGlassDialog { - spacing: 4px; - padding: 8px 8px 10px 8px; - background-color: transparentize(black, 0.3); - border: 1px solid black; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 2px; - color: $osd_fg_color; - - & > #Toolbar { - padding: 3px; - border: none; - background-color: transparent; - border-radius: 0px; - } - .labels { spacing: 4px; } - - .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: $osd_fg_color; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; - - &:hover { - color: $_shell_fg_color; - text-shadow: black 0px 2px 2px; - } - &:selected { - border-bottom-width: 0px; - color: $selected_bg_color; - text-shadow: black 0px 2px 2px; - } - } - StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } - StBoxLayout#ResultsArea { spacing: 4px; } -} - -.lg-dialog { - - StEntry { - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - - @include entry(osd); - &:focus { @include entry(osd-focus); } - } - .shell-link { - color: $link_color; - &:hover { color: lighten($link_color,10%); } - } -} - -.lg-completions-text { - font-size: .9em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; - &:hover { border: 1px solid #ffffff; } -} - -#lookingGlassExtensions { padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; -} - -.lg-extension { - border: 1px solid $osd_borders_color; - border-radius: 2px; - background-color: $osd_bg_color; - padding: 4px; -} - -.lg-extension-name { - font-weight: bold; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - background: transparentize(black, 0.3); - border: 1px solid grey; - border-radius: 2px; - padding: 6px; -} diff --git a/common/gnome-shell/3.14/sass/_drawing.scss b/common/gnome-shell/3.14/sass/_drawing.scss deleted file mode 100644 index 23aed9a..0000000 --- a/common/gnome-shell/3.14/sass/_drawing.scss +++ /dev/null @@ -1,167 +0,0 @@ -// Drawing mixins - -// generic drawing of more complex things - -// provide font size in rem, with px fallback -@mixin fontsize($size: 24, $base: 16) { - font-size: round($size) + pt; - //font-size: ($size / $base) * 1rem; -} - -// Entries - -@mixin entry($t, $dark:false) { -// -// Entries drawing function -// - //@extend %reset_style; - - @if $t==normal { - color: $text_color; - background-color: $entry_bg; - border: 1px solid $entry_border; - box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95); - } - - @if $t==focus { - color: $fg_color; - background-color: $entry_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95); - } - - @if $t==insensitive { - color: $insensitive_fg_color; - background-color: mix($entry_bg, $bg_color, 55%); - border-color: 1px solid mix($entry_border, $bg_color, 55%); - box-shadow: inset 0 2px 4px transparentize(mix($entry_bg, $bg_color, 55%), 0.95); - } - - @if $t==osd { - color: $osd_fg_color; - background-color: $osd_entry_bg; - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } - - @if $t==osd-focus { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } - - @if $t==osd-insensitive { - color: transparentize($osd_fg_color, 0.45); - background-color: transparentize($osd_entry_bg, 0.15); - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } -} - -// Buttons - -@mixin button($t) { -// -// Button drawing function -// - //@extend %reset_style; - - text-shadow: 0 1px transparentize($base_color, 1); - - @if $t==normal { - // - // normal button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $button_border; - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==focus { - // - // focused button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==focus-hover { - // - // focused button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==hover { - // - // hovered button - // - color: $fg_color; - background-color: lighten($button_bg, 5%); - border: 1px solid $button_border; - box-shadow: inset 0 2px 4px transparentize(lighten($button_bg, 5%), 0.95); - } - - @else if $t==active { - // - // pushed button - // - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95); - } - - @else if $t==insensitive { - // - // insensitive button - // - color: $insensitive_fg_color; - border: 1px solid transparentize($button_border, 0.45); - background-color: transparentize($button_bg, 0.45); - box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95); - } - - @else if $t==osd { - // - // normal osd button - // - color: $osd_fg_color; - border: 1px solid darken($osd_button_border, 12%); - background-color: $osd_button_bg; - } - - @else if $t==osd-hover { - // - // active osd button - // - color: $osd_fg_color; - border: 1px solid darken($osd_button_border, 22%); - background-color: opacify(lighten($osd_button_bg, 7%), 0.1); - } - - @else if $t==osd-active { - // - // active osd button - // - color: $selected_fg_color; - border: 1px solid $selected_bg_color; - background-color: $selected_bg_color; - } - - @else if $t==osd-insensitive { - // - // insensitive osd button - // - color: $osd_insensitive_fg_color; - border: 1px solid darken($osd_button_border, 12%); - background-color: transparentize($osd_button_bg, 0.15); - } -} diff --git a/common/gnome-shell/3.14/sass/gnome-shell-dark.scss b/common/gnome-shell/3.14/sass/gnome-shell-dark.scss deleted file mode 100644 index 4a61461..0000000 --- a/common/gnome-shell/3.14/sass/gnome-shell-dark.scss +++ /dev/null @@ -1,7 +0,0 @@ -$variant: 'dark'; -$transparency: 'true'; -$darker: 'false'; - -@import "_colors"; //use gtk colors -@import "_drawing"; -@import "_common"; diff --git a/common/gnome-shell/3.14/sass/gnome-shell.scss b/common/gnome-shell/3.14/sass/gnome-shell.scss deleted file mode 100644 index 674f742..0000000 --- a/common/gnome-shell/3.14/sass/gnome-shell.scss +++ /dev/null @@ -1,7 +0,0 @@ -$variant: 'light'; -$transparency: 'true'; -$darker: 'false'; - -@import "_colors"; //use gtk colors -@import "_drawing"; -@import "_common"; diff --git a/common/gnome-shell/3.16/common-assets/dash/dash-left.svg b/common/gnome-shell/3.16/common-assets/dash/dash-left.svg deleted file mode 100644 index 5fb7bf2..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/dash-left.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg b/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg deleted file mode 100644 index cbae148..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/dash-right.svg b/common/gnome-shell/3.16/common-assets/dash/dash-right.svg deleted file mode 100644 index 64c1e9b..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/dash-right.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running1.svg b/common/gnome-shell/3.16/common-assets/dash/running1.svg deleted file mode 100644 index 45036e2..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running1.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running2.svg b/common/gnome-shell/3.16/common-assets/dash/running2.svg deleted file mode 100644 index 365fa90..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running2.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running3.svg b/common/gnome-shell/3.16/common-assets/dash/running3.svg deleted file mode 100644 index 0de3f4b..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running3.svg +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/dash/running4.svg b/common/gnome-shell/3.16/common-assets/dash/running4.svg deleted file mode 100644 index 33ec9cf..0000000 --- a/common/gnome-shell/3.16/common-assets/dash/running4.svg +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg deleted file mode 100644 index 4d3f262..0000000 --- a/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg b/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg deleted file mode 100644 index 4962ebc..0000000 --- a/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/bg.svg b/common/gnome-shell/3.16/common-assets/misc/bg.svg deleted file mode 100644 index feeddea..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/bg.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/close-active.svg b/common/gnome-shell/3.16/common-assets/misc/close-active.svg deleted file mode 100644 index 95822bf..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.16/common-assets/misc/close-hover.svg b/common/gnome-shell/3.16/common-assets/misc/close-hover.svg deleted file mode 100644 index 7b52140..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.16/common-assets/misc/close.svg b/common/gnome-shell/3.16/common-assets/misc/close.svg deleted file mode 100644 index e221a33..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/close.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml \ No newline at end of file diff --git a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg b/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg deleted file mode 100644 index 357a544..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg b/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg deleted file mode 100644 index 57176d2..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/more-results.svg b/common/gnome-shell/3.16/common-assets/misc/more-results.svg deleted file mode 100644 index 8625db8..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/more-results.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/osd.svg b/common/gnome-shell/3.16/common-assets/misc/osd.svg deleted file mode 100644 index df41a00..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/osd.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg deleted file mode 100644 index 00c1556..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg deleted file mode 100644 index 249100d..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg deleted file mode 100644 index b560780..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg deleted file mode 100644 index 712573b..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/process-working.svg b/common/gnome-shell/3.16/common-assets/misc/process-working.svg deleted file mode 100644 index 33ebb09..0000000 --- a/common/gnome-shell/3.16/common-assets/misc/process-working.svg +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/misc/ws-switch-arrow-down.png b/common/gnome-shell/3.16/common-assets/misc/ws-switch-arrow-down.png deleted file mode 100644 index a674ad58d7ca2c64e0d5a512ddd9a21578c643e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 879 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGoY)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHi$oGq)%MYv{iz3=B+vJY5_^DsH{Kbu!;KQRdjk>mp)W zfwvZQaV0HmZgW|kmaCtoEOy1|NR(1iviii1y(U7^+}VfY6($N;JNE`onIYsHxcADB zt(N9HyLVZB-}Bz~x$Sqm`L*YN?md5b-a}hcHy3PRiBjMV?FI4~J|BOrYDhldoA9Ha z`|H+*If4t!TOXP;Iwy*~sAgo?-&m{3Rd4#i^39`50S@b0_KCFY=lT(H=Fp`eAaAc+ z`~9#NQSp4NPrPnCPW++WP#!2Y<;jJc9jZNyw{5uUJwIF#JGx@ErJCE1nT;LKXJz&5 z!jE6 zoBaGH5zc(4G{7lebN$Z)#iu3h8FcsUJ8^~SyN-C{!f=M|odw7K%S&c17N4iHVP!}0Ii|ejFYl`K3AM>g*l&Y0rQ0 zmCP<;(kTfzl(A5#VdlZ_(YKF3=+Shac6;AX)f|cEH;iT8cvo)qjawx&jcL8?lnr+8 zXM`RoJ)QiIrEI1bgAVh(2)1vm5zId9>mub|i*L9cBDBD?V(a$1QaiFLd-fl24DM`r zdLVkzXZ9QUT9OxJa^9;6{$o@=#-Mx9EI&r;`=;PW)lN4)@N0hj=p7;H%-KG*B-mZQ1q8g8=( zU4>pJcj_+G{t+N_EHj}gs5suKyhG@hXkDiF3(bH-lCARooHHN14&Aqz%l@9ww&zm| sFVdQ&MBb@0Ddig1ONa4 diff --git a/common/gnome-shell/3.16/common-assets/misc/ws-switch-arrow-up.png b/common/gnome-shell/3.16/common-assets/misc/ws-switch-arrow-up.png deleted file mode 100644 index 1b6f6111418f3a8e4f83917db01e152bbb5002c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 853 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGoY)RhkE)4%caKYZ?lYt_f1s;*b zKpodXn9)gNb_Gz7y~NYkmHi$oGq;G*m6`KG85o!zdAc};RNQ)d)7wKdQKJ20{;4h8 zQ#rPEZP31Ja=M9YS45e!xA{fZ)vgl+);4o+MTuXuYT70!C>S)mD@=^l(Pj0CQ}328 zt?;}!Pt2--%X&`nzWlUvXMXOX#*Jz(&7H>1ePpn{M5%R1lhUZ=_;Twl-jvG#gH=c;FVb;1TN zW$T!PL(bdPCG&l(4d24D`$u(yZo2zH+>YAH>?DN)|75k^E{bQ|osM+Qpr4IH7 zcPu#c@^L<=!M^u%y!z$$i@i{mNe}t+{>NI^qE?3A)iP&{ge%@8aDFZ9w7(ztN2=X;DwDrX`YZNr&#M1a z9II{rOD|@e65^_32Fa?#y$wtXcQp<3H=0Q=9E&?mz$K&{yk6TPhg7!~ix*PgEBOUlJ2pnF2S=+c)ZO5+V z(+^LG&8)kV+>>c~Y|eL^^>>d57~GX8J|waEx - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/panel/activities.svg b/common/gnome-shell/3.16/common-assets/panel/activities.svg deleted file mode 100644 index b4a4b0d..0000000 --- a/common/gnome-shell/3.16/common-assets/panel/activities.svg +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/panel/panel-overview.svg b/common/gnome-shell/3.16/common-assets/panel/panel-overview.svg deleted file mode 100644 index c955747..0000000 --- a/common/gnome-shell/3.16/common-assets/panel/panel-overview.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/panel/panel.svg b/common/gnome-shell/3.16/common-assets/panel/panel.svg deleted file mode 100644 index c0a64da..0000000 --- a/common/gnome-shell/3.16/common-assets/panel/panel.svg +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg b/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg deleted file mode 100644 index c374f22..0000000 --- a/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg deleted file mode 100644 index a86b37a..0000000 --- a/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg deleted file mode 100644 index 0c2a8ee..0000000 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg deleted file mode 100644 index b17ab7c..0000000 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg deleted file mode 100644 index 0c111f0..0000000 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg deleted file mode 100644 index d7c2217..0000000 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/menu/menu.svg b/common/gnome-shell/3.16/dark-assets/menu/menu.svg deleted file mode 100644 index 44e295d..0000000 --- a/common/gnome-shell/3.16/dark-assets/menu/menu.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/menu/submenu-open.svg b/common/gnome-shell/3.16/dark-assets/menu/submenu-open.svg deleted file mode 100644 index bd817b0..0000000 --- a/common/gnome-shell/3.16/dark-assets/menu/submenu-open.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/menu/submenu.svg b/common/gnome-shell/3.16/dark-assets/menu/submenu.svg deleted file mode 100644 index ebab963..0000000 --- a/common/gnome-shell/3.16/dark-assets/menu/submenu.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/button-box.svg b/common/gnome-shell/3.16/dark-assets/misc/button-box.svg deleted file mode 100644 index 0342698..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/button-box.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index 33f401d..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 5602eff..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 5586d55..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 734b53b..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-active.svg b/common/gnome-shell/3.16/dark-assets/misc/message-active.svg deleted file mode 100644 index 6555c32..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/message-active.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg deleted file mode 100644 index d678a90..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg deleted file mode 100644 index 6ed2ec1..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-close.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close.svg deleted file mode 100644 index 66a5203..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg deleted file mode 100644 index 7ab720c..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/message.svg b/common/gnome-shell/3.16/dark-assets/misc/message.svg deleted file mode 100644 index 7c8f1b6..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/message.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/misc/modal.svg b/common/gnome-shell/3.16/dark-assets/misc/modal.svg deleted file mode 100644 index ec0b945..0000000 --- a/common/gnome-shell/3.16/dark-assets/misc/modal.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg b/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg deleted file mode 100644 index 68eed5d..0000000 --- a/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg deleted file mode 100644 index b6a9be9..0000000 --- a/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css deleted file mode 100644 index 27fb030..0000000 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ /dev/null @@ -1,1921 +0,0 @@ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -stage { - font-family: Futura Bk bt, Cantarell, Sans-Serif; - font-size: 9pt; - color: #D3DAE3; } - -.button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; } - -.button, .notification-banner .notification-button, -.notification-banner:hover .notification-button, -.notification-banner:focus .notification-button, .hotplug-notification-item { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } - .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } - .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } - .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } - .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: rgba(211, 218, 227, 0.45); - border: 1px solid rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); - box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } - -.modal-dialog-button-box .button { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .modal-dialog-button-box .button:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .modal-dialog-button-box .button:focus { - color: #5294e2; } - .modal-dialog-button-box .button:active { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .modal-dialog-button-box .button:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #5d626e; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - -StEntry { - padding: 7px; - caret-size: 1px; - selection-background-color: #5294e2; - selected-color: #ffffff; - transition-duration: 300ms; - border-radius: 3px; - color: #D3DAE3; - background-color: #404552; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } - StEntry:focus, StEntry:hover { - color: #D3DAE3; - background-color: #404552; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } - StEntry:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: #3c414e; - border-color: 1px solid #313440; - box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } - StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; } - -StScrollView.vfade { - -st-vfade-offset: 0px; } - -StScrollView.hfade { - -st-hfade-offset: 0px; } - -StScrollBar { - padding: 8px; } - StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; } - StScrollBar StBin#trough { - background-color: rgba(64, 69, 82, 0.1); - border-radius: 8px; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 4px; - background-color: #767b87; - border: 0px solid; - margin: 0px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #676b78; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294e2; } - -.slider { - -slider-height: 4px; - -slider-background-color: #2b2e39; - -slider-border-color: transparent; - -slider-active-background-color: #5294e2; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 0px; - height: 18px; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; } - .popup-menu-item.selected .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #ffffff; } - -.check-box StBoxLayout { - spacing: .8em; } - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("dark-assets/checkbox/checkbox-unchecked.svg"); } - -.check-box:focus StBin { - background-image: url("dark-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.check-box:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked.svg"); } - -.check-box:focus:checked StBin { - background-image: url("dark-assets/checkbox/checkbox-checked-focused.svg"); } - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("dark-assets/switch/switch-off.svg"); } - .toggle-switch:checked { - background-image: url("dark-assets/switch/switch-on.svg"); } - .popup-menu-item.selected .toggle-switch { - background-image: url("common-assets/switch/switch-off-selected.svg"); } - .popup-menu-item.selected .toggle-switch:checked { - background-image: url("common-assets/switch/switch-on-selected.svg"); } - -.shell-link { - color: #a9caf1; } - .shell-link:hover { - color: #d5e5f8; } - -.headline { - font-size: 110%; } - -.lightbox { - background-color: black; } - -.flashspot { - background-color: white; } - -.modal-dialog { - color: #D3DAE3; - background-color: rgba(56, 60, 74, 0); - border: none; - border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; } - .modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; } - .modal-dialog-button-box { - spacing: 0; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("dark-assets/misc/button-box.svg") 9 9 9 9; } - .modal-dialog-button-box .button { - padding-top: 0; - padding-bottom: 0; - height: 30px; } - .modal-dialog .run-dialog-entry { - width: 21em; } - .modal-dialog .run-dialog-error-box { - padding-top: 5px; - spacing: 5px; } - .modal-dialog .run-dialog-label { - font-size: 0; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject, -.end-session-dialog-subject { - font-size: 11pt; - font-weight: bold; - color: #D3DAE3; } - -.end-session-dialog { - spacing: 42px; } - .end-session-dialog-list { - padding-top: 20px; } - .end-session-dialog-layout { - padding-left: 17px; } - .end-session-dialog-layout:rtl { - padding-right: 17px; } - .end-session-dialog-description { - width: 28em; - padding-bottom: 10px; } - .end-session-dialog-description:rtl { - text-align: right; } - .end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; } - .end-session-dialog-warning:rtl { - text-align: right; } - .end-session-dialog-logout-icon { - border: 0px solid transparent; - border-radius: 2px; - width: 48px; - height: 48px; - background-size: contain; } - .end-session-dialog-shutdown-icon { - color: #D3DAE3; - width: 48px; - height: 48px; } - .end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 10px; - padding-left: 10px; } - .end-session-dialog-session-list, .end-session-dialog-app-list { - spacing: 1em; } - .end-session-dialog-list-header { - font-weight: bold; } - .end-session-dialog-list-header:rtl { - text-align: right; } - .end-session-dialog-app-list-item, .end-session-dialog-session-list-item { - spacing: 1em; } - .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { - font-weight: bold; } - .end-session-dialog-app-list-item-description { - color: #e3e7ed; - font-size: 8pt; } - .end-session-dialog .button:last-child { - color: white; - background-color: #F04A50; - border-color: #F04A50; } - .end-session-dialog .button:last-child:hover { - color: white; - background-color: #f47479; - border-color: #f47479; } - .end-session-dialog .button:last-child:active { - color: white; - background-color: #ee3239; - border-color: #ee3239; } - -.shell-mount-operation-icon { - icon-size: 48px; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; } - .show-processes-dialog-subject:rtl, - .mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - -.mount-question-dialog-subject { - max-width: 500px; } - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; } - .show-processes-dialog-description:rtl, - .mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - font-size: 10pt; - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - -.show-processes-dialog-app-list-item { - color: #b4c0cf; } - .show-processes-dialog-app-list-item:hover { - color: #D3DAE3; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - -.show-processes-dialog-app-list-item-name { - font-size: 10pt; } - -.prompt-dialog { - width: 500px; } - .prompt-dialog-main-layout { - spacing: 24px; - padding: 10px; } - .prompt-dialog-message-layout { - spacing: 16px; } - .prompt-dialog-headline { - font-size: 12pt; - font-weight: bold; - color: #D3DAE3; } - .prompt-dialog-descritption:rtl { - text-align: right; } - .prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; } - .prompt-dialog-error-label { - font-size: 9pt; - color: #FC4138; - padding-bottom: 8px; } - .prompt-dialog-info-label { - font-size: 9pt; - padding-bottom: 8px; } - .prompt-dialog-null-label { - font-size: 9pt; - padding-bottom: 8px; } - -.hidden { - color: transparent; } - -.polkit-dialog-user-layout { - padding-left: 10px; - spacing: 10px; } - .polkit-dialog-user-layout:rtl { - padding-left: 0px; - padding-right: 10px; } - -.polkit-dialog-user-root-label { - color: #F27835; } - -.polkit-dialog-user-user-icon { - border-radius: 2px; - background-size: contain; - width: 48px; - height: 48px; } - -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.popup-menu { - min-width: 200px; - color: #D3DAE3; - border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } - .popup-menu .popup-sub-menu { - background: none; - box-shadow: none; - border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } - .popup-menu .popup-menu-content { - padding: 1em 0em 1em 0em; } - .popup-menu .popup-menu-item { - spacing: 12px; } - .popup-menu .popup-menu-item:ltr { - padding: .4em 3em .4em 0em; } - .popup-menu .popup-menu-item:rtl { - padding: .4em 0em .4em 3em; } - .popup-menu .popup-menu-item:checked { - font-weight: normal; - background: none; - box-shadow: none; - border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; } - .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #ffffff; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .popup-menu .popup-menu-item:insensitive { - color: rgba(211, 218, 227, 0.5); - background: none; } - .popup-menu .popup-inactive-menu-item { - color: #D3DAE3; } - .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(211, 218, 227, 0.45); } - .popup-menu.panel-menu { - -boxpointer-gap: 0px; - margin-bottom: 1.75em; } - -.popup-menu-ornament { - text-align: right; - margin-left: 10px; - width: 16px; } - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 1px; - -arrow-border-color: transparent; - -arrow-base: 0; - -arrow-rise: 0; } - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 5; - -arrow-rise: 5; } - -.popup-separator-menu-item { - height: 2px; - margin: 0; - background-color: transparent; - border: none; - border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; } - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - color: white; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - color: #5294e2; } - -.resize-popup { - color: #BAC3CF; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - padding: 12px; } - -.switcher-popup { - padding: 8px; - spacing: 16px; } - -.switcher-list { - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; } - .switcher-list-item-container { - spacing: 8px; } - .switcher-list .item-box { - padding: 8px; - border-radius: 2px; - border: 1px solid transparent; } - .switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #5294e2; } - .switcher-list .item-box:selected { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .separator { - width: 1px; - background: rgba(211, 218, 227, 0.33); } - -.switcher-arrow { - border-color: transparent; - color: #BAC3CF; } - .switcher-arrow:highlighted { - color: white; } - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; } - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; } - .workspace-switcher-group { - padding: 12px; } - .workspace-switcher-container { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - padding-bottom: 24px; } - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 30px; - background-color: #5294e2; - background-size: 96px; - border-radius: 2px; - border: 1px solid #5294e2; } - -.ws-switcher-active-up { - background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } - -.ws-switcher-active-down { - background-image: url("common-assets/misc/ws-switch-arrow-down.png"); } - -.ws-switcher-box { - height: 96px; - background-color: rgba(0, 0, 0, 0.33); - border-color: rgba(0, 0, 0, 0.33); - border-radius: 2px; } - -.tile-preview { - background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294e2; } - .tile-preview-left.on-primary { - border-radius: 0px 0 0 0; } - .tile-preview-right.on-primary { - border-radius: 0 0px 0 0; } - .tile-preview-left.tile-preview-right.on-primary { - border-radius: 0px 0px 0 0; } - -#panel { - font-weight: bold; - height: 2.1em; - min-height: 27px; - background-gradient-direction: none; - background-color: transparent; - border-bottom-width: 0; - border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } - #panel.dynamic-top-bar-white-btn { - border-image: none; } - #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - border-image: none; } - #panel:overview { - border-image: url("common-assets/panel/panel-overview.svg") 1 1 1 1; } - #panel #panelLeft, #panel #panelCenter { - spacing: 8px; } - #panel .panel-corner { - -panel-corner-radius: 0px; - -panel-corner-background-color: transparent; - -panel-corner-border-width: 0px; - -panel-corner-border-color: black; } - #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: black; } - #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; } - #panel .panel-button { - -natural-hpadding: 10px; - -minimum-hpadding: 6px; - font-weight: bold; - color: white; - transition-duration: 100ms; - border-bottom-width: 1px; - border-color: transparent; } - #panel .panel-button .app-menu-icon { - width: 0; - height: 0; - margin-left: 0px; - margin-right: 0px; } - #panel .panel-button:hover { - color: white; - background-color: rgba(0, 0, 0, 0.17); - border-bottom-width: 1px; - border-color: transparent; } - #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; - border-bottom-width: 1px; - border-color: black; } - #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { - icon-shadow: none; } - #panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 0 4px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { - color: #f2f4f7; } - .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, - .login-screen #panel .panel-button:focus, - .login-screen #panel .panel-button:hover, - .login-screen #panel .panel-button:active, - .lock-screen #panel .panel-button:focus, - .lock-screen #panel .panel-button:hover, - .lock-screen #panel .panel-button:active { - color: #f2f4f7; } - #panel #panelActivities.panel-button { - -natural-hpadding: 12px; } - #panel .panel-status-indicators-box, - #panel .panel-status-menu-box { - spacing: 2px; } - #panel .screencast-indicator { - color: #FC4138; } - #panel .clock-display > * > *:last-child { - color: #5294e2; - margin-left: .3em; } - #panel .popup-menu-arrow { - width: 0; } - -#panel #panelActivities.panel-button > * { - background-image: url("common-assets/panel/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: 0 solid transparent !important; - text-shadow: 0 0 transparent !important; - transition-duration: 0ms !important; - box-shadow: none !important; - color: transparent; } - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - box-shadow: none; - border-bottom-width: 1px; - border-color: transparent; } - #panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:focus > *, #panel #panelActivities.panel-button:checked > * { - background-image: url("common-assets/panel/activities-active.svg"); } - -.system-switch-user-submenu-icon { - icon-size: 24px; - border: 1px solid rgba(211, 218, 227, 0.4); } - -#appMenu { - spinner-image: url("common-assets/misc/process-working.svg"); - spacing: 4px; - padding: 0 8px; } - #appMenu .label-shadow { - color: transparent; } - -.aggregate-menu { - width: 360px; } - .aggregate-menu .popup-menu-icon { - padding: 0 4px; } - -.system-menu-action { - padding: 13px; - color: #D3DAE3; - border-radius: 32px; - /* wish we could do 50% */ - border: 1px solid transparent; } - .system-menu-action:hover, .system-menu-action:focus { - transition-duration: 100ms; - padding: 13px; - color: #D3DAE3; - background-color: transparent; - border: 1px solid #5294e2; } - .system-menu-action:active { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } - .system-menu-action > StIcon { - icon-size: 16px; } - -#calendarArea { - padding: 0.75em 1.0em; } - -.calendar { - margin-bottom: 1em; } - -.calendar, -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 0 1.5em; } - -.datemenu-calendar-column { - spacing: 0.5em; } - -.datemenu-displays-section { - padding-bottom: 3em; } - -.datemenu-today-button, -.world-clocks-button, -.message-list-section-title { - border-radius: 3px; - padding: .4em; } - -.message-list-section-list:ltr { - padding-left: .4em; } - -.message-list-section-list:rtl { - padding-right: .4em; } - -.datemenu-today-button, -.world-clocks-button, -.message-list-section-title { - padding: 7px 10px 7px 10px; - border: 1px solid rgba(64, 69, 82, 0); } - .datemenu-today-button:hover, .datemenu-today-button:focus, - .world-clocks-button:hover, - .world-clocks-button:focus, - .message-list-section-title:hover, - .message-list-section-title:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } - .datemenu-today-button:active, - .world-clocks-button:active, - .message-list-section-title:active { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - -.datemenu-today-button .date-label { - font-size: 1.5em; } - -.world-clocks-header, -.message-list-section-title { - color: rgba(211, 218, 227, 0.4); - font-weight: bold; } - -.world-clocks-button:active .world-clocks-header { - color: #ffffff; } - -.world-clocks-grid { - spacing-rows: 0.4em; } - -.calendar-month-label { - color: #D3DAE3; - font-weight: bold; - padding: 8px 0; } - -.pager-button { - color: transparent; - background-color: transparent; - width: 32px; - border-radius: 2px; } - .pager-button:focus, .pager-button:hover, .pager-button:active { - background-color: transparent; } - -.calendar-change-month-back { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-back:rtl:active { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("dark-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("dark-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("dark-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-forward:rtl:active { - background-image: url("dark-assets/misc/calendar-arrow-left.svg"); } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; } - .calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.1); } - .calendar-day-base:active { - color: #D3DAE3; - background-color: rgba(0, 0, 0, 0.15); - border-width: 0; } - .calendar-day-base.calendar-day-heading { - color: rgba(211, 218, 227, 0.85); - margin-top: 1em; - font-size: 70%; } - -.calendar-day { - border-width: 0; - color: rgba(211, 218, 227, 0.8); } - -.calendar-day-top { - border-top-width: 0; } - -.calendar-day-left { - border-left-width: 0; } - -.calendar-nonwork-day { - color: #D3DAE3; - font-weight: bold; } - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: #ffffff; - background-color: #5294e2; - border-width: 0; } - -.calendar-day-with-events { - color: #5294e2; - font-weight: bold; } - -.calendar-today.calendar-day-with-events { - color: #ffffff; } - -.calendar-other-month-day { - color: rgba(211, 218, 227, 0.3); - opacity: 1; } - -.message-list { - width: 420px; } - .message-list-sections { - spacing: 1.5em; } - .message-list-section, .message-list-section-list { - spacing: 0.7em; } - .message-list-section-list-title-box { - spacing: 0.4em; } - .message-list-placeholder StIcon { - width: 0; - height: 0; } - .message-list-placeholder StLabel { - color: rgba(211, 218, 227, 0.45); } - .message-list-section-close > StIcon { - icon-size: 18px; - border-radius: 0px; - color: transparent; - background-color: transparent; - background-image: url("dark-assets/misc/message-close.svg"); } - .message-list-section-close:hover > StIcon { - color: transparent; - background-color: transparent; - background-image: url("dark-assets/misc/message-close-hover.svg"); } - .message-list-section-close:active > StIcon { - color: transparent; - background-color: transparent; - background-image: url("dark-assets/misc/message-close-active.svg"); } - -.message { - padding: 4px; - color: #D3DAE3; - border-image: url("dark-assets/misc/message.svg") 9 9 9 9; } - .message:hover, .message:focus { - color: #D3DAE3; - border-image: url("dark-assets/misc/message-hover.svg") 9 9 9 9; } - .message:active { - color: #ffffff; - border-image: url("dark-assets/misc/message-active.svg") 9 9 9 9; } - .message-icon-bin { - padding: 8px 0px 8px 8px; } - .message-icon-bin:rtl { - padding: 8px 8px 8px 0px; } - .message-icon-bin > StIcon { - icon-size: 48px; } - .message-secondary-bin { - color: rgba(211, 218, 227, 0.4); } - .message-secondary-bin > StIcon { - icon-size: 16px; } - .message-title { - font-weight: bold; - padding: 2px 0 2px 0; } - .message-content { - padding: 8px; } - -.ripple-box { - width: 52px; - height: 52px; - background-image: url("common-assets/misc/corner-ripple-ltr.svg"); - background-size: contain; } - .ripple-box:rtl { - background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } - -.popup-menu-arrow { - width: 16px; - height: 16px; } - -.popup-menu-icon { - icon-size: 16px; } - -.window-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - -.window-close { - -shell-close-overlap: 11px; } - -.nm-dialog { - max-height: 500px; - min-height: 450px; - min-width: 470px; } - .nm-dialog-content { - spacing: 20px; } - .nm-dialog-header-hbox { - spacing: 10px; } - .nm-dialog-airplane-box { - spacing: 12px; } - .nm-dialog-airplane-headline { - font-size: 1.1em; - font-weight: bold; - text-align: center; } - .nm-dialog-airplane-text { - color: #D3DAE3; } - .nm-dialog-header-icon { - icon-size: 32px; } - .nm-dialog-scroll-view { - border: 1px solid #2b2e39; - border-radius: 2px; - background-color: #404552; } - .nm-dialog-header { - font-weight: bold; - font-size: 1.2em; } - .nm-dialog-item { - font-size: 1em; - border-bottom: 0px solid; - padding: 12px; - spacing: 0px; } - .nm-dialog-item:selected { - background-color: #5294e2; - color: #ffffff; } - .nm-dialog-icons { - spacing: .5em; } - .nm-dialog-icon { - icon-size: 16px; } - -.no-networks-label { - color: rgba(211, 218, 227, 0.45); } - -.no-networks-box { - spacing: 12px; } - -#overview { - spacing: 24px; } - -.overview-controls { - padding-bottom: 32px; } - -.window-picker { - -horizontal-spacing: 32px; - -vertical-spacing: 32px; - padding-left: 32px; - padding-right: 32px; - padding-bottom: 48px; } - .window-picker.external-monitor { - padding: 32px; } - -.window-clone-border { - border: 3px solid rgba(82, 148, 226, 0.8); - border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } - -.window-caption, .window-caption:hover { - spacing: 25px; - color: #BAC3CF; - background-color: rgba(0, 0, 0, 0.7); - border-radius: 2px; - padding: 4px 12px; - -shell-caption-spacing: 12px; } - -.search-entry { - width: 320px; - padding: 7px 9px; - border-radius: 20px; - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(64, 69, 82, 0.9); } - .search-entry:focus { - padding: 7px 9px; } - .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: #D3DAE3; } - .search-entry:hover, .search-entry:focus { - color: #ffffff; - caret-color: #ffffff; - background-color: #5294e2; - selection-background-color: #ffffff; - selected-color: #5294e2; } - .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #ffffff; } - -#searchResultsBin { - max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; } - -.search-section { - spacing: 16px; } - -.search-section-content { - spacing: 32px; } - -.list-search-results { - spacing: 3px; } - -.search-section-separator { - background-color: rgba(255, 255, 255, 0.2); - -margin-horizontal: 1.5em; - height: 1px; } - -.list-search-result-content { - spacing: 12px; - padding: 12px; } - -.list-search-result-title { - font-size: 1.5em; - color: white; } - -.list-search-result-description { - color: #cccccc; } - -.search-provider-icon { - padding: 15px; } - -.search-provider-icon-more { - width: 16px; - height: 16px; - background-image: url("common-assets/misc/more-results.svg"); } - -#dash { - font-size: 1em; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(0, 0, 0, 0.4); - padding: 4px 0; - border-radius: 0 3px 3px 0; } - #dash:rtl { - border-radius: 3px 0 0 3px; } - .right #dash, #dash:rtl { - padding: 4px 0; } - .top #dash, .bottom #dash { - padding: 0; } - #dash .placeholder { - background-image: url("common-assets/dash/dash-placeholder.svg"); - background-size: contain; - height: 24px; } - #dash .empty-dash-drop-target { - width: 24px; - height: 24px; } - -.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { - padding: 4px 8px; } - -.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { - padding: 6px; } - -.dash-label { - border-radius: 3px; - padding: 4px 12px; - color: white; - background-color: rgba(0, 0, 0, 0.7); - text-align: center; - -x-offset: 3px; } - .bottom .dash-label, .top .dash-label { - -y-offset: 3px; - -x-offset: 0; } - -#dash .app-well-app:hover .overview-icon, -.right #dash .app-well-app:hover .overview-icon, -.bottom #dash .app-well-app:hover .overview-icon, -.top #dash .app-well-app:hover .overview-icon { - background-color: #5294e2; } - -#dash .app-well-app:active .overview-icon, -.right #dash .app-well-app:active .overview-icon, -.bottom #dash .app-well-app:active .overview-icon, -.top #dash .app-well-app:active .overview-icon { - box-shadow: none; - background-color: #2679db; } - -#dash .app-well-app-running-dot { - width: 11px; - height: 2px; - margin-bottom: 2px; - background-color: #5294e2; } - -#dashtodockContainer .app-well-app-running-dot { - background: none; - width: 28px; - height: 4px; } - -#dashtodockContainer .running1 .app-well-app-running-dot { - background-image: url("common-assets/dash/running1.svg"); } - -#dashtodockContainer .running2 .app-well-app-running-dot { - background-image: url("common-assets/dash/running2.svg"); } - -#dashtodockContainer .running3 .app-well-app-running-dot { - background-image: url("common-assets/dash/running3.svg"); } - -#dashtodockContainer .running4 .app-well-app-running-dot { - background-image: url("common-assets/dash/running4.svg"); } - -.show-apps .overview-icon { - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - border: 0px solid; } - -.show-apps:hover .overview-icon { - background-color: rgba(0, 0, 0, 0.7); - color: #5294e2; } - -.show-apps:active .overview-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .overview-icon, -.show-apps:checked .show-apps-icon { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; - transition-duration: 0ms; } - -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; } - .icon-grid .overview-icon { - icon-size: 96px; } - -.app-view-controls { - padding-bottom: 32px; } - -.app-view-control { - padding: 4px 32px; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .app-view-control:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .app-view-control:checked { - color: #ffffff; - background-color: #5294e2; } - .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { - border-radius: 2px 0 0 2px; - border-right-width: 0; } - .app-view-control:last-child:ltr, .app-view-control:first-child:rtl { - border-radius: 0 2px 2px 0; - border-left-width: 0; } - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(31, 33, 40, 0.85); } - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 200ms; } - -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.app-well-app.app-folder:active .overview-icon, -.app-well-app.app-folder:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294e2; } - -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.app-well-app.app-folder:hover .overview-icon, -.app-well-app.app-folder:focus .overview-icon, -.app-well-app.app-folder:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 0ms; - border-image: none; - background-image: none; } - -.app-well-app-running-dot { - width: 20px; - height: 2px; - margin-bottom: 4px; - background-color: #5294e2; } - -.search-provider-icon, -.list-search-result, .app-well-app .overview-icon, -.app-well-app.app-folder .overview-icon, -.grid-search-result .overview-icon { - color: white; - border-radius: 2px; - padding: 6px; - border: 1px solid transparent; - transition-duration: 0ms; - text-align: center; } - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(35, 38, 46, 0.95); - border: 1px solid rgba(0, 0, 0, 0.45); } - -.app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 78, 0.95); } - -.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; } - -.app-well-app.app-folder:focus > .overview-icon { - background-color: #5294e2; } - -.app-folder-popup { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(35, 38, 46, 0.95); - -arrow-border-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; } - -.app-folder-popup-bin { - padding: 5px; } - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; } - -.page-indicator { - padding: 15px 20px; } - .page-indicator .page-indicator-icon { - width: 18px; - height: 18px; - background-image: url(common-assets/misc/page-indicator-inactive.svg); } - .page-indicator:hover .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-hover.svg); } - .page-indicator:active .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-active.svg); } - .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active { - background-image: url(common-assets/misc/page-indicator-checked.svg); } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; } - -.workspace-thumbnails, .workspace-thumbnails:rtl, -.workspace-thumbnails-left, -.workspace-thumbnails-left:rtl { - visible-width: 40px; - spacing: 11px; - padding: 12px; } - -.workspace-thumbnails, -.workspace-thumbnails-left:rtl { - padding-right: 7px; - border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; } - -.workspace-thumbnails:rtl, -.workspace-thumbnails-left { - padding-left: 7px; - border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } - -.workspace-thumbnail-indicator { - border: 4px solid rgba(82, 148, 226, 0.8); - border-radius: 1px; - padding: 1px; } - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; } - -.search-statustext, .no-frequent-applications-label { - font-size: 2em; - font-weight: bold; - color: #D3DAE3; } - -.url-highlighter { - link-color: #a9caf1; } - -.notification-banner, -.notification-banner:hover, -.notification-banner:focus { - font-size: 1em; - width: 34em; - margin: 5px; - padding: 10px; - color: #D3DAE3; - background-color: transparent; - border: 1px solid transparent; - border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } - .notification-banner .notification-icon, - .notification-banner:hover .notification-icon, - .notification-banner:focus .notification-icon { - padding: 5px; } - .notification-banner .notification-content, - .notification-banner:hover .notification-content, - .notification-banner:focus .notification-content { - padding: 5px; - spacing: 5px; } - .notification-banner .secondary-icon, - .notification-banner:hover .secondary-icon, - .notification-banner:focus .secondary-icon { - icon-size: 1.09em; } - .notification-banner .notification-actions, - .notification-banner:hover .notification-actions, - .notification-banner:focus .notification-actions { - background-color: transparent; - padding: 2px 2px 0 2px; - spacing: 3px; } - .notification-banner .notification-button, - .notification-banner:hover .notification-button, - .notification-banner:focus .notification-button { - padding: 4px 4px 5px; } - .notification-banner .notification-button:first-child, .notification-banner .notification-button:last-child, - .notification-banner:hover .notification-button:first-child, - .notification-banner:hover .notification-button:last-child, - .notification-banner:focus .notification-button:first-child, - .notification-banner:focus .notification-button:last-child { - border-radius: 2px; } - -.secondary-icon { - icon-size: 1.09em; } - -.chat-body { - spacing: 5px; } - -.chat-response { - margin: 5px; } - -.chat-log-message { - color: #D3DAE3; } - -.chat-new-group { - padding-top: 1em; } - -.chat-received { - padding-left: 4px; } - .chat-received:rtl { - padding-left: 0px; - padding-right: 4px; } - -.chat-sent { - padding-left: 18pt; - color: #5294e2; } - .chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; } - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: rgba(211, 218, 227, 0.6); } - .chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; } - -.subscription-message { - font-style: italic; } - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; } - -.hotplug-notification-item { - padding: 2px 10px; } - .hotplug-notification-item:focus { - padding: 2px 10px; } - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; } - -.hotplug-resident-box { - spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 4px; } - .hotplug-resident-mount:hover { - background-color: rgba(56, 60, 74, 0.3); } - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; } - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; } - -.hotplug-resident-eject-icon { - icon-size: 16px; } - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 5px; - color: pink; } - -.legacy-tray { - background-color: rgba(43, 46, 55, 0.95); } - .legacy-tray:ltr { - border-radius: 0 2px 0 0; - border-left-width: 0; } - .legacy-tray:rtl { - border-radius: 2px 0 0 0; - border-right-width: 0; } - -.legacy-tray-handle, -.legacy-tray-icon { - padding: 6px; } - .legacy-tray-handle StIcon, - .legacy-tray-icon StIcon { - icon-size: 24px; } - .legacy-tray-handle:hover, .legacy-tray-handle:focus, - .legacy-tray-icon:hover, - .legacy-tray-icon:focus { - background-color: rgba(211, 218, 227, 0.1); } - -.legacy-tray-icon-box { - spacing: 12px; } - .legacy-tray-icon-box:ltr { - padding-left: 12px; } - .legacy-tray-icon-box:rtl { - padding-right: 12px; } - .legacy-tray-icon-box StButton { - width: 24px; - height: 24px; } - -.magnifier-zoom-region { - border: 2px solid #5294e2; } - .magnifier-zoom-region.full-screen { - border-width: 0; } - -#keyboard { - background-color: rgba(53, 57, 69, 0.95); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.2); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .keyboard-key:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .keyboard-key:grayed { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #5d626e; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - -.keyboard-subkeys { - color: #BAC3CF; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; - color: #BAC3CF; - font-size: 1.15em; } - -.candidate-index { - padding: 0 0.5em 0 0; - color: #d8dde4; } - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 2px; - color: #BAC3CF; } - .candidate-box:selected, .candidate-box:hover { - background-color: #5294e2; - color: #ffffff; } - -.candidate-page-button-box { - height: 2em; } - .vertical .candidate-page-button-box { - padding-top: 0.5em; } - .horizontal .candidate-page-button-box { - padding-left: 0.5em; } - -.candidate-page-button { - padding: 4px; } - -.candidate-page-button-previous { - border-radius: 2px 0px 0px 2px; - border-right-width: 0; } - -.candidate-page-button-next { - border-radius: 0px 2px 2px 0px; } - -.candidate-page-button-icon { - icon-size: 1em; } - -.framed-user-icon { - background-size: contain; - border: 0px solid transparent; - color: #D3DAE3; - border-radius: 2px; } - .framed-user-icon:hover { - border-color: transparent; - color: white; } - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; } - -.login-dialog { - border: none; - background-color: transparent; } - .login-dialog .modal-dialog-button-box { - spacing: 3px; } - .login-dialog .modal-dialog-button { - padding: 3px 18px; } - .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } - .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(80, 86, 102, 0.05); } - .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #2b2e39; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: rgba(211, 218, 227, 0.45); - border: 1px solid rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); - box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); } - -.login-dialog-logo-bin { - padding: 24px 0px; } - -.login-dialog-banner { - color: #9ca9ba; } - -.login-dialog-button-box { - spacing: 5px; } - -.login-dialog-message-warning { - color: #F27835; } - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; } - -.login-dialog-user-selection-box { - padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #BAC3CF; } - -.login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: #62758e; - padding-top: 1em; } - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; } - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294e2; } - -.login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: #62758e; } - .login-dialog-user-list-item:ltr { - padding-right: 1em; } - .login-dialog-user-list-item:rtl { - padding-left: 1em; } - .login-dialog-user-list-item:hover { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: #BAC3CF; } - .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } - -.login-dialog-username, -.user-widget-label { - color: #BAC3CF; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; } - -.user-widget-label:ltr { - padding-left: 18px; } - -.user-widget-label:rtl { - padding-right: 18px; } - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; } - -.login-dialog-prompt-label { - color: #7e8fa5; - font-size: 110%; - padding-top: 1em; } - -.login-dialog-session-list-button StIcon { - icon-size: 1.25em; } - -.login-dialog-session-list-button { - color: #62758e; } - .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #BAC3CF; } - .login-dialog-session-list-button:active { - color: #394351; } - -.screen-shield-arrows { - padding-bottom: 3em; } - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; } - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock-date { - font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; } - .screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; } - .screen-shield-notifications-container .notification, - .screen-shield-notifications-container .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid rgba(186, 195, 207, 0.2); - background-color: rgba(53, 57, 69, 0.45); - color: #BAC3CF; - border-radius: 4px; } - .screen-shield-notifications-container .notification { - margin-right: 15px; } - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; } - -.screen-shield-notification-count-text { - padding: 0px 0px 0px 12px; } - -#panel.lock-screen { - background-color: rgba(53, 57, 69, 0.5); } - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } - -#lockDialogGroup { - background: #2e3436 url(misc/noise-texture.png); - background-repeat: repeat; } - -#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(56, 60, 74, 0.3); } - #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(56, 60, 74, 0.5); } - #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(82, 148, 226, 0.5); } - -#LookingGlassDialog { - spacing: 4px; - padding: 8px 8px 10px 8px; - background-color: rgba(0, 0, 0, 0.7); - border: 1px solid black; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 2px; - color: #BAC3CF; } - #LookingGlassDialog > #Toolbar { - padding: 3px; - border: none; - background-color: transparent; - border-radius: 0px; } - #LookingGlassDialog .labels { - spacing: 4px; } - #LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #BAC3CF; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; } - #LookingGlassDialog .notebook-tab:hover { - color: white; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0px; - color: #5294e2; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; } - #LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; } - -.lg-dialog StEntry { - selection-background-color: #5294e2; - selected-color: #ffffff; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .lg-dialog StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.lg-dialog .shell-link { - color: #a9caf1; } - .lg-dialog .shell-link:hover { - color: #d5e5f8; } - -.lg-completions-text { - font-size: .9em; - font-style: italic; } - -.lg-obj-inspector-title { - spacing: 4px; } - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; } - .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } - -#lookingGlassExtensions { - padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; } - -.lg-extension { - border: 1px solid rgba(0, 0, 0, 0.7); - border-radius: 2px; - background-color: rgba(53, 57, 69, 0.95); - padding: 4px; } - -.lg-extension-name { - font-weight: bold; } - -.lg-extension-meta { - spacing: 6px; } - -#LookingGlassPropertyInspector { - background: rgba(0, 0, 0, 0.7); - border: 1px solid grey; - border-radius: 2px; - padding: 6px; } diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css deleted file mode 100644 index dfeb16d..0000000 --- a/common/gnome-shell/3.16/gnome-shell.css +++ /dev/null @@ -1,1921 +0,0 @@ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -stage { - font-family: Futura Bk bt, Cantarell, Sans-Serif; - font-size: 9pt; - color: #5c616c; } - -.button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; } - -.button, .notification-banner .notification-button, -.notification-banner:hover .notification-button, -.notification-banner:focus .notification-button, .hotplug-notification-item { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #cfd6e6; - box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } - .button:focus, .notification-banner .notification-button:focus, .hotplug-notification-item:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } - .button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: white; - border: 1px solid #cfd6e6; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } - .button:hover:focus, .notification-banner .notification-button:hover:focus, .hotplug-notification-item:hover:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } - .button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); - box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } - -.modal-dialog-button-box .button { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .modal-dialog-button-box .button:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .modal-dialog-button-box .button:focus { - color: #5294e2; } - .modal-dialog-button-box .button:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .modal-dialog-button-box .button:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5d626e; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - -StEntry { - padding: 7px; - caret-size: 1px; - selection-background-color: #5294e2; - selected-color: #ffffff; - transition-duration: 300ms; - border-radius: 3px; - color: #5c616c; - background-color: #ffffff; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - StEntry:focus, StEntry:hover { - color: #5c616c; - background-color: #ffffff; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } - StEntry:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: #fbfbfb; - border-color: 1px solid #e0e4ee; - box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); } - StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; } - -StScrollView.vfade { - -st-vfade-offset: 0px; } - -StScrollView.hfade { - -st-hfade-offset: 0px; } - -StScrollBar { - padding: 8px; } - StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; } - StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 8px; } - StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 4px; - background-color: #b8babf; - border: 0px solid; - margin: 0px; } - StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #c7c9cd; } - StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294e2; } - -.slider { - -slider-height: 4px; - -slider-background-color: #cfd6e6; - -slider-border-color: transparent; - -slider-active-background-color: #5294e2; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 0px; - height: 18px; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; } - .popup-menu-item.selected .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #ffffff; } - -.check-box StBoxLayout { - spacing: .8em; } - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } - -.check-box:focus StBin { - background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } - -.check-box:checked StBin { - background-image: url("light-assets/checkbox/checkbox-checked.svg"); } - -.check-box:focus:checked StBin { - background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("light-assets/switch/switch-off.svg"); } - .toggle-switch:checked { - background-image: url("light-assets/switch/switch-on.svg"); } - .popup-menu-item.selected .toggle-switch { - background-image: url("common-assets/switch/switch-off-selected.svg"); } - .popup-menu-item.selected .toggle-switch:checked { - background-image: url("common-assets/switch/switch-on-selected.svg"); } - -.shell-link { - color: #2679db; } - .shell-link:hover { - color: #5294e2; } - -.headline { - font-size: 110%; } - -.lightbox { - background-color: black; } - -.flashspot { - background-color: white; } - -.modal-dialog { - color: #5c616c; - background-color: rgba(245, 246, 247, 0); - border: none; - border-image: url("light-assets/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; } - .modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; } - .modal-dialog-button-box { - spacing: 0; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("light-assets/misc/button-box.svg") 9 9 9 9; } - .modal-dialog-button-box .button { - padding-top: 0; - padding-bottom: 0; - height: 30px; } - .modal-dialog .run-dialog-entry { - width: 21em; } - .modal-dialog .run-dialog-error-box { - padding-top: 5px; - spacing: 5px; } - .modal-dialog .run-dialog-label { - font-size: 0; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject, -.end-session-dialog-subject { - font-size: 11pt; - font-weight: bold; - color: #5c616c; } - -.end-session-dialog { - spacing: 42px; } - .end-session-dialog-list { - padding-top: 20px; } - .end-session-dialog-layout { - padding-left: 17px; } - .end-session-dialog-layout:rtl { - padding-right: 17px; } - .end-session-dialog-description { - width: 28em; - padding-bottom: 10px; } - .end-session-dialog-description:rtl { - text-align: right; } - .end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; } - .end-session-dialog-warning:rtl { - text-align: right; } - .end-session-dialog-logout-icon { - border: 0px solid transparent; - border-radius: 2px; - width: 48px; - height: 48px; - background-size: contain; } - .end-session-dialog-shutdown-icon { - color: #5c616c; - width: 48px; - height: 48px; } - .end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 10px; - padding-left: 10px; } - .end-session-dialog-session-list, .end-session-dialog-app-list { - spacing: 1em; } - .end-session-dialog-list-header { - font-weight: bold; } - .end-session-dialog-list-header:rtl { - text-align: right; } - .end-session-dialog-app-list-item, .end-session-dialog-session-list-item { - spacing: 1em; } - .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { - font-weight: bold; } - .end-session-dialog-app-list-item-description { - color: #686d7a; - font-size: 8pt; } - .end-session-dialog .button:last-child { - color: white; - background-color: #F04A50; - border-color: #F04A50; } - .end-session-dialog .button:last-child:hover { - color: white; - background-color: #f47479; - border-color: #f47479; } - .end-session-dialog .button:last-child:active { - color: white; - background-color: #ee3239; - border-color: #ee3239; } - -.shell-mount-operation-icon { - icon-size: 48px; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; } - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; } - .show-processes-dialog-subject:rtl, - .mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; } - -.mount-question-dialog-subject { - max-width: 500px; } - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; } - .show-processes-dialog-description:rtl, - .mount-question-dialog-description:rtl { - padding-right: 17px; } - -.show-processes-dialog-app-list { - font-size: 10pt; - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; } - .show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; } - -.show-processes-dialog-app-list-item { - color: #454850; } - .show-processes-dialog-app-list-item:hover { - color: #5c616c; } - .show-processes-dialog-app-list-item:ltr { - padding-right: 1em; } - .show-processes-dialog-app-list-item:rtl { - padding-left: 1em; } - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; } - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; } - -.show-processes-dialog-app-list-item-name { - font-size: 10pt; } - -.prompt-dialog { - width: 500px; } - .prompt-dialog-main-layout { - spacing: 24px; - padding: 10px; } - .prompt-dialog-message-layout { - spacing: 16px; } - .prompt-dialog-headline { - font-size: 12pt; - font-weight: bold; - color: #5c616c; } - .prompt-dialog-descritption:rtl { - text-align: right; } - .prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; } - .prompt-dialog-error-label { - font-size: 9pt; - color: #FC4138; - padding-bottom: 8px; } - .prompt-dialog-info-label { - font-size: 9pt; - padding-bottom: 8px; } - .prompt-dialog-null-label { - font-size: 9pt; - padding-bottom: 8px; } - -.hidden { - color: transparent; } - -.polkit-dialog-user-layout { - padding-left: 10px; - spacing: 10px; } - .polkit-dialog-user-layout:rtl { - padding-left: 0px; - padding-right: 10px; } - -.polkit-dialog-user-root-label { - color: #F27835; } - -.polkit-dialog-user-user-icon { - border-radius: 2px; - background-size: contain; - width: 48px; - height: 48px; } - -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; } - -.popup-menu { - min-width: 200px; - color: #5c616c; - border-image: url("light-assets/menu/menu.svg") 9 9 9 9; } - .popup-menu .popup-sub-menu { - background: none; - box-shadow: none; - border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; } - .popup-menu .popup-menu-content { - padding: 1em 0em 1em 0em; } - .popup-menu .popup-menu-item { - spacing: 12px; } - .popup-menu .popup-menu-item:ltr { - padding: .4em 3em .4em 0em; } - .popup-menu .popup-menu-item:rtl { - padding: .4em 0em .4em 3em; } - .popup-menu .popup-menu-item:checked { - font-weight: normal; - background: none; - box-shadow: none; - border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } - .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #ffffff; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .popup-menu .popup-menu-item:insensitive { - color: rgba(92, 97, 108, 0.5); - background: none; } - .popup-menu .popup-inactive-menu-item { - color: #5c616c; } - .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(92, 97, 108, 0.55); } - .popup-menu.panel-menu { - -boxpointer-gap: 0px; - margin-bottom: 1.75em; } - -.popup-menu-ornament { - text-align: right; - margin-left: 10px; - width: 16px; } - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 1px; - -arrow-border-color: transparent; - -arrow-base: 0; - -arrow-rise: 0; } - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 5; - -arrow-rise: 5; } - -.popup-separator-menu-item { - height: 2px; - margin: 0; - background-color: transparent; - border: none; - border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0px; } - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - color: white; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } - .osd-window .osd-monitor-label { - font-size: 3em; } - .osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - color: #5294e2; } - -.resize-popup { - color: #BAC3CF; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - padding: 12px; } - -.switcher-popup { - padding: 8px; - spacing: 16px; } - -.switcher-list { - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; } - .switcher-list-item-container { - spacing: 8px; } - .switcher-list .item-box { - padding: 8px; - border-radius: 2px; - border: 1px solid transparent; } - .switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #5294e2; } - .switcher-list .item-box:selected { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } - .switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; } - .switcher-list .thumbnail { - width: 256px; } - .switcher-list .separator { - width: 1px; - background: rgba(92, 97, 108, 0.33); } - -.switcher-arrow { - border-color: transparent; - color: #BAC3CF; } - .switcher-arrow:highlighted { - color: white; } - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; } - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; } - .workspace-switcher-group { - padding: 12px; } - .workspace-switcher-container { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - padding-bottom: 24px; } - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 30px; - background-color: #5294e2; - background-size: 96px; - border-radius: 2px; - border: 1px solid #5294e2; } - -.ws-switcher-active-up { - background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } - -.ws-switcher-active-down { - background-image: url("common-assets/misc/ws-switch-arrow-down.png"); } - -.ws-switcher-box { - height: 96px; - background-color: rgba(0, 0, 0, 0.33); - border-color: rgba(0, 0, 0, 0.33); - border-radius: 2px; } - -.tile-preview { - background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294e2; } - .tile-preview-left.on-primary { - border-radius: 0px 0 0 0; } - .tile-preview-right.on-primary { - border-radius: 0 0px 0 0; } - .tile-preview-left.tile-preview-right.on-primary { - border-radius: 0px 0px 0 0; } - -#panel { - font-weight: bold; - height: 2.1em; - min-height: 27px; - background-gradient-direction: none; - background-color: transparent; - border-bottom-width: 0; - border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } - #panel.dynamic-top-bar-white-btn { - border-image: none; } - #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; - border-image: none; } - #panel:overview { - border-image: url("common-assets/panel/panel-overview.svg") 1 1 1 1; } - #panel #panelLeft, #panel #panelCenter { - spacing: 8px; } - #panel .panel-corner { - -panel-corner-radius: 0px; - -panel-corner-background-color: transparent; - -panel-corner-border-width: 0px; - -panel-corner-border-color: black; } - #panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: black; } - #panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-cornerunlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; } - #panel .panel-button { - -natural-hpadding: 10px; - -minimum-hpadding: 6px; - font-weight: bold; - color: white; - transition-duration: 100ms; - border-bottom-width: 1px; - border-color: transparent; } - #panel .panel-button .app-menu-icon { - width: 0; - height: 0; - margin-left: 0px; - margin-right: 0px; } - #panel .panel-button:hover { - color: white; - background-color: rgba(0, 0, 0, 0.17); - border-bottom-width: 1px; - border-color: transparent; } - #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; - border-bottom-width: 1px; - border-color: black; } - #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { - icon-shadow: none; } - #panel .panel-button .system-status-icon { - icon-size: 16px; - padding: 0 4px; } - .unlock-screen #panel .panel-button, - .login-screen #panel .panel-button, - .lock-screen #panel .panel-button { - color: #737a88; } - .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, - .login-screen #panel .panel-button:focus, - .login-screen #panel .panel-button:hover, - .login-screen #panel .panel-button:active, - .lock-screen #panel .panel-button:focus, - .lock-screen #panel .panel-button:hover, - .lock-screen #panel .panel-button:active { - color: #737a88; } - #panel #panelActivities.panel-button { - -natural-hpadding: 12px; } - #panel .panel-status-indicators-box, - #panel .panel-status-menu-box { - spacing: 2px; } - #panel .screencast-indicator { - color: #FC4138; } - #panel .clock-display > * > *:last-child { - color: #5294e2; - margin-left: .3em; } - #panel .popup-menu-arrow { - width: 0; } - -#panel #panelActivities.panel-button > * { - background-image: url("common-assets/panel/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: 0 solid transparent !important; - text-shadow: 0 0 transparent !important; - transition-duration: 0ms !important; - box-shadow: none !important; - color: transparent; } - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - box-shadow: none; - border-bottom-width: 1px; - border-color: transparent; } - #panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:focus > *, #panel #panelActivities.panel-button:checked > * { - background-image: url("common-assets/panel/activities-active.svg"); } - -.system-switch-user-submenu-icon { - icon-size: 24px; - border: 1px solid rgba(92, 97, 108, 0.4); } - -#appMenu { - spinner-image: url("common-assets/misc/process-working.svg"); - spacing: 4px; - padding: 0 8px; } - #appMenu .label-shadow { - color: transparent; } - -.aggregate-menu { - width: 360px; } - .aggregate-menu .popup-menu-icon { - padding: 0 4px; } - -.system-menu-action { - padding: 13px; - color: #5c616c; - border-radius: 32px; - /* wish we could do 50% */ - border: 1px solid transparent; } - .system-menu-action:hover, .system-menu-action:focus { - transition-duration: 100ms; - padding: 13px; - color: #5c616c; - background-color: transparent; - border: 1px solid #5294e2; } - .system-menu-action:active { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } - .system-menu-action > StIcon { - icon-size: 16px; } - -#calendarArea { - padding: 0.75em 1.0em; } - -.calendar { - margin-bottom: 1em; } - -.calendar, -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 0 1.5em; } - -.datemenu-calendar-column { - spacing: 0.5em; } - -.datemenu-displays-section { - padding-bottom: 3em; } - -.datemenu-today-button, -.world-clocks-button, -.message-list-section-title { - border-radius: 3px; - padding: .4em; } - -.message-list-section-list:ltr { - padding-left: .4em; } - -.message-list-section-list:rtl { - padding-right: .4em; } - -.datemenu-today-button, -.world-clocks-button, -.message-list-section-title { - padding: 7px 10px 7px 10px; - border: 1px solid rgba(255, 255, 255, 0); } - .datemenu-today-button:hover, .datemenu-today-button:focus, - .world-clocks-button:hover, - .world-clocks-button:focus, - .message-list-section-title:hover, - .message-list-section-title:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: white; - border: 1px solid #cfd6e6; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } - .datemenu-today-button:active, - .world-clocks-button:active, - .message-list-section-title:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - -.datemenu-today-button .date-label { - font-size: 1.5em; } - -.world-clocks-header, -.message-list-section-title { - color: rgba(92, 97, 108, 0.4); - font-weight: bold; } - -.world-clocks-button:active .world-clocks-header { - color: #ffffff; } - -.world-clocks-grid { - spacing-rows: 0.4em; } - -.calendar-month-label { - color: #5c616c; - font-weight: bold; - padding: 8px 0; } - -.pager-button { - color: transparent; - background-color: transparent; - width: 32px; - border-radius: 2px; } - .pager-button:focus, .pager-button:hover, .pager-button:active { - background-color: transparent; } - -.calendar-change-month-back { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-back:active { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-back:rtl { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-back:rtl:active { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - -.calendar-change-month-forward { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); } - .calendar-change-month-forward:active { - background-image: url("light-assets/misc/calendar-arrow-right.svg"); } - .calendar-change-month-forward:rtl { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); } - .calendar-change-month-forward:rtl:active { - background-image: url("light-assets/misc/calendar-arrow-left.svg"); } - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; } - .calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(0, 0, 0, 0.1); } - .calendar-day-base:active { - color: #5c616c; - background-color: rgba(0, 0, 0, 0.15); - border-width: 0; } - .calendar-day-base.calendar-day-heading { - color: rgba(92, 97, 108, 0.85); - margin-top: 1em; - font-size: 70%; } - -.calendar-day { - border-width: 0; - color: rgba(92, 97, 108, 0.8); } - -.calendar-day-top { - border-top-width: 0; } - -.calendar-day-left { - border-left-width: 0; } - -.calendar-nonwork-day { - color: #5c616c; - font-weight: bold; } - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: #ffffff; - background-color: #5294e2; - border-width: 0; } - -.calendar-day-with-events { - color: #5294e2; - font-weight: bold; } - -.calendar-today.calendar-day-with-events { - color: #ffffff; } - -.calendar-other-month-day { - color: rgba(92, 97, 108, 0.3); - opacity: 1; } - -.message-list { - width: 420px; } - .message-list-sections { - spacing: 1.5em; } - .message-list-section, .message-list-section-list { - spacing: 0.7em; } - .message-list-section-list-title-box { - spacing: 0.4em; } - .message-list-placeholder StIcon { - width: 0; - height: 0; } - .message-list-placeholder StLabel { - color: rgba(92, 97, 108, 0.55); } - .message-list-section-close > StIcon { - icon-size: 18px; - border-radius: 0px; - color: transparent; - background-color: transparent; - background-image: url("light-assets/misc/message-close.svg"); } - .message-list-section-close:hover > StIcon { - color: transparent; - background-color: transparent; - background-image: url("light-assets/misc/message-close-hover.svg"); } - .message-list-section-close:active > StIcon { - color: transparent; - background-color: transparent; - background-image: url("light-assets/misc/message-close-active.svg"); } - -.message { - padding: 4px; - color: #5c616c; - border-image: url("light-assets/misc/message.svg") 9 9 9 9; } - .message:hover, .message:focus { - color: #5c616c; - border-image: url("light-assets/misc/message-hover.svg") 9 9 9 9; } - .message:active { - color: #ffffff; - border-image: url("light-assets/misc/message-active.svg") 9 9 9 9; } - .message-icon-bin { - padding: 8px 0px 8px 8px; } - .message-icon-bin:rtl { - padding: 8px 8px 8px 0px; } - .message-icon-bin > StIcon { - icon-size: 48px; } - .message-secondary-bin { - color: rgba(92, 97, 108, 0.4); } - .message-secondary-bin > StIcon { - icon-size: 16px; } - .message-title { - font-weight: bold; - padding: 2px 0 2px 0; } - .message-content { - padding: 8px; } - -.ripple-box { - width: 52px; - height: 52px; - background-image: url("common-assets/misc/corner-ripple-ltr.svg"); - background-size: contain; } - .ripple-box:rtl { - background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } - -.popup-menu-arrow { - width: 16px; - height: 16px; } - -.popup-menu-icon { - icon-size: 16px; } - -.window-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - .window-close:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } - -.window-close { - -shell-close-overlap: 11px; } - -.nm-dialog { - max-height: 500px; - min-height: 450px; - min-width: 470px; } - .nm-dialog-content { - spacing: 20px; } - .nm-dialog-header-hbox { - spacing: 10px; } - .nm-dialog-airplane-box { - spacing: 12px; } - .nm-dialog-airplane-headline { - font-size: 1.1em; - font-weight: bold; - text-align: center; } - .nm-dialog-airplane-text { - color: #5c616c; } - .nm-dialog-header-icon { - icon-size: 32px; } - .nm-dialog-scroll-view { - border: 1px solid #dcdfe3; - border-radius: 2px; - background-color: #ffffff; } - .nm-dialog-header { - font-weight: bold; - font-size: 1.2em; } - .nm-dialog-item { - font-size: 1em; - border-bottom: 0px solid; - padding: 12px; - spacing: 0px; } - .nm-dialog-item:selected { - background-color: #5294e2; - color: #ffffff; } - .nm-dialog-icons { - spacing: .5em; } - .nm-dialog-icon { - icon-size: 16px; } - -.no-networks-label { - color: rgba(92, 97, 108, 0.55); } - -.no-networks-box { - spacing: 12px; } - -#overview { - spacing: 24px; } - -.overview-controls { - padding-bottom: 32px; } - -.window-picker { - -horizontal-spacing: 32px; - -vertical-spacing: 32px; - padding-left: 32px; - padding-right: 32px; - padding-bottom: 48px; } - .window-picker.external-monitor { - padding: 32px; } - -.window-clone-border { - border: 3px solid rgba(82, 148, 226, 0.8); - border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } - -.window-caption, .window-caption:hover { - spacing: 25px; - color: #BAC3CF; - background-color: rgba(0, 0, 0, 0.7); - border-radius: 2px; - padding: 4px 12px; - -shell-caption-spacing: 12px; } - -.search-entry { - width: 320px; - padding: 7px 9px; - border-radius: 20px; - border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(255, 255, 255, 0.9); } - .search-entry:focus { - padding: 7px 9px; } - .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: #5c616c; } - .search-entry:hover, .search-entry:focus { - color: #ffffff; - caret-color: #ffffff; - background-color: #5294e2; - selection-background-color: #ffffff; - selected-color: #5294e2; } - .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #ffffff; } - -#searchResultsBin { - max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; } - -.search-section { - spacing: 16px; } - -.search-section-content { - spacing: 32px; } - -.list-search-results { - spacing: 3px; } - -.search-section-separator { - background-color: rgba(255, 255, 255, 0.2); - -margin-horizontal: 1.5em; - height: 1px; } - -.list-search-result-content { - spacing: 12px; - padding: 12px; } - -.list-search-result-title { - font-size: 1.5em; - color: white; } - -.list-search-result-description { - color: #cccccc; } - -.search-provider-icon { - padding: 15px; } - -.search-provider-icon-more { - width: 16px; - height: 16px; - background-image: url("common-assets/misc/more-results.svg"); } - -#dash { - font-size: 1em; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(0, 0, 0, 0.4); - padding: 4px 0; - border-radius: 0 3px 3px 0; } - #dash:rtl { - border-radius: 3px 0 0 3px; } - .right #dash, #dash:rtl { - padding: 4px 0; } - .top #dash, .bottom #dash { - padding: 0; } - #dash .placeholder { - background-image: url("common-assets/dash/dash-placeholder.svg"); - background-size: contain; - height: 24px; } - #dash .empty-dash-drop-target { - width: 24px; - height: 24px; } - -.dash-item-container > StWidget, .dash-item-container > StWidget:rtl, .right .dash-item-container > StWidget { - padding: 4px 8px; } - -.top .dash-item-container > StWidget, .bottom .dash-item-container > StWidget { - padding: 6px; } - -.dash-label { - border-radius: 3px; - padding: 4px 12px; - color: white; - background-color: rgba(0, 0, 0, 0.7); - text-align: center; - -x-offset: 3px; } - .bottom .dash-label, .top .dash-label { - -y-offset: 3px; - -x-offset: 0; } - -#dash .app-well-app:hover .overview-icon, -.right #dash .app-well-app:hover .overview-icon, -.bottom #dash .app-well-app:hover .overview-icon, -.top #dash .app-well-app:hover .overview-icon { - background-color: #5294e2; } - -#dash .app-well-app:active .overview-icon, -.right #dash .app-well-app:active .overview-icon, -.bottom #dash .app-well-app:active .overview-icon, -.top #dash .app-well-app:active .overview-icon { - box-shadow: none; - background-color: #2679db; } - -#dash .app-well-app-running-dot { - width: 11px; - height: 2px; - margin-bottom: 2px; - background-color: #5294e2; } - -#dashtodockContainer .app-well-app-running-dot { - background: none; - width: 28px; - height: 4px; } - -#dashtodockContainer .running1 .app-well-app-running-dot { - background-image: url("common-assets/dash/running1.svg"); } - -#dashtodockContainer .running2 .app-well-app-running-dot { - background-image: url("common-assets/dash/running2.svg"); } - -#dashtodockContainer .running3 .app-well-app-running-dot { - background-image: url("common-assets/dash/running3.svg"); } - -#dashtodockContainer .running4 .app-well-app-running-dot { - background-image: url("common-assets/dash/running4.svg"); } - -.show-apps .overview-icon { - background-color: rgba(0, 0, 0, 0.5); - border-radius: 2px; - border: 0px solid; } - -.show-apps:hover .overview-icon { - background-color: rgba(0, 0, 0, 0.7); - color: #5294e2; } - -.show-apps:active .overview-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .overview-icon, -.show-apps:checked .show-apps-icon { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; - transition-duration: 0ms; } - -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; } - .icon-grid .overview-icon { - icon-size: 96px; } - -.app-view-controls { - padding-bottom: 32px; } - -.app-view-control { - padding: 4px 32px; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .app-view-control:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .app-view-control:checked { - color: #ffffff; - background-color: #5294e2; } - .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { - border-radius: 2px 0 0 2px; - border-right-width: 0; } - .app-view-control:last-child:ltr, .app-view-control:first-child:rtl { - border-radius: 0 2px 2px 0; - border-left-width: 0; } - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(31, 33, 40, 0.85); } - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 200ms; } - -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.app-well-app.app-folder:active .overview-icon, -.app-well-app.app-folder:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294e2; } - -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.app-well-app.app-folder:hover .overview-icon, -.app-well-app.app-folder:focus .overview-icon, -.app-well-app.app-folder:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(186, 195, 207, 0.4); - transition-duration: 0ms; - border-image: none; - background-image: none; } - -.app-well-app-running-dot { - width: 20px; - height: 2px; - margin-bottom: 4px; - background-color: #5294e2; } - -.search-provider-icon, -.list-search-result, .app-well-app .overview-icon, -.app-well-app.app-folder .overview-icon, -.grid-search-result .overview-icon { - color: white; - border-radius: 2px; - padding: 6px; - border: 1px solid transparent; - transition-duration: 0ms; - text-align: center; } - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(35, 38, 46, 0.95); - border: 1px solid rgba(0, 0, 0, 0.45); } - -.app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 78, 0.95); } - -.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #ffffff; - background-color: #5294e2; - box-shadow: none; } - -.app-well-app.app-folder:focus > .overview-icon { - background-color: #5294e2; } - -.app-folder-popup { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(35, 38, 46, 0.95); - -arrow-border-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; } - -.app-folder-popup-bin { - padding: 5px; } - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; } - -.page-indicator { - padding: 15px 20px; } - .page-indicator .page-indicator-icon { - width: 18px; - height: 18px; - background-image: url(common-assets/misc/page-indicator-inactive.svg); } - .page-indicator:hover .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-hover.svg); } - .page-indicator:active .page-indicator-icon { - background-image: url(common-assets/misc/page-indicator-active.svg); } - .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active { - background-image: url(common-assets/misc/page-indicator-checked.svg); } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; } - -.workspace-thumbnails, .workspace-thumbnails:rtl, -.workspace-thumbnails-left, -.workspace-thumbnails-left:rtl { - visible-width: 40px; - spacing: 11px; - padding: 12px; } - -.workspace-thumbnails, -.workspace-thumbnails-left:rtl { - padding-right: 7px; - border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; } - -.workspace-thumbnails:rtl, -.workspace-thumbnails-left { - padding-left: 7px; - border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } - -.workspace-thumbnail-indicator { - border: 4px solid rgba(82, 148, 226, 0.8); - border-radius: 1px; - padding: 1px; } - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; } - -.search-statustext, .no-frequent-applications-label { - font-size: 2em; - font-weight: bold; - color: #5c616c; } - -.url-highlighter { - link-color: #2679db; } - -.notification-banner, -.notification-banner:hover, -.notification-banner:focus { - font-size: 1em; - width: 34em; - margin: 5px; - padding: 10px; - color: #5c616c; - background-color: transparent; - border: 1px solid transparent; - border-image: url("light-assets/menu/menu.svg") 9 9 9 9; } - .notification-banner .notification-icon, - .notification-banner:hover .notification-icon, - .notification-banner:focus .notification-icon { - padding: 5px; } - .notification-banner .notification-content, - .notification-banner:hover .notification-content, - .notification-banner:focus .notification-content { - padding: 5px; - spacing: 5px; } - .notification-banner .secondary-icon, - .notification-banner:hover .secondary-icon, - .notification-banner:focus .secondary-icon { - icon-size: 1.09em; } - .notification-banner .notification-actions, - .notification-banner:hover .notification-actions, - .notification-banner:focus .notification-actions { - background-color: transparent; - padding: 2px 2px 0 2px; - spacing: 3px; } - .notification-banner .notification-button, - .notification-banner:hover .notification-button, - .notification-banner:focus .notification-button { - padding: 4px 4px 5px; } - .notification-banner .notification-button:first-child, .notification-banner .notification-button:last-child, - .notification-banner:hover .notification-button:first-child, - .notification-banner:hover .notification-button:last-child, - .notification-banner:focus .notification-button:first-child, - .notification-banner:focus .notification-button:last-child { - border-radius: 2px; } - -.secondary-icon { - icon-size: 1.09em; } - -.chat-body { - spacing: 5px; } - -.chat-response { - margin: 5px; } - -.chat-log-message { - color: #5c616c; } - -.chat-new-group { - padding-top: 1em; } - -.chat-received { - padding-left: 4px; } - .chat-received:rtl { - padding-left: 0px; - padding-right: 4px; } - -.chat-sent { - padding-left: 18pt; - color: #5294e2; } - .chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; } - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: rgba(92, 97, 108, 0.6); } - .chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; } - -.subscription-message { - font-style: italic; } - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; } - -.hotplug-notification-item { - padding: 2px 10px; } - .hotplug-notification-item:focus { - padding: 2px 10px; } - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; } - -.hotplug-resident-box { - spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 4px; } - .hotplug-resident-mount:hover { - background-color: rgba(245, 246, 247, 0.3); } - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; } - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; } - -.hotplug-resident-eject-icon { - icon-size: 16px; } - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 5px; - color: pink; } - -.legacy-tray { - background-color: rgba(43, 46, 55, 0.95); } - .legacy-tray:ltr { - border-radius: 0 2px 0 0; - border-left-width: 0; } - .legacy-tray:rtl { - border-radius: 2px 0 0 0; - border-right-width: 0; } - -.legacy-tray-handle, -.legacy-tray-icon { - padding: 6px; } - .legacy-tray-handle StIcon, - .legacy-tray-icon StIcon { - icon-size: 24px; } - .legacy-tray-handle:hover, .legacy-tray-handle:focus, - .legacy-tray-icon:hover, - .legacy-tray-icon:focus { - background-color: rgba(92, 97, 108, 0.1); } - -.legacy-tray-icon-box { - spacing: 12px; } - .legacy-tray-icon-box:ltr { - padding-left: 12px; } - .legacy-tray-icon-box:rtl { - padding-right: 12px; } - .legacy-tray-icon-box StButton { - width: 24px; - height: 24px; } - -.magnifier-zoom-region { - border: 2px solid #5294e2; } - .magnifier-zoom-region.full-screen { - border-width: 0; } - -#keyboard { - background-color: rgba(53, 57, 69, 0.95); - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.2); } - -.keyboard-layout { - spacing: 10px; - padding: 10px; } - -.keyboard-row { - spacing: 15px; } - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .keyboard-key:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .keyboard-key:grayed { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5d626e; - border: 1px solid rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } - -.keyboard-subkeys { - color: #BAC3CF; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; } - -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; - color: #BAC3CF; - font-size: 1.15em; } - -.candidate-index { - padding: 0 0.5em 0 0; - color: #d8dde4; } - -.candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 2px; - color: #BAC3CF; } - .candidate-box:selected, .candidate-box:hover { - background-color: #5294e2; - color: #ffffff; } - -.candidate-page-button-box { - height: 2em; } - .vertical .candidate-page-button-box { - padding-top: 0.5em; } - .horizontal .candidate-page-button-box { - padding-left: 0.5em; } - -.candidate-page-button { - padding: 4px; } - -.candidate-page-button-previous { - border-radius: 2px 0px 0px 2px; - border-right-width: 0; } - -.candidate-page-button-next { - border-radius: 0px 2px 2px 0px; } - -.candidate-page-button-icon { - icon-size: 1em; } - -.framed-user-icon { - background-size: contain; - border: 0px solid transparent; - color: #5c616c; - border-radius: 2px; } - .framed-user-icon:hover { - border-color: transparent; - color: white; } - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; } - -.login-dialog { - border: none; - background-color: transparent; } - .login-dialog .modal-dialog-button-box { - spacing: 3px; } - .login-dialog .modal-dialog-button { - padding: 3px 18px; } - .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fbfbfc; - border: 1px solid #cfd6e6; - box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } - .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5c616c; - background-color: white; - border: 1px solid #cfd6e6; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); } - .login-dialog .modal-dialog-button:default:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } - .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); - box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); } - -.login-dialog-logo-bin { - padding: 24px 0px; } - -.login-dialog-banner { - color: #9ca9ba; } - -.login-dialog-button-box { - spacing: 5px; } - -.login-dialog-message-warning { - color: #F27835; } - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; } - -.login-dialog-user-selection-box { - padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #BAC3CF; } - -.login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: #62758e; - padding-top: 1em; } - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; } - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294e2; } - -.login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: #62758e; } - .login-dialog-user-list-item:ltr { - padding-right: 1em; } - .login-dialog-user-list-item:rtl { - padding-left: 1em; } - .login-dialog-user-list-item:hover { - background-color: #5294e2; - color: #ffffff; } - .login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: #BAC3CF; } - .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } - -.login-dialog-username, -.user-widget-label { - color: #BAC3CF; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; } - -.user-widget-label:ltr { - padding-left: 18px; } - -.user-widget-label:rtl { - padding-right: 18px; } - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; } - -.login-dialog-prompt-label { - color: #7e8fa5; - font-size: 110%; - padding-top: 1em; } - -.login-dialog-session-list-button StIcon { - icon-size: 1.25em; } - -.login-dialog-session-list-button { - color: #62758e; } - .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #BAC3CF; } - .login-dialog-session-list-button:active { - color: #394351; } - -.screen-shield-arrows { - padding-bottom: 3em; } - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; } - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); } - -.screen-shield-clock-date { - font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; } - .screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; } - .screen-shield-notifications-container .notification, - .screen-shield-notifications-container .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid rgba(186, 195, 207, 0.2); - background-color: rgba(53, 57, 69, 0.45); - color: #BAC3CF; - border-radius: 4px; } - .screen-shield-notifications-container .notification { - margin-right: 15px; } - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; } - -.screen-shield-notification-count-text { - padding: 0px 0px 0px 12px; } - -#panel.lock-screen { - background-color: rgba(53, 57, 69, 0.5); } - -.screen-shield-background { - background: black; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); } - -#lockDialogGroup { - background: #2e3436 url(misc/noise-texture.png); - background-repeat: repeat; } - -#screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(245, 246, 247, 0.3); } - #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(245, 246, 247, 0.5); } - #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(82, 148, 226, 0.5); } - -#LookingGlassDialog { - spacing: 4px; - padding: 8px 8px 10px 8px; - background-color: rgba(0, 0, 0, 0.7); - border: 1px solid black; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 2px; - color: #BAC3CF; } - #LookingGlassDialog > #Toolbar { - padding: 3px; - border: none; - background-color: transparent; - border-radius: 0px; } - #LookingGlassDialog .labels { - spacing: 4px; } - #LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #BAC3CF; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; } - #LookingGlassDialog .notebook-tab:hover { - color: white; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0px; - color: #5294e2; - text-shadow: black 0px 2px 2px; } - #LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; } - #LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; } - -.lg-dialog StEntry { - selection-background-color: #5294e2; - selected-color: #ffffff; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - .lg-dialog StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid rgba(26, 28, 34, 0.35); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } - -.lg-dialog .shell-link { - color: #2679db; } - .lg-dialog .shell-link:hover { - color: #5294e2; } - -.lg-completions-text { - font-size: .9em; - font-style: italic; } - -.lg-obj-inspector-title { - spacing: 4px; } - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; } - .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } - -#lookingGlassExtensions { - padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; } - -.lg-extension { - border: 1px solid rgba(0, 0, 0, 0.7); - border-radius: 2px; - background-color: rgba(53, 57, 69, 0.95); - padding: 4px; } - -.lg-extension-name { - font-weight: bold; } - -.lg-extension-meta { - spacing: 6px; } - -#LookingGlassPropertyInspector { - background: rgba(0, 0, 0, 0.7); - border: 1px solid grey; - border-radius: 2px; - padding: 6px; } diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg deleted file mode 100644 index 5397452..0000000 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg deleted file mode 100644 index 5638dc6..0000000 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg deleted file mode 100644 index da48d45..0000000 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg deleted file mode 100644 index d50e0e2..0000000 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/menu/menu.svg b/common/gnome-shell/3.16/light-assets/menu/menu.svg deleted file mode 100644 index 5ae7466..0000000 --- a/common/gnome-shell/3.16/light-assets/menu/menu.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/menu/submenu-open.svg b/common/gnome-shell/3.16/light-assets/menu/submenu-open.svg deleted file mode 100644 index 8062443..0000000 --- a/common/gnome-shell/3.16/light-assets/menu/submenu-open.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/menu/submenu.svg b/common/gnome-shell/3.16/light-assets/menu/submenu.svg deleted file mode 100644 index 766c82e..0000000 --- a/common/gnome-shell/3.16/light-assets/menu/submenu.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/button-box.svg b/common/gnome-shell/3.16/light-assets/misc/button-box.svg deleted file mode 100644 index 036f0d1..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/button-box.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg deleted file mode 100644 index 33f401d..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg deleted file mode 100644 index 5602eff..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg deleted file mode 100644 index 5586d55..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg deleted file mode 100644 index 734b53b..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/message-active.svg b/common/gnome-shell/3.16/light-assets/misc/message-active.svg deleted file mode 100644 index 26baa11..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/message-active.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg b/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg deleted file mode 100644 index d678a90..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg deleted file mode 100644 index 73685e0..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/message-close.svg b/common/gnome-shell/3.16/light-assets/misc/message-close.svg deleted file mode 100644 index cd11de2..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/message-close.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/message-hover.svg b/common/gnome-shell/3.16/light-assets/misc/message-hover.svg deleted file mode 100644 index 8c1e2d8..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/message-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/message.svg b/common/gnome-shell/3.16/light-assets/misc/message.svg deleted file mode 100644 index 039cb8f..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/message.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/misc/modal.svg b/common/gnome-shell/3.16/light-assets/misc/modal.svg deleted file mode 100644 index b61f537..0000000 --- a/common/gnome-shell/3.16/light-assets/misc/modal.svg +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/switch/switch-off.svg b/common/gnome-shell/3.16/light-assets/switch/switch-off.svg deleted file mode 100644 index 96749e2..0000000 --- a/common/gnome-shell/3.16/light-assets/switch/switch-off.svg +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/light-assets/switch/switch-on.svg b/common/gnome-shell/3.16/light-assets/switch/switch-on.svg deleted file mode 100644 index ff81a42..0000000 --- a/common/gnome-shell/3.16/light-assets/switch/switch-on.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gnome-shell/3.16/sass/_colors.scss b/common/gnome-shell/3.16/sass/_colors.scss deleted file mode 100644 index 8d3a5f2..0000000 --- a/common/gnome-shell/3.16/sass/_colors.scss +++ /dev/null @@ -1,101 +0,0 @@ -// When color definition differs for dark and light variant, -// it gets @if ed depending on $variant - - -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); - -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; -$selected_borders_color: darken($selected_bg_color, 20%); -$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); - -$link_color: if($variant == 'light', darken($selected_bg_color,10%), - lighten($selected_bg_color,20%)); -$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), - lighten($selected_bg_color,10%)); - -$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); -$selection_mode_fg: $selected_fg_color; -$warning_color: #F27835; -$error_color: #FC4138; -$warning_fg_color: white; -$error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; -$destructive_fg_color: white; -$suggested_fg_color: white; - -$drop_target_color: #F08437; - -//insensitive state derived colors -$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); -$insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); - -$header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } - -$header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); - -$header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); - -$header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); - -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; -$dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); - -$osd_fg_color: $dark_sidebar_fg; -$osd_bg_color: $dark_sidebar_bg; - -$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_button_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_insensitive_bg_color: darken($osd_bg_color, 3%); -$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%); -$osd_borders_color: transparentize(black, 0.3); - -$panel_bg: darken($dark_sidebar_bg, 4.7%); -$panel_fg: $dark_sidebar_fg; - -$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); - -$header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); -$header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%)); -$button_border: $entry_border; - -$header_button_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($button_bg, 0.1)); -$header_button_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -//WM Buttons - -// Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); - -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); - -// Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); -$wm_button_active_bg: $selected_bg_color; - -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); - -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); -$wm_icon_active_bg: $selected_fg_color; diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss deleted file mode 100644 index 8b947f7..0000000 --- a/common/gnome-shell/3.16/sass/_common.scss +++ /dev/null @@ -1,2256 +0,0 @@ -//This is the RIGHT PLACE to edit the stylesheet - -$panel-corner-radius: 0px; -$asset_path: if($variant == 'dark', dark-assets, light-assets); - -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ - -// -// Globals -// -$font-size: 9; -$font-family: Futura Bk bt, Cantarell, Sans-Serif; -$_bubble_bg_color: opacify($osd_bg_color,0.25); -$_bubble_fg_color: $osd_fg_color; -$_bubble_borders_color: transparentize($osd_fg_color,0.8); -$_shell_fg_color: white; - -stage { - font-family: $font-family; - @include fontsize($font-size); - color: $fg_color; -} - -%reset_style { - background-color: transparent !important; - background-gradient-direction: none !important; - border: none !important; - border-radius: 0 !important; -} - -// -// Buttons -// -.button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 0; - border-radius: 2px; - - @extend %button; -} - -%button { - @include button(normal); - - &:focus { @include button(focus); } - &:hover { @include button(hover); } - &:hover:focus { @include button(focus-hover); } - &:active, &:active:focus { @include button(active); } - &:insensitive { @include button(insensitive); } -} - -%osd_button { - @include button(osd); - - &:hover { @include button(osd-hover); } - &:focus { color: $selected_bg_color; } - &:active { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -// -// Entries -// -StEntry { - padding: 7px; - caret-size: 1px; - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - transition-duration: 300ms; - border-radius: 3px; - - @include entry(normal); - - &:focus, &:hover { @include entry(focus); } - &:insensitive { @include entry(insensitive); } - - StIcon.capslock-warning { - icon-size: 16px; - warning-color: $warning_color; - padding: 0 4px; - } -} - -// -// Scrollbars -// -StScrollView { - &.vfade { -st-vfade-offset: 0px; } - &.hfade { -st-hfade-offset: 0px; } -} - -StScrollBar { - - padding: 8px; - - StScrollView & { - min-width: 5px; - min-height: 5px; - } - - StBin#trough { - background-color: transparentize($base_color, 0.9); - border-radius: 8px; - } - - StButton#vhandle, StButton#hhandle { - border-radius: 4px; - background-color: mix($fg_color, $bg_color, 40%); - border: 0px solid; - margin: 0px; - - &:hover { background-color: mix($fg_color, $bg_color, 30%); } - - &:active { background-color: $selected_bg_color; } - } -} - -// -// Slider -// -.slider { - -slider-height: 4px; - -slider-background-color: $button_border; //background of the trough - -slider-border-color: transparentize(black, 1); //trough border color - -slider-active-background-color: $selected_bg_color; //active trough fill - -slider-active-border-color: transparentize(black, 1); //active trough border - -slider-border-width: 0; - -slider-handle-radius: 0px; - height: 18px; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; - - .popup-menu-item.selected & { - -slider-background-color: transparentize(black, 0.8); - -slider-active-background-color: $selected_fg_color; - } -} - -// -// Check Boxes -// -.check-box { - - StBoxLayout { spacing: .8em; } - - StBin { - width: 16px; - height: 16px; - background-image: url("#{$asset_path}/checkbox/checkbox-unchecked.svg"); - } - - &:focus StBin { background-image: url("#{$asset_path}/checkbox/checkbox-unchecked-focused.svg"); } - - &:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked.svg"); } - - &:focus:checked StBin { background-image: url("#{$asset_path}/checkbox/checkbox-checked-focused.svg"); } -} - -// -// Switches -// -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("#{$asset_path}/switch/switch-off.svg"); - - &:checked { background-image: url("#{$asset_path}/switch/switch-on.svg"); } - - .popup-menu-item.selected & { - background-image: url("common-assets/switch/switch-off-selected.svg"); - - &:checked { background-image: url("common-assets/switch/switch-on-selected.svg"); } - } -} - -// -// Links -// -.shell-link { - color: $link_color; - - &:hover { color: lighten($link_color,10%); } -} - -// -// Modal Dialogs -// -.headline { font-size: 110%; } -.lightbox { background-color: black; } -.flashspot { background-color: white; } - -.modal-dialog { - color: $fg_color; - background-color: transparentize($bg_color, 1); - border: none; - border-image: url("#{$asset_path}/misc/modal.svg") 9 9 9 67; - padding: 0 5px 6px 5px; - - > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; - } - - &-button-box { - spacing: 0; - margin: 0px; - padding: 14px 10px; - background: none; - border: none; - border-image: url("#{$asset_path}/misc/button-box.svg") 9 9 9 9; - - .button { - padding-top: 0; - padding-bottom: 0; - height: 30px; - - @extend %osd_button; - } - } - - .run-dialog-entry { width: 21em; } - .run-dialog-error-box { - padding-top: 5px; - spacing: 5px; - } - - //.run-dialog-button-box { padding-top: 1em; } - .run-dialog-label { - font-size: 0; - } -} - -//.button-dialog-button-box { -//} - -.show-processes-dialog-subject, -.mount-question-dialog-subject, -.end-session-dialog-subject { //this should be a generic header class - @include fontsize($font-size * 1.2); - font-weight: bold; - color: $fg_color; -} - -// -// End Session Dialog -// -.end-session-dialog { - spacing: 42px; - //border: 3px solid $_bubble_borders_color; - - &-list { - padding-top: 20px; - } - - &-layout { - padding-left: 17px; - &:rtl { padding-right: 17px; } - } - - &-description { - width: 28em; - padding-bottom: 10px; - &:rtl { - text-align: right; - } - } - - &-warning { - width: 28em; - color: $warning_color; - padding-top: 6px; - &:rtl { - text-align: right; - } - } - - &-logout-icon { - border: 0px solid transparent; - border-radius: 2px; - width: 48px; - height: 48px; - background-size: contain; - } - - &-shutdown-icon { - color: $fg_color; - width: 48px; - height: 48px; - } - - &-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 10px; - padding-left: 10px; - } - - &-session-list, &-app-list { - spacing: 1em; - } - - &-list-header { - font-weight: bold; - &:rtl { text-align: right; } - } - - &-app-list-item, &-session-list-item { - spacing: 1em; - } - - &-app-list-item-name, &-session-list-item-name { - font-weight: bold; - } - - &-app-list-item-description { - color: lighten($fg_color,5%); - @include fontsize($font-size * 0.9); - } - - // Shutdown Button - .button:last-child { - color: $destructive_fg_color; - background-color: $destructive_color; - border-color: $destructive_color; - - &:hover { - color: $destructive_fg_color; - background-color: lighten($destructive_color, 9%); - border-color: lighten($destructive_color, 9%); - } - &:active { - color: $destructive_fg_color; - background-color: darken($destructive_color, 5%); - border-color: darken($destructive_color, 5%); - } - } -} - -// -// ShellMountOperation Dialogs -// -.shell-mount-operation-icon { icon-size: 48px; } - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - - &:rtl { - padding-left: 0px; - padding-right: 17px; - } -} - -.mount-question-dialog-subject { - max-width: 500px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; - - &:rtl { - padding-right: 17px; - } -} - -.show-processes-dialog-app-list { - @include fontsize($font-size * 1.1); - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; - - &:rtl { - padding-right: 49px; - padding-left: 32px; - } -} - -.show-processes-dialog-app-list-item { - color: darken($fg_color,10%); - &:hover { color: $fg_color; } - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } -} - -.show-processes-dialog-app-list-item-icon { - &:ltr { padding-right: 17px; } - &:rtl { padding-left: 17px; } -} - -.show-processes-dialog-app-list-item-name { - @include fontsize($font-size * 1.1); -} - -// -// Password or Authentication Dialog -// -.prompt-dialog { - //this is the width of the entire modal popup - width: 500px; - //border: 3px solid $_bubble_borders_color; - - &-main-layout { - spacing: 24px; - padding: 10px; - } - - &-message-layout { - spacing: 16px; - } - - &-headline { - @include fontsize($font-size * 1.3); - font-weight: bold; - color: $fg_color; - } - - &-descritption:rtl { - text-align: right; - } - - &-password-box { - spacing: 1em; - padding-bottom: 1em; - } - - &-error-label { - @include fontsize($font-size); - color: $error_color; - padding-bottom: 8px; - } - - &-info-label { - @include fontsize($font-size); - padding-bottom: 8px; - } - - &-null-label { - @include fontsize($font-size); - padding-bottom: 8px; - } -} - -.hidden { - color: transparentize(black, 1); -} - -// -// Polkit Dialog -// -.polkit-dialog-user { - - &-layout { - padding-left: 10px; - spacing: 10px; - &:rtl { - padding-left: 0px; - padding-right: 10px; - } - } - - &-root-label { - color: $warning_color; - } - - &-user-icon { - border-radius: 2px; - background-size: contain; - width: 48px; - height: 48px; - } -} - -// -// Network Agent Dialog -// -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -// -// Popvers/Menus -// -.popup-menu { - min-width: 200px; - color: $fg_color; - border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9; - - .popup-menu-arrow { } //defined globally in the TOP BAR - .popup-sub-menu { - background: none; - box-shadow: none; - border-image: url("#{$asset_path}/menu/submenu.svg") 9 9 9 9; - } - - .popup-menu-content { padding: 1em 0em 1em 0em; } - .popup-menu-item { - spacing: 12px; - - &:ltr { padding: .4em 3em .4em 0em; } - &:rtl { padding: .4em 0em .4em 3em; } - - &:checked { - font-weight: normal; - background: none; - box-shadow: none; - border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9; - } - - &:active, &.selected { - color: $selected_fg_color; - background-color: transparent; - border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; - } - - &:insensitive { - color: transparentize($fg_color, 0.5); - background: none; - } - } - - .popup-inactive-menu-item { //all icons and other graphical elements - color: $fg_color; - - &:insensitive { color: $insensitive_fg_color; } - } - //.popup-status-menu-item { font-weight: normal; color: pink; } //dunno what that is - &.panel-menu { - -boxpointer-gap: 0px; - margin-bottom: 1.75em; - } -} - -.popup-menu-ornament { - text-align: right; - margin-left: 10px; - width: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(0,0,0,0.0); - -arrow-border-width: 1px; - -arrow-border-color: rgba(0,0,0,0.0); - -arrow-base: 0; - -arrow-rise: 0; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: $osd_bg_color; - -arrow-border-width: 1px; - -arrow-border-color: transparentize(black, 0.6); - -arrow-base: 5; - -arrow-rise: 5; -} - -.popup-separator-menu-item { - //-margin-horizontal: 24px; - height: 2px; //not really the whole box - margin: 0; - background-color: transparent; - border: none; - border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; -} - -// Background menu -.background-menu { -boxpointer-gap: 4px; -arrow-rise: 0px; } - -// fallback menu -//- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled -// app menu inside the main app window itself rather than the top bar -// - -// -// OSD -// -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - margin: 32px; - min-width: 64px; - min-height: 64px; - - color: $_shell_fg_color; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - -.osd-monitor-label { font-size: 3em; } - - .level { - padding: 0; - height: 4px; - background-color: transparentize(black, 0.5); - border-radius: 2px; - color: $selected_bg_color; - } -} - -.resize-popup { - color: $osd_fg_color; - background: none; - border: none; - border-radius: 5px; - border-image: url("common-assets/misc/osd.svg") 9 9 9 9; - padding: 12px; -} - -// -// Alt Tab Switcher -// -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - background: none; - border: none; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - - &-item-container { spacing: 8px; } - - .item-box { - padding: 8px; - border-radius: 2px; - border: 1px solid transparent; - - &:outlined { - padding: 8px; - border: 1px solid $selected_bg_color; - } - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - - } - } - - .thumbnail-box { - padding: 2px; - spacing: 4px; - } - - .thumbnail { - width: 256px; - } - - .separator { - width: 1px; - background: transparentize($fg_color, 0.67); - } -} - -.switcher-arrow { - border-color: rgba(0,0,0,0); - color: $osd_fg_color; - - &:highlighted { - color: $_shell_fg_color; - } -} - -.input-source-switcher-symbol { - font-size: 34pt; - width: 96px; - height: 96px; -} - -// -// Workspace Switcher -// -.workspace-switcher { - - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; - - &-group { padding: 12px; } - - &-container { - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 3px; - padding: 20px; - padding-bottom: 24px; - } -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 30px; - background-color: $selected_bg_color; - background-size: 96px; - border-radius: 2px; - border: 1px solid $selected_bg_color; -} - -.ws-switcher-active-up { - background-image: url("common-assets/misc/ws-switch-arrow-up.png"); -} - -.ws-switcher-active-down { - background-image: url("common-assets/misc/ws-switch-arrow-down.png"); -} - -.ws-switcher-box { - height: 96px; - background-color: transparentize(black, 0.67); - border-color: transparentize(black, 0.67); - border-radius: 2px; -} - -// -// Tiled window previews -// -.tile-preview { - background-color: transparentize($selected_bg_color, 0.65); - border: 1px solid $selected_bg_color; - - &-left.on-primary { - border-radius: $panel-corner-radius 0 0 0; - } - - &-right.on-primary { - border-radius: 0 $panel-corner-radius 0 0; - } - - &-left.tile-preview-right.on-primary { - border-radius: $panel-corner-radius $panel-corner-radius 0 0; - } -} - -// -// Top Bar -// -#panel { - $_panel_fg_color: $_shell_fg_color; - - font-weight: bold; - height: 2.1em; - min-height: 27px; - background-gradient-direction: none; - background-color: transparent; - border-bottom-width: 0; - border-image: url('common-assets/panel/panel.svg') 1 1 1 1; - - // Fix dynamic top bar extension - &.dynamic-top-bar-white-btn { border-image: none; } - - &.unlock-screen, - &.login-screen, - &.lock-screen { - background-color: transparent; - border-image: none; - } - - &:overview { border-image: url('common-assets/panel/panel-overview.svg') 1 1 1 1; } - - #panelLeft, #panelCenter { // spacing between activities<>app menu and such - spacing: 8px; - } - - .panel-corner { - -panel-corner-radius: $panel-corner-radius; - -panel-corner-background-color: transparentize(black, 1); - -panel-corner-border-width: 0px; - -panel-corner-border-color: black; - - &:active, &:overview, &:focus { - -panel-corner-border-color: black; - } - - &.lock-screen, &.login-screen, &unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; - } - } - - .panel-button { - -natural-hpadding: 10px; - -minimum-hpadding: 6px; - font-weight: bold; - color: $_panel_fg_color; - transition-duration: 100ms; - border-bottom-width: 1px; - border-color: transparent; - - .app-menu-icon { - width: 0; - height: 0; - margin-left: 0px; - margin-right: 0px; - } - - &:hover { - color: $_panel_fg_color; - background-color: transparentize(black, 0.83); - border-bottom-width: 1px; - border-color: transparent; - } - - &:active, &:overview, &:focus, &:checked { - color: $selected_fg_color; - background-color: $selected_bg_color; - box-shadow: none; - border-bottom-width: 1px; - border-color: black; - - & > .system-status-icon { icon-shadow: none; } - } - - .system-status-icon { icon-size: 16px; padding: 0 4px; } - .unlock-screen &, - .login-screen &, - .lock-screen & { - color: lighten($fg_color, 10%); - &:focus, &:hover, &:active { color: lighten($fg_color, 10%); } - } - } - - #panelActivities.panel-button { -natural-hpadding: 12px; } - - .panel-status-indicators-box, - .panel-status-menu-box { - spacing: 2px; - } - - .screencast-indicator { color: $error_color; } - - .clock-display > * > *:last-child { - color: $selected_bg_color; - margin-left: .3em; - } - - .popup-menu-arrow { width: 0; } -} - -// Activities button -#panel #panelActivities.panel-button { - - > * { - background-image: url("common-assets/panel/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: 0 solid transparent !important; - text-shadow: 0 0 transparent !important; - transition-duration: 0ms !important; - box-shadow: none !important; - color: transparent; - } - - &:active, &:overview, &:focus, &:checked { - background-color: transparent; - box-shadow: none; - border-bottom-width: 1px; - border-color: transparent; - - > * { background-image: url("common-assets/panel/activities-active.svg"); } - } -} - -// a little unstructured mess: - -.system-switch-user-submenu-icon { - icon-size: 24px; - border: 1px solid transparentize($fg_color,0.6); -} - -#appMenu { - spinner-image: url("common-assets/misc/process-working.svg"); - spacing: 4px; - padding: 0 8px; - - .label-shadow { color: transparent; } -} - -.aggregate-menu { - width: 360px; - .popup-menu-icon { padding: 0 4px; } -} - -.system-menu-action { - padding: 13px; - color: $fg_color; - border-radius: 32px; /* wish we could do 50% */ - border: 1px solid transparent; - - &:hover, &:focus { - transition-duration: 100ms; - padding: 13px; - color: $fg_color; - background-color: transparent; - border: 1px solid $selected_bg_color; - } - &:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $selected_bg_color; - } - - & > StIcon { icon-size: 16px; } -} - -// -// Calendar popover -// -#calendarArea { - padding: 0.75em 1.0em; -} - -.calendar { - margin-bottom: 1em; -} - -.calendar, -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 0 1.5em; -} - -.datemenu-calendar-column { spacing: 0.5em; } -.datemenu-displays-section { padding-bottom: 3em; } - -.datemenu-today-button, -.world-clocks-button, -.message-list-section-title { - border-radius: 3px; - padding: .4em; -} - -.message-list-section-list:ltr { - padding-left: .4em; -} - -.message-list-section-list:rtl { - padding-right: .4em; -} - -.datemenu-today-button, -.world-clocks-button, -.message-list-section-title { - padding: 7px 10px 7px 10px; - border: 1px solid transparentize($base_color, 1); - - &:hover, &:focus { @include button(hover); } - &:active { @include button(active); } -} - -.datemenu-today-button .day-label { -} - -.datemenu-today-button .date-label { - font-size: 1.5em; -} - -.world-clocks-header, -.message-list-section-title { - color: transparentize($fg_color, 0.6); - font-weight: bold; -} - -.world-clocks-button:active .world-clocks-header { - color: $selected_fg_color; -} - -.world-clocks-grid { - spacing-rows: 0.4em; -} - -.calendar-month-label { - color: $fg_color; - font-weight: bold; - padding: 8px 0; - &:focus {} -} - -.pager-button { - color: transparent; - background-color: transparent; - width: 32px; - border-radius: 2px; - - &:focus, &:hover, &:active { background-color: transparent; } -} - -//arrow back -.calendar-change-month-back { - background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-left-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); } - - &:rtl { - background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-right-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); } - } -} - -//arrow forward -.calendar-change-month-forward { - background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-right-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-right.svg"); } - - &:rtl { - background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); - - &:focus, &:hover { background-image: url("#{$asset_path}/misc/calendar-arrow-left-hover.svg"); } - - &:active { background-image: url("#{$asset_path}/misc/calendar-arrow-left.svg"); } - } -} - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; - - &:hover, &:focus { background-color: transparentize(black, 0.9); } - - &:active { - color: $fg_color; - background-color: transparentize(black, 0.85); - border-width: 0; //avoid jumparound due to today - } - - &.calendar-day-heading { //day of week heading - color: transparentize($fg_color, 0.15); - margin-top: 1em; - font-size: 70%; - } -} - -.calendar-day { //border collapse hack - see calendar.js - border-width: 0; - color: transparentize($fg_color, 0.2); -} - -.calendar-day-top { border-top-width: 0; } - -.calendar-day-left { border-left-width: 0; } - -.calendar-work-day {} - -.calendar-nonwork-day { - color: $fg_color; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: $selected_fg_color; - background-color: $selected_bg_color; - border-width: 0; -} - -.calendar-day-with-events { - color: $selected_bg_color; - font-weight: bold; -} - -.calendar-today.calendar-day-with-events { color: $selected_fg_color; } - -.calendar-other-month-day { - color: transparentize($fg_color, 0.7); - opacity: 1; -} - -// -// Message list -// -.message-list { - width: 420px; - - &-sections { spacing: 1.5em; } - - &-section, - &-section-list { spacing: 0.7em; } - - &-section-list-title-box { spacing: 0.4em; } - - &-placeholder { - StIcon { width: 0; height: 0; } - StLabel { color: $insensitive_fg_color; } - } - - &-section-close { - - > StIcon { - icon-size: 18px; - border-radius: 0px; - color: transparent; - background-color: transparent; - background-image: url('#{$asset_path}/misc/message-close.svg'); - } - &:hover > StIcon { - color: transparent; - background-color: transparent; - background-image: url('#{$asset_path}/misc/message-close-hover.svg'); - } - &:active > StIcon { - color: transparent; - background-color: transparent; - background-image: url('#{$asset_path}/misc/message-close-active.svg'); - } - - } -} - -.message { - padding: 4px; - color: $fg_color; - border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; - - &:hover, &:focus { - color: $fg_color; - border-image: url("#{$asset_path}/misc/message-hover.svg") 9 9 9 9; - } - - &:active { - color: $selected_fg_color; - border-image: url("#{$asset_path}/misc/message-active.svg") 9 9 9 9; - } - - &-icon-bin { - padding: 8px 0px 8px 8px; - - &:rtl { padding: 8px 8px 8px 0px; } - - > StIcon { icon-size: 48px; } - } - - &-secondary-bin { color: transparentize($fg_color, 0.6); } - &-secondary-bin > StIcon { icon-size: 16px; } - - &-title { - font-weight: bold; - padding: 2px 0 2px 0; - } - - &-content { padding: 8px; } -} - - -// -//Activities Ripples -// -.ripple-box { - width: 52px; - height: 52px; - background-image: url("common-assets/misc/corner-ripple-ltr.svg"); - background-size: contain; - - &:rtl { background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } -} - -// not really top bar only -.popup-menu-arrow { width: 16px; height: 16px; } -.popup-menu-icon { icon-size: 16px; } - - -// -//Close buttons -// -.window-close { - background-image: url("common-assets/misc/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - - &:hover { - background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; - } - - &:active { - background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; - } -} - -.window-close { - -shell-close-overlap: 11px; -} - -// -// Network Dialogs -// -.nm-dialog { - max-height: 500px; - min-height: 450px; - min-width: 470px; - - &-content { spacing: 20px; } - - &-header-hbox { spacing: 10px; } - - &-airplane-box { spacing: 12px; } - - &-airplane-headline { - font-size: 1.1em; - font-weight: bold; - text-align: center; - } - - &-airplane-text { color: $fg_color; } - - &-header-icon { icon-size: 32px; } - - &-scroll-view { - border: 1px solid $borders_color; - border-radius: 2px; - background-color: $base_color; - } - - &-header { - font-weight: bold; - font-size: 1.2em; - } - - &-item { - font-size: 1em; - border-bottom: 0px solid; - padding: 12px; - spacing: 0px; - - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - - &-icons { spacing: .5em; } - - &-icon { icon-size: 16px; } -} - -.no-networks-label { color: $insensitive_fg_color; } - -.no-networks-box { spacing: 12px; } - -// -// Overview -// -#overview { spacing: 24px; } - -.overview-controls { padding-bottom: 32px; } - -.window-picker { //container around window thumbnails - -horizontal-spacing: 32px; - -vertical-spacing: 32px; - padding-left: 32px; - padding-right: 32px; - padding-bottom: 48px; - - &.external-monitor { padding: 32px; } -} - -.window-clone-border { - border: 3px solid transparentize($selected_bg_color, 0.2); - border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px transparentize($selected_bg_color, 1); -} - -.window-caption, .window-caption:hover { - spacing: 25px; - color: $osd_fg_color; - background-color: transparentize(black, 0.3); - border-radius: 2px; - padding: 4px 12px; - -shell-caption-spacing: 12px; -} - -// -// Search Entry -// -.search-entry { - width: 320px; - padding: 7px 9px; - border-radius: 20px; - border: 1px solid transparentize(black, 0.75); - background-color: transparentize($entry_bg, 0.1); - - &:focus { - padding: 7px 9px; - } - - .search-entry-icon { - icon-size: 16px; - padding: 0 4px; - color: $fg_color; - } - - &:hover, &:focus { - color: $selected_fg_color; - caret-color: $selected_fg_color; - background-color: $selected_bg_color; - - selection-background-color: $selected_fg_color; - selected-color: $selected_bg_color; - - .search-entry-icon { color: $selected_fg_color; } - } -} - -// -// Search Results -// -#searchResultsBin { max-width: 1000px; } - -#searchResultsContent { - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -// This should be equal to #searchResultsContent spacing -.search-section { spacing: 16px; } - -// This is the space between the provider icon and the results container -.search-section-content { spacing: 32px; } - -// "no results" -.search-statustext { - @extend %status_text; -} - -.list-search-results { spacing: 3px; } - -.search-section-separator { - background-color: transparentize(white, 0.8); - -margin-horizontal: 1.5em; - height: 1px; -} - -.list-search-result-content { spacing: 12px; padding: 12px; } - -.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; } - -.list-search-result-description { color: darken($_shell_fg_color, 20%); } - -.search-provider-icon { padding: 15px; } -.search-provider-icon-more { - width: 16px; - height: 16px; - background-image: url("common-assets/misc/more-results.svg"); -} - -// -// Dash -// -#dash { - font-size: 1em; - color: $osd_fg_color; - background-color: $dark_sidebar_bg; - border-color: rgba(0,0,0,0.4); - padding: 4px 0; - border-radius: 0 3px 3px 0; - - &:rtl { border-radius: 3px 0 0 3px; } - - .right &, - &:rtl { padding: 4px 0; } - - .top &, .bottom & { padding: 0; } - - .placeholder { - background-image: url("common-assets/dash/dash-placeholder.svg"); - background-size: contain; - height: 24px; - } - - .empty-dash-drop-target { - width: 24px; - height: 24px; - } -} - -.dash-item-container > StWidget { - - &, &:rtl, .right & { padding: 4px 8px; } - - .top &, .bottom & { padding: 6px; } -} - -//osd tooltip -.dash-label { - border-radius: 3px; - padding: 4px 12px; - color: $_shell_fg_color; - background-color: transparentize(black, 0.3); - text-align: center; - -x-offset: 3px; - - .bottom &, .top & { - -y-offset: 3px; - -x-offset: 0; - } -} - -// Dash Buttons -#dash .app-well-app { - - &:hover .overview-icon, - .right &:hover .overview-icon, - .bottom &:hover .overview-icon, - .top &:hover .overview-icon { - background-color: $selected_bg_color; - } - - &:active .overview-icon, - .right &:active .overview-icon, - .bottom &:active .overview-icon, - .top &:active .overview-icon { - box-shadow: none; - background-color: darken($selected_bg_color, 10%); - } - - &-running-dot { - width: 11px; - height: 2px; - margin-bottom: 2px; - background-color: $selected_bg_color; - } -} - -#dashtodockContainer { - .app-well-app-running-dot { - background: none; - width: 28px; - height: 4px; - } - - @each $var in 1, 2, 3, 4 { - .running#{$var} .app-well-app-running-dot { - background-image: url("common-assets/dash/running#{$var}.svg"); - } - } -} - -.show-apps { - - .overview-icon { - background-color: transparentize(black, 0.5); - border-radius: 2px; - border: 0px solid; - } - - &:hover .overview-icon { - background-color: transparentize(black, 0.3); - color: $selected_bg_color; - } - - &:active .overview-icon, - &:active .show-apps-icon, - &:checked .overview-icon, - &:checked .show-apps-icon { - color: $selected_fg_color; - background-color: $selected_bg_color; - box-shadow: none; - transition-duration: 0ms; - } -} - -// -// App Vault/Grid -// -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; - - .overview-icon { icon-size: 96px; } -} - -//.app-display { spacing: 20px; } - -//favorties | all toggle container -.app-view-controls { padding-bottom: 32px; } - -//favorties | all toggle button -.app-view-control { - padding: 4px 32px; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:checked { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &:first-child:ltr, - &:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } - - &:last-child:ltr, - &:first-child:rtl { border-radius: 0 2px 2px 0; border-left-width: 0;} -} - -// -// Icon Tile -// -.search-provider-icon, -.list-search-result { - @extend %icon_tile; - - &:active, &:checked { background-color: transparentize(darken($osd_bg_color,10%),.1); } - - &:focus, &:selected, &:hover { - background-color: transparentize($osd_fg_color,.6); - transition-duration: 200ms; - } -} -.app-well-app, -.app-well-app.app-folder, -.grid-search-result { - - .overview-icon { - @extend %icon_tile; - } - - &:active .overview-icon, - &:checked .overview-icon { - background-color: transparentize(darken($osd_bg_color,10%),.1); - box-shadow: inset 0 0 $selected_bg_color; - } - - &:hover .overview-icon, - &:focus .overview-icon, - &:selected .overview-icon { - background-color: transparentize($osd_fg_color,.6); - transition-duration: 0ms; - border-image: none; - background-image: none; - } -} - -.app-well-app-running-dot { //running apps indicator - width: 20px; - height: 2px; - margin-bottom: 4px; - background-color: $selected_bg_color; -} - -%icon_tile { - color: $_shell_fg_color; - border-radius: 2px; - padding: 6px; - border: 1px solid transparent; - transition-duration: 0ms; - text-align: center; -} - -// -// Collections -// -.app-well-app.app-folder { - - > .overview-icon { - background-color: darken($dark_sidebar_bg, 8%); - border: 1px solid transparentize(darken($dark_sidebar_bg, 25%), 0.5); - } - - &:hover > .overview-icon { - background-color: lighten($dark_sidebar_bg, 3%); - } - - &:active > .overview-icon, &:checked > .overview-icon { - color: $selected_fg_color; - background-color: $selected_bg_color; - box-shadow: none; - } - - &:focus > .overview-icon { - background-color: $selected_bg_color; - } -} - -.app-folder-popup { //expanded collection - -arrow-border-radius: 2px; - -arrow-background-color: darken($dark_sidebar_bg, 8%); - -arrow-border-color: transparentize(darken($dark_sidebar_bg, 25%), 0.5); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; -} - -.app-folder-popup-bin { padding: 5px; } -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; - - .page-indicator-icon { - width: 18px; - height: 18px; - background-image: url(common-assets/misc/page-indicator-inactive.svg); - } - - &:hover .page-indicator-icon { background-image: url(common-assets/misc/page-indicator-hover.svg); } - &:active .page-indicator-icon { background-image: url(common-assets/misc/page-indicator-active.svg); } - &:checked .page-indicator-icon, - &:checked:active { background-image: url(common-assets/misc/page-indicator-checked.svg); } -} - -.no-frequent-applications-label { @extend %status_text; } - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; -} - -// -// Workspace pager -// -.workspace-thumbnails, -.workspace-thumbnails-left { - &, &:rtl { - visible-width: 40px; //amount visible before hover - spacing: 11px; - padding: 12px; - } -} - -.workspace-thumbnails, -.workspace-thumbnails-left:rtl { - padding-right: 7px; - border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; -} - -.workspace-thumbnails:rtl, -.workspace-thumbnails-left { - padding-left: 7px; - border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; -} - -.workspace-thumbnail-indicator { - border: 4px solid transparentize($selected_bg_color, 0.2); - border-radius: 1px; - padding: 1px; -} - -//Some hacks I don't even -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - // horizontal padding to make sure scrollbars or dash don't overlap content - padding: 0px 88px 10px 88px; -} - -%status_text { - font-size: 2em; - font-weight: bold; - color: $fg_color; -} - -// -// Notifications & Message Tray -// -.url-highlighter { link-color: $link_color; } - -// Banners -.notification-banner, -.notification-banner:hover, -.notification-banner:focus { - font-size: 1em; - width: 34em; - margin: 5px; - padding: 10px; - color: $fg_color; - background-color: transparent; - border: 1px solid transparent; - border-image: url("#{$asset_path}/menu/menu.svg") 9 9 9 9; - - .notification-icon { padding: 5px; } - - .notification-content { padding: 5px; spacing: 5px; } - - .secondary-icon { icon-size: 1.09em; } - - .notification-actions { - background-color: transparent; - padding: 2px 2px 0 2px; - spacing: 3px; - } - .notification-button { - padding: 4px 4px 5px; - @extend %button; - - &:first-child, &:last-child { border-radius: 2px; } - } -} - -.secondary-icon { icon-size: 1.09em; } - -// Chat Bubbles -.chat-body { spacing: 5px; } -.chat-response { margin: 5px; } -.chat-log-message { color: $fg_color; } -.chat-new-group { padding-top: 1em; } -.chat-received { - padding-left: 4px; - - &:rtl { padding-left: 0px; padding-right: 4px; } -} - -.chat-sent { - padding-left: 18pt; - color: $selected_bg_color; - - &:rtl { padding-left: 0; padding-right: 18pt; } -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: bold; - color: transparentize($fg_color, 0.4); - - &:rtl { padding-left: 0; padding-right: 4px; } -} - -.subscription-message { font-style: italic; } - -// Hotplug -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; - @extend %button; - - &:focus { padding: 2px 10px; } -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { spacing: 8px; } - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 4px; - &:hover { background-color: transparentize($bg_color,0.7); } -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { - icon-size: 16px; -} - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 5px; - color: pink; -} - -// Eeeky things - -$legacy_icon_size: 24px; - -.legacy-tray { - background-color: $panel_bg; - - &:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } - &:rtl { border-radius: 2px 0 0 0; border-right-width: 0; } -} - -.legacy-tray-handle, -.legacy-tray-icon { - padding: 6px; - & StIcon { icon-size: $legacy_icon_size; } - &:hover, &:focus { background-color: transparentize($fg_color,0.9); } -} - -.legacy-tray-icon-box { - spacing: 12px; - &:ltr { padding-left: 12px; } - &:rtl { padding-right: 12px; } - & StButton { width: $legacy_icon_size; height: $legacy_icon_size } -} - -// Magnifier - -.magnifier-zoom-region { - border: 2px solid $selected_bg_color; - &.full-screen { border-width: 0; } -} - -// -// On-Screen Keyboard -// -#keyboard { - background-color: $osd_bg_color; - border-width: 0; - border-top-width: 1px; - border-color: transparentize(black, 0.8); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - - &:grayed { @include button(osd-insensitive); } -} - -.keyboard-subkeys { //long press on a key popup - color: $osd_fg_color; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: $osd_bg_color; - -arrow-border-width: 1px; - -arrow-border-color: transparentize(black, 0.6);; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -// -// IBus Candidate Popup -// -.candidate-popup-content { - padding: 0.5em; - spacing: 0.3em; - color: $osd_fg_color; - font-size: 1.15em; -} - - .candidate-index { - padding: 0 0.5em 0 0; - color: lighten($osd_fg_color, 10%); - } - - .candidate-box { - padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 2px; - color: $osd_fg_color; - &:selected,&:hover { background-color: $selected_bg_color; color: $selected_fg_color; } - } - - .candidate-page-button-box { - height: 2em; - .vertical & { padding-top: 0.5em; } - .horizontal & { padding-left: 0.5em; } - } - - .candidate-page-button { - padding: 4px; - } - - .candidate-page-button-previous { border-radius: 2px 0px 0px 2px; border-right-width: 0; } - .candidate-page-button-next { border-radius: 0px 2px 2px 0px; } - .candidate-page-button-icon { icon-size: 1em; } - -// -// Auth Dialogs & Screen Shield -// -.framed-user-icon { - background-size: contain; - border: 0px solid transparent; - color: $fg_color; - border-radius: 2px; - &:hover { - border-color: transparent; - color: lighten($osd_fg_color,30%); - } -} - -// -// Login Dialog -// -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog { - //reset - border: none; - background-color: transparent; - - .modal-dialog-button-box { spacing: 3px; } - .modal-dialog-button { - padding: 3px 18px; - &:default { - @include button(normal); - &:hover,&:focus { @include button(hover); } - &:active { @include button(active); } - &:insensitive { @include button(insensitive); } - } - } -} - - .login-dialog-logo-bin { padding: 24px 0px; } - .login-dialog-banner { color: darken($osd_fg_color,10%); } - .login-dialog-button-box { spacing: 5px; } - .login-dialog-message-warning { color: $warning_color; } - .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; } - .login-dialog-user-selection-box { - padding: 100px 0px; - .login-dialog-not-listed-label { - padding-left: 2px; - .login-dialog-not-listed-button:focus &, - .login-dialog-not-listed-button:hover & { - color: $osd_fg_color; - } - } - } - .login-dialog-not-listed-label { - font-size: 90%; - font-weight: bold; - color: darken($osd_fg_color,30%); - padding-top: 1em; - } - - .login-dialog-user-list-view { -st-vfade-offset: 1em; } - .login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; - &:expanded .login-dialog-user-list-item:focus { background-color: $selected_bg_color; color: $selected_fg_color; } - &:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid $selected_bg_color; } - } - .login-dialog-user-list-item { - border-radius: 5px; - padding: .2em; - color: darken($osd_fg_color,30%); - &:ltr { padding-right: 1em; } - &:rtl { padding-left: 1em; } - &:hover { background-color: $selected_bg_color; color: $selected_fg_color; } - .login-dialog-timed-login-indicator { - height: 2px; - margin: 2px 0 0 0; - background-color: $osd_fg_color; - } - &:focus .login-dialog-timed-login-indicator { background-color: $selected_fg_color; } - } - - .login-dialog-username, - .user-widget-label { - color: $osd_fg_color; - font-size: 120%; - font-weight: bold; - text-align: left; - padding-left: 15px; - } - .user-widget-label { - &:ltr { padding-left: 18px; } - &:rtl { padding-right: 18px; } - } - - .login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; - } - - .login-dialog-prompt-label { - color: darken($osd_fg_color, 20%); - font-size: 110%; - padding-top: 1em; - } - - .login-dialog-session-list-button StIcon { - icon-size: 1.25em; - } - - .login-dialog-session-list-button { - color: darken($osd_fg_color,30%); - &:hover,&:focus { color: $osd_fg_color; } - &:active { color: darken($osd_fg_color, 50%); } - } - -// -// Screen Shield -// -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px rgba(0,0,0,0.4); -} - -.screen-shield-clock { - color: white; - text-shadow: 0px 1px 2px rgba(0,0,0,0.6); - font-weight: bold; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 72pt; - text-shadow: 0px 2px 2px rgba(0,0,0,0.4); -} - -.screen-shield-clock-date { font-size: 28pt; } - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; - .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; - } - - .notification, - .screen-shield-notification-source { - padding: 12px 6px; - border: 1px solid $_bubble_borders_color; - background-color: transparentize($osd_bg_color,0.5); - color: $_bubble_fg_color; - border-radius: 4px; - } - .notification { margin-right: 15px; } //compensate for space allocated to the scrollbar -} - - -.screen-shield-notification-label { - font-weight: bold; - padding: 0px 0px 0px 12px; -} - -.screen-shield-notification-count-text { padding: 0px 0px 0px 12px; } - -#panel.lock-screen { background-color: transparentize($_bubble_bg_color, 0.5); } - -.screen-shield-background { //just the shadow, really - background: black; - box-shadow: 0px 2px 4px transparentize(black,0.6); -} - -#lockDialogGroup { - background: #2e3436 url(misc/noise-texture.png); - background-repeat: repeat; -} - -#screenShieldNotifications { - StButton#vhandle, StButton#hhandle { - background-color: transparentize($bg_color,0.7); - &:hover, &:focus { background-color: transparentize($bg_color,0.5); } - &:active { background-color: transparentize($selected_bg_color,0.5); } - } -} - -// -// Looking Glass -// -#LookingGlassDialog { - spacing: 4px; - padding: 8px 8px 10px 8px; - background-color: transparentize(black, 0.3); - border: 1px solid black; - border-image: url("common-assets/misc/bg.svg") 9 9 9 9; - border-radius: 2px; - color: $osd_fg_color; - - & > #Toolbar { - padding: 3px; - border: none; - background-color: transparent; - border-radius: 0px; - } - .labels { spacing: 4px; } - - .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: $osd_fg_color; - transition-duration: 100ms; - padding-left: .3em; - padding-right: .3em; - - &:hover { - color: $_shell_fg_color; - text-shadow: black 0px 2px 2px; - } - &:selected { - border-bottom-width: 0px; - color: $selected_bg_color; - text-shadow: black 0px 2px 2px; - } - } - StBoxLayout#EvalBox { padding: 4px; spacing: 4px; } - StBoxLayout#ResultsArea { spacing: 4px; } -} - -.lg-dialog { - - StEntry { - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - - @include entry(osd); - &:focus { @include entry(osd-focus); } - } - .shell-link { - color: $link_color; - &:hover { color: lighten($link_color,10%); } - } -} - -.lg-completions-text { - font-size: .9em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - border: 1px solid gray; - padding: 4px; - border-radius: 4px; - &:hover { border: 1px solid #ffffff; } -} - -#lookingGlassExtensions { padding: 4px; } - -.lg-extensions-list { - padding: 4px; - spacing: 6px; -} - -.lg-extension { - border: 1px solid $osd_borders_color; - border-radius: 2px; - background-color: $osd_bg_color; - padding: 4px; -} - -.lg-extension-name { - font-weight: bold; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - background: transparentize(black, 0.3); - border: 1px solid grey; - border-radius: 2px; - padding: 6px; -} diff --git a/common/gnome-shell/3.16/sass/_drawing.scss b/common/gnome-shell/3.16/sass/_drawing.scss deleted file mode 100644 index c074950..0000000 --- a/common/gnome-shell/3.16/sass/_drawing.scss +++ /dev/null @@ -1,171 +0,0 @@ -// Drawing mixins - -// generic drawing of more complex things - -// provide font size in rem, with px fallback -@mixin fontsize($size: 24, $base: 16) { - font-size: round($size) + pt; - //font-size: ($size / $base) * 1rem; -} - -// Entries - -@mixin entry($t, $dark:false) { -// -// Entries drawing function -// - //@extend %reset_style; - - @if $t==normal { - color: $text_color; - background-color: $entry_bg; - border: 1px solid $entry_border; - box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95); - } - - @if $t==focus { - color: $fg_color; - background-color: $entry_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95); - } - - @if $t==insensitive { - color: $insensitive_fg_color; - background-color: mix($entry_bg, $bg_color, 55%); - border-color: 1px solid mix($entry_border, $bg_color, 55%); - box-shadow: inset 0 2px 4px transparentize(mix($entry_bg, $bg_color, 55%), 0.95); - } - - @if $t==osd { - color: $osd_fg_color; - background-color: $osd_entry_bg; - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } - - @if $t==osd-focus { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } - - @if $t==osd-insensitive { - color: transparentize($osd_fg_color, 0.45); - background-color: transparentize($osd_entry_bg, 0.15); - border: 1px solid $osd_entry_border; - box-shadow: inset 0 2px 4px transparentize(black, 0.95); - } -} - -// Buttons - -@mixin button($t) { -// -// Button drawing function -// - //@extend %reset_style; - - text-shadow: 0 1px transparentize($base_color, 1); - - @if $t==normal { - // - // normal button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $button_border; - box-shadow: inset 0 1px transparentize($button_bg, 0.95); - } - - @else if $t==focus { - // - // focused button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 1px transparentize($button_bg, 0.95); - } - - @else if $t==focus-hover { - // - // focused button - // - color: $fg_color; - background-color: $button_bg; - border: 1px solid $selected_bg_color; - box-shadow: inset 0 1px transparentize($button_bg, 0.95); - } - - @else if $t==hover { - // - // hovered button - // - color: $fg_color; - background-color: lighten($button_bg, 5%); - border: 1px solid $button_border; - box-shadow: inset 0 1px transparentize(lighten($button_bg, 5%), 0.95); - } - - @else if $t==active { - // - // pushed button - // - color: $selected_fg_color; - background-color: $selected_bg_color; - border: 1px solid if($variant=='light', $selected_bg_color, $button_border); - box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95); - } - - @else if $t==insensitive { - // - // insensitive button - // - color: $insensitive_fg_color; - border: 1px solid transparentize($button_border, 0.45); - background-color: transparentize($button_bg, 0.45); - box-shadow: inset 0 1px transparentize($button_bg, 0.95); - } - - @else if $t==osd { - // - // normal osd button - // - color: $osd_fg_color; - border: 1px solid $osd_button_border; - background-color: $osd_button_bg; - box-shadow: inset 0 1px transparentize(black, 0.95); - } - - @else if $t==osd-hover { - // - // active osd button - // - color: $osd_fg_color; - border: 1px solid $osd_button_border; - background-color: opacify(lighten($osd_button_bg, 7%), 0.1); - box-shadow: inset 0 1px transparentize(black, 0.95); - } - - @else if $t==osd-active { - // - // active osd button - // - color: $selected_fg_color; - border: 1px solid $osd_button_border; - background-color: $selected_bg_color; - box-shadow: inset 0 1px transparentize($selected_bg_color, 0.95); - } - - @else if $t==osd-insensitive { - // - // insensitive osd button - // - color: $osd_insensitive_fg_color; - border: 1px solid $osd_button_border; - background-color: transparentize($osd_button_bg, 0.15); - box-shadow: inset 0 1px transparentize(black, 0.95); - } -} diff --git a/common/gnome-shell/3.16/sass/gnome-shell-dark.scss b/common/gnome-shell/3.16/sass/gnome-shell-dark.scss deleted file mode 100644 index 4a61461..0000000 --- a/common/gnome-shell/3.16/sass/gnome-shell-dark.scss +++ /dev/null @@ -1,7 +0,0 @@ -$variant: 'dark'; -$transparency: 'true'; -$darker: 'false'; - -@import "_colors"; //use gtk colors -@import "_drawing"; -@import "_common"; diff --git a/common/gnome-shell/3.16/sass/gnome-shell.scss b/common/gnome-shell/3.16/sass/gnome-shell.scss deleted file mode 100644 index 674f742..0000000 --- a/common/gnome-shell/3.16/sass/gnome-shell.scss +++ /dev/null @@ -1,7 +0,0 @@ -$variant: 'light'; -$transparency: 'true'; -$darker: 'false'; - -@import "_colors"; //use gtk colors -@import "_drawing"; -@import "_common"; diff --git a/common/gtk-3.0/3.14/assets.svg b/common/gtk-3.0/3.14/assets.svg deleted file mode 100644 index 7086f47..0000000 --- a/common/gtk-3.0/3.14/assets.svg +++ /dev/null @@ -1,5965 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gtk-3.0/3.14/assets.txt b/common/gtk-3.0/3.14/assets.txt deleted file mode 100644 index a11af04..0000000 --- a/common/gtk-3.0/3.14/assets.txt +++ /dev/null @@ -1,84 +0,0 @@ -checkbox-checked -checkbox-checked-insensitive -checkbox-unchecked -checkbox-unchecked-insensitive -checkbox-mixed -checkbox-mixed-insensitive -radio-checked -radio-checked-insensitive -radio-unchecked -radio-unchecked-insensitive -radio-mixed -radio-mixed-insensitive -checkbox-checked-selected -checkbox-checked-insensitive-selected -checkbox-unchecked-selected -checkbox-unchecked-insensitive-selected -checkbox-mixed-selected -checkbox-mixed-insensitive-selected -checkbox-checked-selectionmode -checkbox-selectionmode -radio-checked-selected -radio-checked-insensitive-selected -radio-unchecked-selected -radio-unchecked-insensitive-selected -radio-mixed-selected -radio-mixed-insensitive-selected -switch -switch-active -switch-insensitive -switch-active-insensitive -switch-header -switch-active-header -switch-insensitive-header -switch-active-insensitive-header -switch-selected -switch-active-selected -switch-insensitive-selected -switch-active-insensitive-selected -titlebutton-close -titlebutton-close-backdrop -titlebutton-close-hover -titlebutton-close-active -titlebutton-maximize -titlebutton-maximize-backdrop -titlebutton-maximize-hover -titlebutton-maximize-active -titlebutton-minimize -titlebutton-minimize-backdrop -titlebutton-minimize-hover -titlebutton-minimize-active -checkbox-checked-dark -checkbox-checked-insensitive-dark -checkbox-unchecked-dark -checkbox-unchecked-insensitive-dark -checkbox-mixed-dark -checkbox-mixed-insensitive-dark -checkbox-checked-selectionmode-dark -checkbox-selectionmode-dark -radio-checked-dark -radio-checked-insensitive-dark -radio-unchecked-dark -radio-unchecked-insensitive-dark -radio-mixed-dark -radio-mixed-insensitive-dark -switch-dark -switch-active-dark -switch-insensitive-dark -switch-active-insensitive-dark -switch-header-dark -switch-active-header-dark -switch-insensitive-header-dark -switch-active-insensitive-header-dark -titlebutton-close-dark -titlebutton-close-backdrop-dark -titlebutton-close-hover-dark -titlebutton-close-active-dark -titlebutton-maximize-dark -titlebutton-maximize-backdrop-dark -titlebutton-maximize-hover-dark -titlebutton-maximize-active-dark -titlebutton-minimize-dark -titlebutton-minimize-backdrop-dark -titlebutton-minimize-hover-dark -titlebutton-minimize-active-dark diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png deleted file mode 100644 index 48e843515ab0c485311bf4a55333dec8ea1be7a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkPevqIC#qAplJ_+raXcmZ3Amp4tfJo(_x>sQ@$-H{5miA_g)L=y&lkaGho8)Kp>iQ4``-jUzsz|Ciapb zzhDMWFYiZ>pG2FlSpgJE^mK6ykqFN{f0OTkfPh0_s8{Lz(uH&X|3B%qLSS!x@uZUt z0YPyM{YlIsO&yFKT#n}rUo`s5uV8;57pW>cXVLCEIgX}l-oAYk);G&g@vye{$?ZSh m>~rGTw}1I#2ajoW|5yvdM9UW~5={hJ#^CAd=d#Wzp$P!*h=fG| diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png deleted file mode 100644 index bfcde3f7ce2ffc388ebaa94c0880c97273347830..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3y(v#3>PlG4l51jHSc=Ds5DUX7tJ_-hsFa#72n(|QFz*^hTM#tDe$JkNF#7WoG zS{$vXmF-2)>dazhDL#b&Zv4*R9|1=KY6{pE#J)F9T&Z zdAc};Se#ya`LGiA&$E%;g2R{h`Nh369N8wR9P8oIVsCr) z;_}8XJnvi;_ZnYo_{Dh9f$drShd)fO)^ape9o7KyxmnQ|wf@-^Ck3hP(hF=i zcUj+MDF0e|FwvYre=Eb?JBQZ_f1Y}Gt#20NuD`RdUwZjKrZ3ihhOFEaA?wxF>XkS5 zC*5to@9^N#Ig=BA6)rO*#?N2&_p+0)(G<^VZk0FlBPSKzx0lP50J@&R)78&qol`;+ E01TMDVE_OC diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png deleted file mode 100644 index 6d855156b7a8a5084e5644d663f227ec0350818b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkPe>wEO6?Bpec`nCO-(8{76UNO2^Pf$IwCF%2(gY&(JQ&&@RN#InvNM*3>h_)H}_& zc%^&AX77fB-i?QSn@{+*pYrRx;Ma3Cpyzr(-_3vtw*w~K1Dduk$G{k9x?D++UoeA) zW=(Bv4-W9F=E)zR$^=gr#}J9|-1FXi4GKIg0W3O?_(fe=cm6k3W%T4cmlthayI3{=5_Re8$FsbN%cO-6|?G}B- h=kH6pT1>xw))y)hdZM{))*YZ-44$rjF6*2Ung9h;g@6D6 diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png deleted file mode 100644 index 2fb1a071cd4faa895726619e556ae755ef024910..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 497 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3;=DW~&&jY9537YaSc*?_|Nsof2J_?-tCt^q zrcQdM&U)sqdKRAg7T)?cL55D@=DykH0fiPprB;!3R?*Eik&RASvz@Z%xt6YWuiEBW zwavTnsBh~D-}X}hlkNpgdH^&$w@>sj&;?p0L4Lsu{Gwv9@d*iuP0cMWtvz_a8ivVd zfV$Rux;TbdoL+nRrdX4L09%5pxAB2ZwfY|2-|G(+ylHY>=GXrJ(*I&vb)D6VaMs$RNfh(%|&TzM_utY}ld&H$OxvJ=pkcj{a?h3(sHA*`s~p+I!!E zXInp1G2i)mv9+L@xr3|a^6c$9N|W|&s(!8LXtDS2tm~&<&wXF;<`=V>j&9ix6aC-U z`yco5OqgHBroi9K!@#L`&g5-)x6g|J-_0hc()KfY-Y>`&59SF6I-SAO)z4*}Q$iB} DJmAN@ diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png deleted file mode 100644 index 5bf4e57adfde03979a0b49be72946ae7eb0f4fc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkp7PZf~GtQnffSf>Z6o-&r%jV%UblTc*XP5mCtL|zpPvTvSH)Pqqo1Ed-UVZ%U=)P z{(AP|_wx_G-+uZ1>Brx1zyAIJqThdi|NaX!&u{-B2cXfiB|(0{3>um>wLLh1xE~8Q zP+^>>i(`ny)ZBhgz6J#WmS{84@)(A>|My>JPEfe9eO1adwp9j>@hr>}3f(J$v4-vg-QhqCG25?_YIQ VNI7kn<_4fm44$rjF6*2UngFVYrq}=g diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png deleted file mode 100644 index 95ea1e573cb38f8c64edb73a3a5456e79e406c83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 493 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fArLg>QOJ}>;nRWWNhA=>d=fwVN#fimN%Nj%Eqa!}?0M^!*InD*_Uw8+egFH} zhu_aV{C>;DPrELEI)3Nd#V0>5Kl$MOKT54;5BRGEug0Lo-U3d7N^%E zRs43~!O_s}&o6H7a@gT1q&#`f$wmXOeYJ`cMfRRhowbsUhkYrV(S-j8t68?(R^zzE zyM8u9#Tv`!r`5Tx{MJ%0Xsr0Tm+`@&?1x|3cC22`{qP%`z*I56{B;knb^bi{Zmnz9 z!!O^=)=#}|{r};Ouk0K$(}b)!<~^(A-}vrue!`baK{6>)0wo1$nf6gF)0*#}zoaqw aFC+K%oL35xmfL|&XYh3Ob6Mw<&;$TDg!m%> diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 0c9682e5c924443ca9acc13b35f8f92b2a08badf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe>wEO6?Bpec`nCO-(8{0PVhoBkvch-N;Cp7|tx_LKOzPg3SR%Ubj-d&#rH70*jo zK5yRqvS-KJi%))Be)8k$vmbX}{<`z}*Ygj*-+uc2_RH_ze}UjX5Iio6?f_aKUlQaO z%%GuJQ(N1E3pD+G6be+D;OXKRA`zb3f0M64frmvqLDc4>+miqPXWBKeG=1JSIcFQI zMuMpu3o}C_rwoIEvS`uC);o89ab8u}CVe+qV6W}&33~(D)*XHxAjvaP_Oj^T9hURw knmkkbRBq+Xv;Nfc_`Vjl-GA5ifI^nR)78&qol`;+04&(0HUIzs diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png deleted file mode 100644 index 288d9fad20e721242b1d7ce552f3929f67f3046a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 499 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3;=DW~&&jY9537YaSc*?_|Nsof2J_?-tCQrw%615zn^>f{g#WLwq5+R>++|gx4#{~^X<&NZ;#&odj8?} z`)|KLeEa?B$KM~n{{Hy=_t)>gfB%EP%n#`ofiBQ03GxeO;1?B(jZa8OY-(<4Y3;!S z)-X&y1Jt$A)5S5w;`G|fw}qM%1lSTxy^R}BEh#QDsr)bAb4|};$L%X0;y=}&YuFGd zqO^F<$HomhKfkcL2Ypd`o^gypg3pU#&WZmC|5!t&&tkb6y4931%zWvUL0uU{bg(lhaI^T9NE*QzAv8YbL!wikH-p=|1z-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PWf~GtQnffSn+M|^DPg55>&0PE}Yw@$<6)#FxzNlIEvUdH;`VFs+-u`;-;rF|* zem;2f>*t9j%T)?U>CTk z#p0kY-FL5b@x{B$zg_38J(bpIy4LI_+c&4FTW=O^dgAr%^NR^DCYlvUy*PCH{`FdK cC;s_)@@gV?-kq3d3$%&B)78&qol`;+0BVP+?*IS* diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png deleted file mode 100644 index 5bed17dbc71ddb3530cd8d5adaa33ddc79d81bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 479 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0Z-faUf{Qqu?oz!lyrqnDIDr#^b1&kK<-PNu2v6Y2MSU#m@?sy=dL?x@+5;o}I5} z?0+}=(7U;Z-fy}1Y3G&C$M1Z*^!WSbCqEv({q^MCuV?RnKmYLi&)d_`}6Rdlz@6z;qvPTLf4+#aW}hRy26^c`-hi` zUT(c9J)0%*>oddiOD{+NPrU!lx-n*&kaXj{XNAAHzRJ}xpIAJX!Q-z2qr;wN25*O+8+B4s~g^RLo`;|n{3fzD^}boFyt=akR{0CqU@wEzGB diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png deleted file mode 100644 index e44c35828909d7593180dc2478dc0d88ca5176f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 474 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIap0G|+7 zARRFIaqyJKLDL=tO?d=C+6LCzhITrJwmL?3I!5+-7M=#y{sy)IrrsH5UTJ1t>1IAz zW_~$V;nh|VbygAe){za)xr?0h7P*$Jb}L)&QM1dZ>4;D337^)JzHMiG+t2!Tp7ZNC zA29K5;Dp}s@s#{nb8376P*{yv>9t`mOe;5+BT!FqRtb{rP>oZ3Zn0dG2!;Pg%8?Z_lfJ z`QMfgcyqV(DCY@~pSCI|S0 zxB}^*Nl!wjJq@0GKXA&U;K`4IraTIo`Y0Gk!VpkAXv#xv18ZGl2VFB)J#!CzD<6Gp zUwvyo0~>z>+W<44EHj^MbKe~Ez(NcEe2ai0i@+kQhKLxzMbd%x-JDwyc;<2Uf`trL6h$TEfrs~X&2C0d?i7C!3;9$ z8Y|bXTfgDW`wt&KaWJP}W?*3S^>lFziD-R$<95&?0|B-NQGo*9BK{S23|#X*|MOSh z=b!7aKSTC;K~8@5 z>+@8DRqW4>JJ(JYOSHj@zbH$Nr?_VVyp}AZPG&^>bP0l+XkKs$Uf& diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png deleted file mode 100644 index 6a3774bd83b493cb538ba033770e6cf660482800..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 465 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb20G|+7 zARRFIaqyJKLDL=tO?d=I!BZXuPkj_V{c*&M$B{E0r!9Dzw(x1j!e^O_p5-igmb>(M z;qvFz>t42ReciSF^_0DDcU=Cw>*|-i*S?&-|Lx3!Z|5I=zwqe$#Yf*SJ^udk)9=@x z{(SuQ_xGQFfBpi||9}7f1A)uhb%j9d*-L`_f*Cx$ydOP&5^cU_1yE?Kr;B5Vh5y|v zw}qM%1lSUca=mq}v!0(Zs{F66lTeTpIWhXKcG{0;>|$)k*n%!gT4-@aN$iwyxZ$*& zS%T5Wyv{&3-dcXflsVZin-2YbvWZ`f|KX2J$HUIc?#AwVEaNfb`qe1DN3ZMWv3{Oa zthv#-;H%i?^E{7cZ(KJw!X#&*As!@%!oW`|9%h?DPEX z^!)Po{q*?#`uzU?|Nm#Z-U0vs01k9gPE!CJCn%|{uCK7{@9^>R2m@!+0003_Nkl6?)K9LQI#sevBH5?3 zd!>p@+0ARbzG9>g#hzm20DvVAEC8sO5l}z@{~x@593%y=zV-7kAy|1DhzxM$0WluD zTzjq<4Q@S0j0Fu(>pMPZc?l}?djxO%+mxLTg7Hhdc~i zdX5Q&+!?ln0^r!#^lzr+FxC?FAJUIZNju*(BG0L)pJ pX-6%1J(nLAv0Tw8}6)002ovPDHLkV1mj|I28Z@ diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked.png b/common/gtk-3.0/3.14/assets/checkbox-checked.png deleted file mode 100644 index b63a30d1f5b5d6ce944ed2322df29bbc8888f563..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPevqIC#qAplJ_+raXe9u<4H@XFQIa`8ay!Rse+(JzX3_B*Jsgd-63X@HhmzY~a#5_nGCp{Sp<0 z#s~Mms`@f6Tw%g2epE`MLXcPB3A40Q!e$x!2bK&x?q*y1Y&oZbzqYc~PLqCo*5|KdUw71QT^Z0a22WQ%mvv4FO#qbzpT+Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0T3y(v#3>PlG4l51jHSc=Ds5DUX7tJ_-hsFa#72n(`3H1qy~tc@#SBan|Bz*-M_~ zE`46G?0Mb#m-QQ7b!~q=WB@jKtn-2e9Q&9CPle!u_v z=fk%@pMU)Q{_Ee5-~WF8{`c$8zkmNhU_p>xGSD4-B|(0{3^M8(E7z`Dzv0dM4j z=AKRSE=;NUHAnHJ^+ZDxX9f{=R)%LM|0jH7oihCt_o>xuwD}|MEt%5K%5~+tR&^e; zVR<$0hqY^3FJ~t#4V!=HovDJ9K-l{CiFdoM-+j~T+q9wT^NiWYUatLLknvmjd(1SU z^mlvD-p!PHW&4NCroW6y;iw~1!-8hxzTFp<7B4E-m}GGxWj|v^it&m?0qY+EozLLu L>gTe~DWM4fdu-?% diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png deleted file mode 100644 index 09ddef67d2906e15032c9939eb9d5c7d6ffb00ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFl4`1H%tD!;7D!wON5$ O89ZJ6T-G@yGywp&r${3J diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png deleted file mode 100644 index e189f93be6f554bfcb94704123a4e5adf8e0bb0b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU=}G9cr@@o&2TpkuJo!=3lt)2R9|Z$R7y^n1O?jwoU=0+ht-8Po)WcU2Dg`emSupQnpsh{pNk1O=WM)&CD4EM;BLaJ61#1Bb?iew`1Z z8U^x^5BLKf*mFq)G?oWAbRJmnf!j;rKO5H-W$qeAt_($P9~LfyrwTvZSvoqZ8Rmyp Vca%9?Is-JB!PC{xWt~$(696o4XT<;j diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png deleted file mode 100644 index 2436a9e38026781b664ce6ff0593411ef90c0ee1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFrvSzDJzX3_ zIHHpi8W@*-C{oY}Oi0jVXJ%$A<5r#T>e>a@3w|#F PYGv?r^>bP0l+XkKkeWtD diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png deleted file mode 100644 index 44cbfcaf3aa283d532aef00a8d45194c3ee7ba38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^Ihn?=YiAj1WkDuJmq1~q(?zh9|cZ+6a++5K#ahtK*j?deJdb$a#~?3P>(=K zkY6wZzo=Mjd_qEEQ*%p8Yfn$0@oQF~oS&zQV~EE2ZhICLIZ@PXS);XfPK6=m)kMy?D+ZXXsdgQp5V+*vw0 asu|{oR(F&+Tsi|ZnZeW5&t;ucLK6U%<7G|& diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png deleted file mode 100644 index be957266467e7e276bb0890d5ea6ffbfd779499a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(*Kb_(3D3&-oiV}w15)qB|(0{3>um>wLLvGo9@U0g>*e#978ywlM@;k)wY``cmyUS zcrr6Hvzc)yGukVQa0E!Ulpb8$5HU-Kp`4YW&`{OIG%nsBsFA_b)z4*}Q$iB}F>yz9 diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png deleted file mode 100644 index 63ee4347dc6e80e3a72aca0c78f308a46a0c0c88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D1#`2&g1~1tTL+HD5`PUoZo|s90=#LSj>MOKVS$K*yC#pp3Vti(`n!`Q!uz zo*Ap(A3A8px}f1{tcn4rMnJbtfvCm?@yG{a0T1-JBmx?Z0~|UJEcn3frtn;eJBE=f oLy6mjiFL*%fj_EDE=Oz`X0Uqf6H5_}0~*WV>FVdQ&MBb@0J}|V2mk;8 diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png deleted file mode 100644 index 7a91e23506f730966b3da6611df3c4225420b1c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF3LZ2JOwDG@9E+g z!V#UE(7?ECgNcGiU_yc?Gcz-r8HX~X{bCu80LhlpgKHCtm@l4WDhOv_IL4@!66pQX Q2&k38)78&qol`;+09hGFYybcN diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png deleted file mode 100644 index f741ba44ddc70989fa029a3ee471d29a38d8a653..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^Ihn?=YiAj1WkDuJmq1~q(?zh9|cZ+6a++5K#ahtK*j?g`~Uy{LSjo5fqDc= zg8YIR_(jEH;}a4Ro0?l%T6=l|jbF0@<@`Kd978lFCMPKH%&5M9@L(zHf`+TsDjPU7 zF0|`>5YZ^$k9@!z@IaPJBB1eqfJ5hj1s}M*6!x=mT~Xw=VdTnC56ZGCNp@t`njxgN@xNAEQn>& diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png deleted file mode 100644 index c7b5cf258c7a7939a075bb155d4bb529501b77f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4M&0F>6(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1n`D5m4c!xbt#AJ$xlWe!&bf>KZH8u3Nw1&HE1@KXEXpUk1wfdAc};Xq-<@ zP~e$S{r~X6Qq~0xSL;=Ya(uxV;qqvvFNf t=B{Dn%24F?Vc{}(s_?^|rK6*oVSZ?JN14N=GeDCWJYD@<);T3K0RT diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed.png b/common/gtk-3.0/3.14/assets/checkbox-mixed.png deleted file mode 100644 index 5707c92e5ba81a216fff49e85537331acc54e898..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFpG2FlSpgK%_jGX#;fPL7 zXkdKyrAR>|G$BEkotd4jjAJo_{bFX00LhlpgKHDG*e|Lw6@)V|^y}*!WsTXR0MyFh M>FVdQ&MBb@0FIGKjQ{`u diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png deleted file mode 100644 index ed851e7a3b88aa7a471c31f1a49fac693b562fc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU=}G9cr@@o&2TpkuJo!=3lt)2R9|Z$R7y^n1O?e39{{R1fH*@e|pdP-GAirP+ z8Fh`7YuByc@aFx8kDoZ0(=P*M{5)M8Lo_BPCn)gDsJ?&jU@7Z@hO5>p8#pvBwCj8j z(J0`Le83y^Nc&hNjou#9rnqiJ$ W+J)2Uif@4?GkCiCxvX$$+}Xs^)zsSE%-Y@D#?!*q)7B}_);Yk=DZtJ-(9tc#(Jj=`J;c#H)YU7> z)jQJ7C(6S&#=|$(!w-n!Jbh!=h{Z$$-N925KCUJ9)Gu|>&VyM{^`aOmPb5ZHL-lc@>^R^uvDHZ z&UrdJSZ>FR+U$>270>2H9f)#TzWX(6iQfO2@e4}5JB5U0ScHBhuF0=1{E$`Mcb)kW XpVN%_Tw7KGJ;dPY>gTe~DWM4f9rLd3 diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png deleted file mode 100644 index 069b32b497c2bb486293291be582e88fbae06d1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 692 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS76tf( zxB_W4Eh7~TQ*~_r_PJ!IE&Y9pWlA#KU-Q;@>wgW zd;Lu50(HCX)v;|?+>Y$=3tlf0Z?OKhM6B(?dG)H_7O?-mdKI;Vst0A9EX AWB>pF diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png deleted file mode 100644 index 23182178431baccfd18472dce72e5fabbcfad86c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa{0G|+7 zAbsxIv-8)VU%L4Mh%ST3=Rod@*PlV?&FAyip1pbh_3itw?>>I}`1$+C&p$qY{rLrm zzWx01aXgb%slG;L8X9G(t@_Ir2Sfxh!Pu5n`0Gw?L?}KS9&xh49;c>-qP% zvsr#P^!DBKp8f5twHwt_8oT#?^-Xo!S~$Zt=#`r3627U;s$RW&Us-<(ngcyqV(DCY@~pS+5>z- zT!Hk(tIsZ8e|qlf)AJzo42aHMdw%XZn0@Wpc?@*n`tz4>KEHbV<@LKSZ{B}>3q&8j zy#u0;-#&i+{_*pVPhWm~{`&LFx1V3X|M~_*KYsoE_2<`bAo}~~&)+|Pf#~1gzyHAC z|G)nrpkTtr4s?n@NswPKgRQThe^pz@-hKN&e)|07Zw<>#Z3YI$L{AsTkch)?Z`=+# zWFWxyfT@d>J4Z9{O4byKwKKlg+c~oN%${;rMo&Whf9?L8CNGz5j+{2BC~)Vja|g9Q zpFHvGu7ks|X}=c4cs>=4oN8clKy%HMa;+H>4|tZ?Yb-QyU=S5(U{Nz@bhC@w7I^S{ zb=Yy1a=F(Xjt|yf7j$;0{BSFYLF0PQ%tiJUtMcb>F9=wz@6}o>$C=}^{^H)}Yo#@= z-?7l=xBVJ;;O`@=q|5IgK6sc~xT?MB`1JFga%}%{)waKLe|ux!m%|4=<(T$m^KZWX z`FZQMl!e_g>-q0b+1640W8=*ik7PH+T{@U|wd1P$uP-g#?pb_?4ldrR@A$prZ@>iG ztmfRerRV?cD$Q|Ref}YrMd#OWnGYIvbHB&vX*#Yr|MuGL&i?yaN-NAVYF|#bXyp8J zJVDSbZRb{=CawAc&Yg^X3)a-Qhn_AnG-!{1+z@%|(Jixi($9?T*PURG^g8AGl)Wo4 W&W7*Tw;EtXFnGH9xvXRM>(0i{fIjcjy{Y!CgslmyhkQxfDC%pk9D z{KUyqfByXW`?oK(Fa#)W<>}%W!V#UE(7?FtgRw(^(t!ip-pLB=DN9ITzxe*1n8Akz x$@hE#ry8VB?BYLCk$K?23&u@bA{pLsF$lT`MgDvLLKZuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6E!TzR7=lN$H+$4&{h{n8rjYhtl9}Q zNT4LhFPOpB*U!JItz+-L{U1Ml{_?kmWu`VzF3;1&F~s8Z+sWR14GIFzANje0*q;7# zzuL2_snam=*6MEob~RcI!8~rd}Gq74v`C+44Q)kn-UKyPHW|z#;U-{ zu>S-1eO7J%yh`b{X$!5>_ly5xxgT>}qV@idhdaYo$I3Y8S1+NNq+rm9*d>RKjRdX`$cmRkCjYFZ|`MmD-ecJ@0$Jb_AiOM?7@8HCF# zDyL7MK4ZqrnKQQv#47?NtUO&DLpY+76B-!Zu7^4Z=o~n3shEw!Ps(6J(+lI}%n~~e x^cZt%q#oc+naOPQeg_ltV#yPiR2X+?Gfe#EdYgx-`x?*`22WQ%mvv4FO#r`9O9}u0 diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png deleted file mode 100644 index 305ab4d7431c75fff0784eb9fc12e325e2898bc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EHUT~% zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39ViY$rds-z+D10I26nnY z(#TF#=)?@5evy(OzhDMcJ$=uBpu(c!iIZl`gaGr|JgUPc~0)>6xKO4@j*PlA2{ P&{hUdS3j3^P62R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png deleted file mode 100644 index bdafd334439a1cda0c82647e3edcf457ac90768e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index ed2ee8f09ed93a0dee220e101e2241b467468031..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF-4cu_Vbb0fnYQHK3NZt0%8TxI|bVeoYIb6Mw<&;$T#k7WG- diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png deleted file mode 100644 index f59d6be3505796abb52d1dbee900e16ad65a05ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z$&*fB*mg|5HWM3}}#eNswPKgQAwUwzHRaMn+~!YinC~4+I$O+{Fu2 zQsC+07-Dhy?PN=#1_c2YM;ivmw4ML{hpY}zQrK{6g5P%Y*=cXY!)g~k3|e%LpXbK? z`T(DuimZo%SbAsdW?7*Wv1H$bgf50Bj0Z%PeTX%9d~)vl4CnX{6I=xrT$sIA{rG%? oZ;s}9t21>kZA(}FX`guC;jGP)MLQj%fp#-^y85}Sb4q9e03QpVi~s-t diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png deleted file mode 100644 index 4d32106a91fc846c32e52145ae36bbc8cdc7aa85..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png deleted file mode 100644 index 7b361e3461209ca7e8cec4c4a0439109142522a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked.png deleted file mode 100644 index 9fddfb52e45b62cdc77b9362308576a0b7f0884a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFbzhDM=h2tkq zp8E6W@87fU->?IPtvp>ELpY+76B-zoeYooopmgBCwr6?*b4n5t?75TfXeK<^$IT|K sk$QkPWiE5l9D{^}686X_9fopNhJ->NU4~?@OrR+Yp00i_>zopr0O9>-?EnA( diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png deleted file mode 100644 index 68126065a1b0ea683b843b4aa6efaa6469a112e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z3I-(21MtsJwJCH%)a*QJO;XO{rSr`pI^QG^7`GEKY#xI|NlRK z>SYn2K>{T~e!&d3zJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@ zOxyYIf5_?pC4~*ACirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+> zNa$jC!gxSr*@swz$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV; US+vtJ8fZ6zr>mdKI;Vst0QBUbBme*a diff --git a/common/gtk-3.0/3.14/assets/radio-checked-dark.png b/common/gtk-3.0/3.14/assets/radio-checked-dark.png deleted file mode 100644 index 28f3469e793b9cbc46065b4847d7b3d469ca0317..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPkgIKAt#9qC zZ|$dVfz|Nr-2e6ot+HWPz~Krzp}s&Eyb+g$5jE6(`F zD)Bhi=?%Aor~mn9q7Au0A{p_g8W(Y_*sCs)!mvP7D@AjGR$K=|+`^}V2P!%Dx-$Oh rQ(KWQb+EEVZuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cm1!GT z>zcagngNlkuDP4Jf4+G@fq7t|g@3+9K#@gYkx$EUpOzCotw40ruj9O5=Xs!B744v0 zpcnK?g8YIR7!{ROR1J-cO-ya=9GzW4Lc_u%A{!c;np^fAIC1jS=`+`F+`M)B)$6w( zKY#f(>6mC2Q0G@q7sn6@$+ZVxRviowVZBg0Wg6d>5{D)+M=fR9koLd-@rWLT9QuV&N@JnXR+Ql!Dy%%#IUG`0u-TLFSS*)pUxw0zvR{Ac`S?TJi zv}9Y$rX^ymoilD}i?rWT^QZ}ucHX%1@4BYBSNTo3z50)R)8#R*H<4Rt67fo=%Rr&PC fZdC0Om~+8?ns2}UgTe~DWM4fPjwYu diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png deleted file mode 100644 index bd28d8e25aa879e913f338a2434d884bdd1271a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLv5vl#zLl@Om7l(ipKIAhcOa_R43v_zUug_9RJtU{FPMRcS5IHxz}>^Mu&AiG zrM0!Ky9Wy5rmxBXD$DnDaSV}=WIf0!)T|)Du;GAG-?jhsA=NxwCX5Ud6xMId*vqSO zrI!8udEbD3-W7%Xit^G97gJvI9moz9k?=p&7{KzyQdq}`!9YZIlgI^8a~FnwgCN#| x+E&X&40X>1dZJmc-}IbtEoSRIH3o)1jG+;#PFDoue*>*%@O1TaS?83{1OWB9f;9jD diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png deleted file mode 100644 index 867695e1d1700e6faef1335c9ec258d346b9ec2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ED*}8% zT!A#h|No(Vj{~PXiJbWi$OxVOIB3!n|K2SG;!D?L+ZJ#!#(HTTOm4*;S<3%`7efMVa~b z`EI*UeaOREN6P*x^fBMx%If=R*8;&lR?}TTxUat$-`XC!FGP)7Esdt=O<^&5Sz>+}sp_`E3I+fG diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png deleted file mode 100644 index f64ba8faa8d3a3448b5f4ae4e68e4171f3a03e9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!2%7RJW!|%t1<%qJJUjE?+qnlnfVxE-xBmwkBwiBa7tFxJtEX?^?%`QjRNT_q z*4+aEre<~rfl4wxT^vIs!gKp?3mp*PVZHk*EO6Zuoc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!Hj|+Jm4ekD_NjiJtu=cJ`C_*-tvRyzbogx(kHf_Uw53GlX&G5XB^6aYeFH-`caMzBy!?W)@`{GWrk2*W&K^{-a{_}k zQ1e4i7sn8b(`zTc7HU!uXx$p5efiU@0JWvlVs-BQf2pPA(6TV|*T1*(jNj<#w0(5< zQSV`NQs9#fR{Jdwyx{)ko@qOrtzNyFEGl*)Hm-d8j^opcd9Fn``K_LzIc-vn)!by( zd%qc07#+AS$QPC*?0iCKx^twNZZ~sM$IQ6*a#zj>3NmLu+@LIz$t2+H`1n)mii|}Q zq_bw-;868T>h#I@w5$GA^+wOUGuu|K`rLbz`>t!`tkrDquYU?{ySe@R+E|IBr+j}d zmC2s=ZR5AjfchK1E#%B~KP;&~&9{hWp$?bM%s-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLF_3KD{IYfP>(`%tzXhT%zyJUL&u<&E5on@RNswPK0}rpBzP^FGhi73?QE^La zYg=~@1h`p>T>`4g^K@|xk&t9P=*V|ifrr6h@`bQh-~RXe-Dc#P$;+_7F{V-?JI7>B zdDC-q&vWGrh39mS+-116nlqf~f_`lKiKtc)p+&9-6d4-UMt3eX(@Au)UHw4t81n&{ uL;pk_YP~n5^BdTAv%T%Q9I=>z;Q{}iK5YqR?(aZ01B0ilpUXO@geCyRy^cZv diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png deleted file mode 100644 index 30169f61796ec4631f5b553f44478ba2e114877f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 611 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(Vj{~PXiJbWi$OxVOIB3!n|K2iv(c9mS-}!a|i0*y+^yBZBAAi67 z`uqR?f5r`F6M^nDFA4GsW?&Q&7Lk^gk(E_cQc+da)7LjJFm!YG$jHpg%g-+;E3c?% zXl!a}ZR_ko2G+{gF9MBt>*?YcVsU!yk=GMjvC!Sq30c-ge zx2?avDYfn3@14(+YFE|lHeirgH1+lL>6@bCqnJYi((n8|d+Yc{ue*m9e#p=46Ibzk eV3|Adk8!zRUz%yJ!8ayQBzwC0xvX2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4&N6M(y}`Banc>0Q#zhK*+P~FWttk5Pq^_nRa6b3! z3w&o8+Pth@J}C{Y|NG1HxtIXs`U4UXw@jJh8eUA;$*gl@z2yZxPNMo)^7h7a?IndMabs5NFGV)Zuoc5!lIL8@MUQTpt6Hc~)EhXZ^< zT!Hle!2yD%Jc^$AIC|ETm|0I^XFrLX{iI{->yB-&JGZ^=0;27&ySKmT+41J_yI)V< z{d)TT_v_Dp-hBQ8bbH9R`7eOp&?^b@3ua(cR8~~W?$y2A#T)%Pi*6mlX-+ui3<=3QRqFq3p-#lF$LnI{E9(-AKFhGR$LhY1kd|OH! zn!;FC@=Q7ByZiqCm9N^W?Pvarnh8DH)S?}5E^-y$Qvb)*!mjHLd-X(S-#V{# zr>b*hWWcg3W{HpH&SFk=)a4TP&f?bK&I+6n5m?>!DCjqju>6%{0XbRwUl(M{25(;Q zCF4l`>8ID_d#g2gr&+Zs>3RFGbnb>nkQNsZ*LO=h5&=7tDnm{r-UW|!^vj9 diff --git a/common/gtk-3.0/3.14/assets/radio-checked.png b/common/gtk-3.0/3.14/assets/radio-checked.png deleted file mode 100644 index 9690dfd870f3f15ec92071949ad857ea387c220f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPM5JZ&tJcl0 zUw{7d=JTJoU;h06|Ns0qrR6|#MN5MGf*C}`#6v>E!kd~~TF;%oaPi}(&tLw%bb2ub zs370d#W6%elJ%e`-ys7527`1p)u~+n|EmkNn@O87G%!^@dpPsEi{oygp8L+1>=<2M zd!Ja%Fr}O$ohe}UDyJv&q(ePAgc#cy7^Y>ZE!&&GCHrlL^sWMahF`jGuW}{SPfz(K mwVZuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cl>r&4 z3!bJec$%~1S?<#3c}t%kz5Vsrov+95d^>*k+ljm1P6E-rZ=Zks{qp1Q*PnmC{rdO+ z|NpzS_P2pv&?^b@3ua(cR8~~W?$y2A#T)%Pi z*6mlX-+ui3<=3QRqFq3p-#lF$LnI{E9()+&@hT)kq#3Rq8BYMUEXERUQLr(g@4A~??U|m7oJC7sUz%~3 nqie~{?K1bv*R&fS6#UD4_({Q*6CVGZK=JSC>gTe~DWM4fq_{Ga diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-dark.png b/common/gtk-3.0/3.14/assets/radio-mixed-dark.png deleted file mode 100644 index 41166193a95c307de165e15eaa0311ab1daf57f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPkgIKA4J6f< zl`8=a5-kbx3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5(&@z%pn@b%7sn6@$=rj{d@TwB zt_K(Y2y@H$_^y6svd8fciK6ol{oB262kV`jRi9i;#djKg;#d~`t}(V()Z%JKgXi|i zJO(ezf|&eFl{T#0$e{Ros+C;uL~Z7)GeVa#USHpSb7M)(Pv(6^JoCiO|84-<#^CAd K=d#Wzp$Py02#0t8 diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png deleted file mode 100644 index 69ef70712d38458302368e812e7d4e9f9da0b8c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cm1!GT z1KEFkzU&4%Nv|ZxFPMQ*QCUUR(8$=t)Yi_?*(D@2EIcBzp|PpCW#54lCr_O|bN$B6 zTen}me*5wBmtT{PiFN^Xp7L~Y46!)9cJfWWCIbOiN5_M#A~82uSXU_>{rP{tv1WH` zS(D)$_jjH%w{7n-Qd}kJBDpm3$?R1+c6Syw?`T?de}Vg=ub9!ip>q(iqOWVcx|JjSn t^&Ng|cHjH{w1=&lOEW9tPCeTHlR+pkKdb%Nnb)8=@^tlcS?83{1OOz;^SuB7 diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png deleted file mode 100644 index afef7e2ab3aed24ee4f780689018bc9d822ba235..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLv5vkKknub7#$})pq9s9o!3;dSdiweX?jD|nMMcFet*vd{Jv}<1?_7Wi5>mgUd@(p zU4d~qo20?ZvPq0;cm1>utaN0X#3n7UI!^UN#H^UvFP^Ph=d)u1-{xfQnxD*qN4R5* TlG>I5Eo1O>^>bP0l+XkK5~O@o diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png deleted file mode 100644 index 6279e389c88e77c4c017f3ef4a0f7144e5cf4277..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdw$AMFxM9zE$WQ0zC95m^PfA1atsZT>EzX+c8Fm&qU;E8vGCq53I_Be3T zy}(IN0{ZU+K3wR&sbt~dW^{zvd}>&CN2((UsKkAB{3!)8^f2A(==Ke_OIhilFl|7oXHcvn`a+-_d@jt~&-g_KPy>{Tn*NLDQ@pScbS?83{ F1OOgM;za-e diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png deleted file mode 100644 index 1e0a6677c3b9db5ce2b2dd2c2c974fdba6d1b958..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!2%7Q;s9d6e_YzR2P)U$qFar;-p1y&*hi73?aZ77kcTdleg|(hQ*;r2(#}En0 z+=GsM4GIj*2U!C}R^IquALiWg@Bz>MM{(;`KRL1C)Lfyvw`{f?(LN>5n($qPdAU04 zgj)V>3^%_ggg^MQgyH67-i}Yp+2U4KW^l(&+P%x5rN-m9*pJT)8j74NCjV4p0b0c1 M>FVdQ&MBb@0CUudvH$=8 diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png deleted file mode 100644 index 0b67660189f3c8d3dc310bb73fc6334aae9404ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Lp9#M?g!i$7ojo?NccU@(X5Q6cQGZmXTFdQc=~@H!yT__sGc1%P%M^uV`p& zYH4lj?CE)s6($5!zunWtF~s8Z+Q}D%niK?FmxgEs2VZC~+W7Z>{Tjz&ftv-h&M8;7 z#Xb;nt#7$7%X_Wrdd-hhxmk@@MQDB$72EQ0Q{A3M=jk`U<}`>lr@ndjVBzfD6U6qI z%=h$mII)~pL~TVOHV<3iL1t&dadpRumK X9klApuHcVAFEDtz`njxgN@xNAwrllE diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png deleted file mode 100644 index 69c253b01f4628622a1efa86cd4592c7ddabd55a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLF_8TK|9_Pv&vc*>q9s9o!3;dSdiweX?jD|nMMcFet*vd{Jv}<1?_7Wi5>mgUd@(p zU4d~qo20?ZvPq0;cm1>utaN0X#3n7UI!^UN#H^UvFP^Ph=d)u1-{xfQnxD*%zH+np TPrS(pw2Z;i)z4*}Q$iB}Z<>8i diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png deleted file mode 100644 index fa1893a26499a8ca1c37f9642c70a78a4df832a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdw$AMFxM9zE$WQ0zC95m^PfA1atsZT>EzX+c8Fm&qU;E8vGCq53I_Be3T zy}(IN0{ZU)I*PDMd|0DRgb>mqh>GpYrM?dei@k}>ex^=R-+1l?l1rxZI z2U^O@2{Rr(V8AMD;N|bp00i_>zopr E03@5_jQ{`u diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-selected.png b/common/gtk-3.0/3.14/assets/radio-mixed-selected.png deleted file mode 100644 index 4378bca3403e463d15890313792f31100e9e3708..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4+pZivaV3&ki<|WtkXW75K zgSk5zg$vlVb{jq5IO6=wG~m*DCXd=@x01_NH7?=4ef^HBkY`YWaoMCa<#}3Dw&V)i zxNWgcos^Q}@RDQN^X1!rZHnBHo7%(4eE%Wi)yXjj1!MjzR8(i|+bD5y9`omZ3x%iO z9ivK(7*8^I-pkHwbveMemdKI;Vst0A!?d AqyPW_ diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png deleted file mode 100644 index 58468d221707ed355b7de8afa32082dce30cb727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 518 zcmV+h0{Q)kP)^R}VN2O{apFfrkX(@9F@hdEvXjdkVPK5U3}G z*MU(6aH|neiwj=^J~D(`4T173xB>2SfLq-$?Z*U8bA($pT&8j0Mp9SO^leJ7zN8I% zP86JhZ4YpTjEa464eWb>Pq17ARgVV7tOcjI95wUsa*&F2b+#H+Ua}AF4ir<7l4-oy z!n9dA>NCo~t49Mb6BXdb!y#mKZMp6aw0tZ*)NPc3rbh!~)^8leJxQArM{!uV$Qdq4 z=Rf8}g6p`G0yVOaWP6D|6tF{fp)_6|j4)9mh*9&Z4Xn=vcT5*6h#g3kbN=Rq^wehyVZp07*qo IM6N<$f~n!sh5!Hn diff --git a/common/gtk-3.0/3.14/assets/radio-mixed.png b/common/gtk-3.0/3.14/assets/radio-mixed.png deleted file mode 100644 index 04720eef0af7ec93b860d6da55d28bdac5fe6a67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPMCAYf{}1nf zc>y#?v?Rzcm_bxbJR~$Mys5dR_1yUj7e9Xb{N>+Erx#Oz3X(is977}|a}P%IwI~R< z9$fq*%q?T*yZV*M9>+fnZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cl>r(5 z|Npl#EiVK*Nv|ZxFPMQ*QCUUR(8$=t)Yi_?*(D@2EIcBzp|PpCW#54lCr_O|bN$B6 zTen}me*5wBmtT{PiFN^Xp7L~Y46!)9cJfWWCIbOiN5_M#A~82uSXU{f{`tS(ShKse ztjTbW`#aB>+qQQZDXx-qkz5-2WcDf@yE_Y;cQh@!zrcOb*Ux8}*+k6d-xlQvxn@4! z*3oHU`R7ZlmV1L%?XE-J|ae-wczTI=P?D_>jbO zu=UG!#o8DP!-Gd!kDds8el~aKj1AfAttUPgFI{2~qpKVFbX$$)^`uPQrR`$;|Ln!( t`VPM}yYGE}+QU}OrI{6RrylM9$uK`PcOUz`<=LP(@^tlcS?83{1OUk!^Zft- diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png deleted file mode 100644 index 298ae3ca1a669c862b1a068cdcad007f2103f34c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uJfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=bufGE>zwQP(h2(=b)jGEvt8 zikN^D07;;@wkc3VUCR{625~h_H1#aBbS;2_KvGNBQcKTL$G}?0z(&W=TE`Gb+UgkD z>KfYW8rj}FuX7IQ0;Q55zhDMgIR!(c>r2o`3oJ_1n*1zkdA& z0!t_69-!(PPZ!4!3CY}puf?1kL>eykhpbzArDcLo`l~(vxzi%A{n=zb``h#126y}f zS8tJ2f4;1I@}`d77l&reh>VDiy=lerDQ>SF`?^K*Vj8Zk{GQ$TZS}lrrll*?RVS3b zDwPztvS{^r<%BYmF!3Zlok`DB&z-!XvS!gDskT)&Ha_K_xk~i(O5y4If$m`NboFyt I=akR{0E$Zuoc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{E!bP-z4gexEbsaMeZ8J?>3r#&BveeSG(9*Tk0y6ZhwDm2u^{uoG zfXG@$-%3Z{S_jB5w9zrN)it!yH3A~rW9vR@1O0DZ666=mz{1ML&cVrLX=QEe;OOM+ z?dzAEnwFlEn_pO2Rnyx)VdCsLa}OUmcKqa>d-oqae)8hws}CQ)eEsqB*KeQmhIbek z7&Sdz977}|*B-2nKA0fE{y^QblvbnPnb&-hGB-c}T|a%D_;tP8_w4VQ z=LWrcv2WS8lC9qg<}BOcv$EM?`ILnmuB<$#Xa4?IV`jn-x^O}b|NQ+j1#B0%w>)Fn zV0nb?oW_RbiDv}uFMP{Xz1eWqFuua`Qjp-XMc@7tw3mdD(bJ+-Z4dn_MG-_m3KbYOzB z&Vwn}o|sAm^I5QcVQNj8-C#Lu*S`0DxxyK8K`y^G^*a34@-18$v-8%Qmswlqcwc1u a%lu{14uLZ-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zke1W6kRD*(Sg326Xz5sJ=~!y%S!x?tX&cyR8`x1!U zE#>N&vP~Ix?)L~fvhhq1E;+HGlr4Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(ObecjEF)4bEa@Za4%X_rOGs(N6cGkCiCxvX diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png deleted file mode 100644 index 7e5c6e3912cef0b9de268abda0978941af8664c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png deleted file mode 100644 index 1dd9a00dbf3002009f2fa7530f45348cc981a41b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png deleted file mode 100644 index ce86f9028e8e4eb16b8985cc5b007f1595de5dc4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uqfKP}k zkUoF@{`vdwk6nFy_3Go3*Poob{^Zj2mzS@ zmu|ec1R{arFE8GFe);x`3)i1ry8i6^wdWUZJb(W3)AQG#E?#^76v%k_>D!NAKYslF z@$2`mU%&tU{rms_|BbcB-vO;uEeY}qW)Kh%5)!tww6eAi2n-Gmsj024t8Z&>?*xLb zuC5+1VDmSO1Zt@Cba4!kkjy=JTc}Av#Np!F$V%PK48c7upa0*VaoE6St62Tq_xjoM zw|6Zuoz4C5x1ny}+C46DS7p53s(#$X@+)-HR(3f*BXg$W2|8yE$f$7VCzMRuDfmL{ zgRlRk!b%o(Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!Hle|NmF50uulC1Hu3QXF%ZpxogkPUw?k_#*53hU!J}C`0CYH=dV3Jd+XWN+s`jt zeR$#K^NY7$T)g(;+@&YyZ#+G7_1W30&n{hi22_9U>XUQVo?g8E;{4U8=YfV?1*(5? z;p+4A*Pfrf`t;n@rx&h2J$D0WI8X{qUVC=#%JU1?o&&8rfBh+ly!z}S$o6MI#pi(H zAoTRY)n_;Fy}o_#?X%|}p1lO3PtSqq^{2P*zkT@hy?1o;IsFflW;u&}bqD<~?fsHkdcX`7i_SX$fI+BrG9`1%KghJ|J4 zJGBZI2?Pvc;{h;%@4k>*V(Z1MpwVVo}1sj8+2+sHjX}7G5F|w)vXjLPmC8PMhY-49B}!Om>(& zaGHKV+(zohVF#x9g%0MwIDMJ?3+LB#NEJ8jVmbF%tn^dc{N~kRd5il(Bjb%%KD6fP zS(txr?Hs-n2U5N(dAhEX;d%SM@q(Un;*aF~C(TDa?td>k`Z9E7-pZqCw2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked.png b/common/gtk-3.0/3.14/assets/radio-unchecked.png deleted file mode 100644 index 8c6189931a02a12c208be33d4c55606ae152f631..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t`fKP}k zkiLBR>6xp~&R>6i@y3fww_aYj{_MhyXBV$MKY#7{h3n5R-F$utB=!6fQ1&Jefkl99 zFuHQ<(QV8^3N=I{MQ{__xNk#nZJ_+r&QHd z|F3*G$@iZ1%^h~>Q?=9^gEa&Eg?vp5HVfSpli1@@$Iv$4)C;M_8c4{8!M(g0fsXJgQu&X%Q~loCIG44 B-kAUZ diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked@2.png deleted file mode 100644 index a6210d6a0b8ba67758e7979641153479028f29e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 758 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!Hld{r}IL`G585)!Vmk@4tWl*yG1%&OAGJ{mJ?3PtV_YdhzPB^VgqWxbghr)feZk zJ~@Bw`Niu`&s}|b?%LDy*PmSgqN_j>By#@RvkTXNil3baid=hk4yX~x1quR1z*6U~ zJqL+^#GhXPY6r_ANSJz%320KN+#B~^-@Nzw*8Mk6UwnM}5{N!M1EN=-o&(YA&o5qo ze)In8$Im}LefjbE%g@hWe|`a?Z$R|x=dVA%e*O6e0{{R02LZXheS3gGU|kaA7tFxI z%Er#Y$z^F}ZR_CZ^XA}A31jXA3T2Y;^nIk zAHRJ4@$=VjpYw)y7#J9pJY5_^EKaYTd^7BjgMf>&Pyu^+U?HQpfnlH{=M@(Lj&8Q( zlz;!DpYTLaJGLiaed+m`FW+f-MlE`BwdvW*&2`zpKxgoD^>bP0l+XkK>nf-j diff --git a/common/gtk-3.0/3.14/assets/switch-active-dark.png b/common/gtk-3.0/3.14/assets/switch-active-dark.png deleted file mode 100644 index dbf7c5e37416ffd7876ccfac3a8d117d5791af5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 799 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFeA`a@wVr~>K7@$- zwx0nqylQrV$m$(Fb$fj3_n2C_n_7FB+IX7T`Y6>vqinrb%?_`c zoj{AcYj=6q?eVVP>)m(&XuDtgX}^xMex2w1yDs>5T@09TJ8;4spkpfPMACp^WnL2G z7tFvYEh8syU})s(=I-U~;};x~mtQz*&fNJ6wr<;g=;*P_SFT>aedq3*x9{G6`1t9| z_aDE0|Nis$uQo%g4lvwRJzX3_BqaA9%#3DC6k&Ui?iA$JJwZ(OmhqHV8g9XDnwe8C zWfcGW-|sO?EpFZS#lMdosBGev*79EQ`m-ay)z0Uabb@uIcg`uSl_)%Dxbdh_uhLB~ z>&F{dFX?=qr0V{yf-6_qb6RG~N@u&LuH8b(nv-{lBy%+w{`>y*;36%~EIS6lGLy5P z&BbCSE)ZhcaIAio+DkER9w7;B2BABjDhtp1PA=(omEzpO(qNlcdG^9u&s|4tO@!vW zV~Thx-!G|j_fZ@hC)a6)LwCyD)y2LCsvSJ5(-8RYYrylmc^)6$FfY*AG{rO4%bP1| zkLR>X`^9`euNd57%AB_H`N@g)vs%vXKWWtKy=ms{I*XWxwbNFHa?J``A=A=!;iRo_ j?`oZe#};4Cgs6D1myq`njxgN@xNAYoTHm diff --git a/common/gtk-3.0/3.14/assets/switch-active-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-dark@2.png deleted file mode 100644 index 8046628ef56db3872c824db3ff2be95a2176c719..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1433 zcmZvcc~lcu6vh+5vQ=?mr-&NhSX2}gB1u>R5t5KhG80AtA%Yl#QX@jx#05oVl_isa zOH~9!Sp*d^6pLCxuu(wKR1}mfECK?GP>WdTL~Z}-IrrUn?{|Oid*{q~XVTe#?>v1A zeGCROk4B|H=pKQtwYpkpmRYy!p_^8W7tLQ+SGP;aQlPC~6g4mggR!jEEG*X|?*~*g z7j6s?a`x;H#)n1oF!Ay64m$;rG2vlRJcm8e{4=8@3k+t?0ye{cBMM_?XW{Z$&*WJ+ zSxysm`QLe;s}QFMbE=8HXDgN1B)^P0XV$%;Pd<>LVbn6-aLbGTK>b?W_}WcGffYi9f*H zZZPi^h$tbE0z!Hq1kIZ7psnZ_K%YdY5CS+Dtd{n7Itv#qHZe6bx3IKYV!d=3&c@cx z*#*CWNOJS=q67qO2@c_gZ|6ns7DNkU;}UZ7M2IB6xU}}Bw66YEQ*+CM-(?RUwLO0M z>b0V`uYYi8cy#>3#N?lUO?{f45diHh^d08VC}jVD#*xmcEsMxzI#DGLWyRCa=GWXR zK?JLxR+czr8PTnZ3Zt2KS1orMyb9TmTwk@4S$ReAx9QV)-65SXUQAA!o^Kh;QM?^E z_58)DL`Snyrzz2v2#0H(Lt#IcNdxJRhNA=NrDb#MY>Z18#&(f+v?eFU&XTLU`oK@6Kzg=(dYVeR?HP~cL-0jyEipJBb*WB=w2C^~0=lFc++`AFG z#Gh2#u ztrTNI7Wm#j&rK?A#~NDJV>e;zS7q;WAK#nmpcDMl8~b4TvC)O(4&|G}HW!EEa}K^| zrxsrlcHDpL;Q|yF^Bo`Le>9c4>x|Z1&`IxWV7k2fV7z;buD>q zC?{#*vVfAhvfDAWpPyVyl3vHlqh*foaaE0n1tt?FF1Cj52K}Ury+Z(!@Xp+&5V)N) z#I`odkRpvM%0gNbwNp!^)ArvtO%JwN%>?I9Y?F3p=M_yD^s=U%rr=oPawP30yMJ+Q zHLYR)Kp-eLSUGbjA(Fd~=y=DdcDegSNp+cFb}MIBZWfWoc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFd|FTXww#2?K7@$- zw4DYrJgRnp$jWVAHM_iOcj+40>l!=i8awHlIO?0Z>6^Rjn|tV6dg)vF7+824+6Efg z1{*nq8#_iAJ4Kp#rJH#JQKq?9hPij9bws^&WP?pay$z6zYP3)2vQM1gkUY^bW4c@M zT92x29#z|c)_GR%@T}S8S-ab_c8^#6exNgafzE3?<=cM7xBaYN=Xt-*3jq^u2Tr&R zbl5qOjyb?^GcO793ua)HmXVV;Ff?*?bNBN0@e2;g%P*WYXYTw3TeodLboAKeD_5`I zzH|4@+js9jeEjs~`;TA0fB*UWSDT?#2N(zHo-U3d5|VolW?C~Pim*LUpX!q0sp>uL zO%w-vuZfRo*P4@Nk=FnJt9u-qac|eX{&&*<&&ke+^4j2%RA}^|ZEm*GS);3)rk%`4 zzn!SA(zl#E|U^kwumO38|uhAdblf-FxnN=gqwL<`vVaVb)gm zRxlXMnnc6_(EJrNyev$hs6_NxLX$~mC@I3i!eUrU(?F$V1~EDl26MP<9LwVEMUD`; zL4c1EFw;{6S&4iuEGsL^V_#ZoW^!T%*CU|2AtJUK^?17Pm@ltM3aDIlwLW;0yT88jwRJIMMg0o z)zQUzrbG{j#{p2wkZL2uI!1+_0cx0HEkmLMKs^HzgL*(>>_R0VF)|-p5-n4rV}LrN z1E^<8AHw$5bm$gZA(Z_3*`dAhDi)1kb>5uK=>wmt?O%idPWjiy*2uI?@LdrlM%3Z?wRk=h>+zWo zejxDc!*W`P*-gakW@7GDVs0zx=rwZQE%M3R{!s-l;w>7o%v`7lHD7`iM#tO39=07^jPu{2PGWzY*@3jit;w#;OOnYoSan)P<@ z4fYOB&Ip%{o40J;hV=6f2tw@&3B^Ul?2V0!Pv&q_52o=2hmT~Ji^QO`qUK`D)z)i@ zw%_jl-g!^i)!p0wXk=6~J~8>^>C`jB+>4k0%rCrNe3wS;qe0J7Ou}IzqVCK*T-a-i zftzQ@yOcGHs#Q&GaxiVCzd`O@x^}lL&&n+l@7}T;sbIRbP5;#3yY))`tJUuQ8Ci)u z-r!)u*Us%B`AyZlcph&Of2pc-o}AM7^G!}&KI5V?$<3=#$=O~fOoD@J9e{Obnn(Op z1MP?BpT@2#YU>>wGXEpaXM4B&-~@c4Z*JQr<&TZTg*`XU`LuqHta^pqvN6`*@hmva zsZ2amJ%ihJ5X&7Z?loAI`uw%=%B=9fjtjkj$_+klu{E~yDsGx{4x{eD*3Jsa1E#JM zu>DTWYYJCr*h-7$^%H_M9lsQ)5Ah5n)grUzvqK^#GpXN9_04%3!szYSa6zfzlqXG% z_K&8obbR~VU5?UD9X8NA-reP&x`CLS>rbi2Mi8CCPpwGYyn04@dALQ}ejUNZ1pAE_ z?LrCi0};0DKzg6hUK6ldwvK>D#2#oIzL1uA5rlL=911N^53Yg(Gdnrbw*K#F=?#wFYgsGS_5EXI^cY>5LEH zUfL5dFG!`kj+t|7&H07H_l`?c7snqL9McUS+iqrWcp!7o4(!vFj3n(KSl#z54{0co zN2UqJ-%g#w(4H)$z!^O&UzopjZXL+Ea0}s>cUm^EPVsPG4qokLR_D=OrQF}`!#^@! q8RZs6j)>W9X#G=8dsFJYYR;~rIo0WeL;Byw&ys|v;u=HQ`Tqi&%CCI@ diff --git a/common/gtk-3.0/3.14/assets/switch-active-header.png b/common/gtk-3.0/3.14/assets/switch-active-header.png deleted file mode 100644 index 1850dae18c073e93e49a4fa92d6583b44e96e2d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFa+W;HT>`Wbsu3cd zy%;0{MD-h9H*S1Yv-V}px|cw1wnTwufEq<2037TzB@<&MTjH0nybjyRUxPbM?!m$KNkM z`Edn^p8mM{^vC0Ozn;AN_4NJkXYYT%{`BX~=RY66|NRU^KmLCG`S<&;e?NZx`}6ld z5Ipa#c?}FP^O7LHUO$_n*IiwHaDEak7A-VTprZrQd2-}175TS{xQ*|OY zWlwyXA{{x&bmo?cMy3D$=NlLu`*Q7TUCI3)<$C|`M9ooow0d)$_?tP#nv+h7W~~kT zT512JAvLEt#VFNm>NdB;PfIeE8#S+oh)KR;yf!TyUJ> z&4h=G&h`VPUoG7Hpji5VQSI(rV<0ay*)dhnVS<(1jnQ#|~Qf+$)`AS)UqQc$vFfd55>r%^KJ1 s+CTRmV0bep_+bXnmlr=Q5&r*{TRHgs4DLe`S)hdK>FVdQ&MBb@0PoR37gV!=glSj=D=-xfs2oGTU$4%R}WMiBgh@bf-gdSINVkuskFZ z>blVrmd;c15Fxuvw(PgrG&5{1W*hfgb@$(WU+?ed`}w>-@9+Eb&-eAcf=2CIV_<0j zgTdDL`T79R83S!sJ#8rVAYSQ1hc*G}htt#3d&>z{(KjT!EnzS%EA&C!UPugEUdGohd!{Yp z)0lq5w+EiIC2}!j5Fqg|keI{+$eJ!x0%Q&IrA6jq$smRV zY8*&BECtehaw9`Z=q?CAU5L~qTr5RXe!-Xglk7i|4EcZn1sVaxf0dB)XTc|v&$&hh zjrh#}PlPnkL>w8!Q9wKu3@qRU74m`$dEv$U@DhGR3IBNcL`=CL=9b`Oh2ZpUVSJU4 zP%TWXnM|sk{FN?Bs}rTyi7wTPG9QSt8^qTkG>UT?#ko!5JO~VN;a?J3i{wVDr2P3z zRo84y&)ogKIeNeJ;h?nPwXAVi*2Mh4V9K5{KeUd>TUqipmb`sbJ^;@DEm(LXSQrsP zP_TrG(MiSI_lhwHA_ZHd;6Rvyu*jQU%<&0c4`%yLbQ9U=Wmd>kX^Xi4g zrA5_}5`ub3rCw4mEiXY>)-3%_4+Zo*!V>`$7PdlL=PO+kQ?s?^>ntqc);5Uswi`Cu zZ~9@o`;J|^J@z1dfEKQ1U1l}mA`R{_wQ%=7c{!UeTYk0=hAdacuquk7uqP!1bD zU{sRg`iAaRZq5FBf9mG85Nyv@1|7Z2ZNreWi4$G>sjddnDG&gFVQ#UTtLb z+gHughORS3{t;E;>Ndwf8@Y)W=Mk&+aqR74g?%+^%-YUR|8d)3N)0N`KC5xmf8!87 ztmuaL-o4HpYcASZAfki6O`=xR-n8{~)K8#BAswciPqI~+mSxR$+qjk1NT!#2{uQ|4 zo$JUc49Y3L&m#z)Tvdup-Qz7qw8$k9PQN{FD`pf zD9wb2b!}Uzg!kGGZVKx1K2&3fS%1#e7R>0|{V?nT`&o|a)hee|(t2AXF|V97tT1+e zogQ#128Nm)XzXyDk|6?^JB^Qezia98HaDv%?FhY=plf$((&4ag7RNLc;8v&W9C%}8 zqiA>fCWm(0Y^}F!a>wNy+EHW5{2%lmbvg9%H+52uo#lDullmEl(xeH5*lx~Oh(P|d zC8@>Q%+?>I79F@%urIb*I zWPL*wH1n8*6jiw|UzzrTsmEkQ_axSBGuS^BZUqDat|iRE=!xkq&hE@?O0^rsT=KHF eSY;8VCHPKfs6IU<oc5!lIL8@MUQTpt6Hc|`>j2rNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacBfqv&5LvL6N51W60zu|H_Nv(lWO&!_HMMd#wemK#@ie#bGq>|I zcL1UQbB7>vrw|M0a0};13-@>n&qOQFc$teu!+W`~q0R5t>7Z?W&iinaR zzhDMNetrQ#DQRgnHFZrbZ9P33Tf5M(@QCD;ltR7uiVOgyKy4t&a};4 zll*0$UG#s%J^8?T$&v@=bJL2_uIYWKwqaXPEtl$cYT+@%1LC&ofm6>pqT>8It Ynfy%V@7bH}#6d~Z)78&qol`;+0IMloDF6Tf diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png deleted file mode 100644 index 6ba25b419f16a90a42e1081691300640374fbe58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1439 zcmb_ci#L>M7$0eKi4tmyNmmZSAu{!uYRnLyneX$>H#0V;ko)8|GK{p+P|QxO%#Bo% z%aW32ce^;EwuZHHx8yf=d+Vso>1VcU*W*ZwD_iKYS;AoN>7|JIQY;P`ZgK!%O5hORH z`yWha@#4}mBhz9DnVFexM^h5{(UGaKZoIVki&JD90>MC!G1&e{-2gPj|~&izd<)dm#z0vS_2913L8v0%jrB6-6p zAI0T^SlJjN({N;OF{zHD(6c0ZOfk$V8^ProOrpg~wWv(Tk?L7;JucHS6UFv!TXxD2!bGJ2M5DI*7- zI+h%iXmKE0a>Ie)l4em44CUZz(SM0`%*8gA`T-@1B{zkB7Zk7yf=OgLiHwpcIEl*M z4L}Ro9S{M*0Fe+q20{ShAcPAc2@skB#2tF}EqXTKW_orD zJ*Nf9RUx?@$Z3F1MAU_do}l7xRNRA}?Lmurv7+Y~;F1AMI)H%zrC`9p|Hd?IA5nr= zu1d#I7QtYd;c^pGQ!{h(RjXE8Sgf(Mw6b2i(avtu<}F*cZMS##*y-u%!QP{ z1_EJOF6`&aKB$`Pn>}RdyWS|ZR@GJW*lp6?$7Q_s(2koy&Z@vFb#7nUH}E$1Nwncb z*DsCA+jn&HEEN*J$Zg09}yJx}% ztI2vvOWRsZn}3~MUu~}XLfpP$1OD1Mts;5j`gn+8W+gf4Gu^#T?RF@; zrm9g_##OQ7jgHWIjakA*GfSD7>Q&xCkDc5TWqh&|#9p#5W6srg5-nNZm3C8muNt&% zEegc;t_-` znfK_)5IK(O;cYFla!waRm!}<$IJ6i1qp3Cxdr6*|p5gB^TJD{0G~k@RV@_Q--TADU zXsoOv3_QuVv*74bk8ggeMpne%KmLdIJ)=V4!7zOl#dReX`rd8bZ!}B1JaS`5S^4F~ zOt3@E3sO?~SJ=rlzwxEIwlXxY?nqlCQ?X1kMC`p+8OFAC>TJ(!il#>S@*;Vo8h&JV zjhs6*9k+U4e~S9g&ku)gYzw^%WkTM=n zzP?XUM{w>|Lnh@r>kMAq+xz)r*wlfigG%i}z_GHiyH<(aH6iVtt>Y6FLjHAg+n)`u zj?>$U6Rt`2Lo*WvDs+4{1Y$m2x!vl6vLwZIPA7JHySwF4ZDCmW^FH%WB~t|#VjF*N vt^F97Tv*R<@~f}^X(l!HgYKE*O7~L+Ud`oef|Ng6EPjx%KkC;+J(Bk?CS|21 diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png deleted file mode 100644 index c018801e7d545d1b2b5fe3715ea1e65fb1c078c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 796 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jNAb} zA+A8h4FCU!&b%8s^Ibsyd+%uv{U*N-?Ry+L{c+%wyWz8*gid=JIQ4=5q=&&%9tKZ% z96arD;M9j9lO6?4c@#MLVZfA!K~oNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacBcGNNek~^;3c$J^`L>=81R3?%qiQ>l;aR&|&(J~7*h$aSN#ER6 z-`ri_+*9AeTi?pp&?dmpCdAMo+}H_-BF()s%)PU$!W*n28*IWGY=C5BqeEhsL*fL7 zq)AR0(_M?#dRA@otlHsO14O$#>-Kmz?DuUw;oE-7xBZN7`#HbP3jq^u1HCg(?|nEh zG$Koa{DK)6`S}F|rKF|R)YLV#wDt6CZ0$nB!XuJXQnGV$OG--1Dk>|RnwpziT3XvW zIy$?$x_gKM3u;^(fnhJ_>Eak-aeD8S>tTl+1lS(9IOuF_bkyl+NMIC=P)YK1Y%U2D z`TlqQk;u%OXXjZ~9j>?jdG1-t|IS4^RtsMo%xqNBO!>B0v5)1um&Ag*yCT=lI)5}G zA^eSnfCP`mU7Imw9fR*a^NlH5Vu~)6!qQagYBn! zW~C+Dxip>`o_oB!BhKZ?tA-#sXSp^dBi9r)#-}$kzFe6koz-#T1oN(x#oxIqr%KuH z+Rae%$@+Cj$CV%P=dIY5^tbyKX&Z0RTXals!Pb*oY$sgzbE*Ay^6KILvF`+T$EfyP zfAM2;~%`}T&(NNdCXnj`6(~ilTr-BL1~}C)78&qol`;+0N^lRsQ>@~ diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png deleted file mode 100644 index 870d9317825d0aff84590d8d8197cf18920011e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1423 zcmbtU2~$&76n-EMBrGBn1XPxS)lv#X8gN)7Bm_v|g_oB^2t_aQ7G zAn7WmCX1Q*S>h6IQ6^MUQsOVj6N)mp1)2W&McJLN!rdUq>@kwSq5?6rwkDOXvHRCZ z(qGt3Mp(KCcPz3sv-G-0^zN55)f1X(ncXpmG(Sh0SK?dsu}!l;#=zz|K&Dzs)GWZt zId;b)iakTxmSDAxt^OTR8Q2;lQ)xsr^USsd6w@I}J<_VDs|{?Gk%<{mwVt8TGgQwJ zwUMPZqRM%OTF1Z)Otpd8Y5;nMO2+^W8UtVy0MntE5tJ~oc@!|nsP(8Cv;i_krg}Yt z0Z#)H10{MC$kyFZV7RU^>46~zu1x;xY+#t$SnmgvXx7~{Mt=gyKZxW{B>NL70U^|Y zJ@EmdFd>vqASDHnlZa#vk&;fN0&t1306Zd%9|8aiLs_Mv`vA&AInwYXX*gg`Rrr4S z-t_vt+j!MY3ZqLAAX3qiX`yL4;N;751%@Beoxpc&juIWyTFZ|KS4zfC`*K18F{^z z=N>%G5w2|Sj=kMY;rqRfaq=0Iyvp*3FdprHd5o`1w&P3k7vOE`(jsiQHb7CmU>1C5 z#lQI^Jk6$zsm5wTQ!j0qnCVD~OD-ya?2?uRe{5bgcW8C8>(lOcqo#Rn^30IRkT-$V z|NLm~s@`@#B=vYPcgB-@LL)0G{c=nIJMbmEDxA;V?<6jrt5%L9$vu{df?1r4=y919 zS>(s#ko;bt2POpBi(a)2Lw8(Mv^Jdgh0h0FtK$N!-+9Tz@<83i3o-JRF)|(>msDlD zlJ>J=T9Dm{Cv3I8)YBk-_xk_(5Ob=p=dHedQVVw6mNbo0Hu{->ISVEl$O~ z1JZ{Ljl}%rK?b+JQJ#XtjF5BM&%FtCTHNK=+ancsye4EA*}e(oT5`pN=YG6ob!aHd zKCAJ(sh=&@k&aV?*Dsb?TPHggcI{ix&P0orJlY@LHlLd~L8QI@+i@+UYvVP8?`hm; zH5Sb>*`YtN>U$%%S_n6yU~lD5uP8B*md6b4xwU?BixNxA`wNxsw7v9M(ve%EW_v1U zyL=+E2Ruh-f2|owB`yinS9Zr04CIiC+iu)-j&-MuW3muI=lJ(pzUSK%C!f-5Z<8P0 z`Yqzkhs=~+u3_zIwyxG074^3dJv$mg}vurrVo)urAMD3A2{+a+T4H+ diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png deleted file mode 100644 index 9a6db079521e29578b2953c630ff88724f55696c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 783 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!&b%8s^Ibsyd+%uv{U*N-?Ry+L{c+%wyWz8*gid=JIQ4=5q=&&%9tKZ% z96arD;M9j9lO6?4c@#MLVZfA!K~oNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacqwFQma+kh%hUAyLG?YfshTOy}F ziJbW)Wx=zw1o-U3d7N_@KNe@2cAi(yZrO(Y#p+g~PO$fKk1|e1@ z-9W>g|NjTyxG-t=oi{!4H`Z65k9qd(F2|vD+B43?T@hXK>bd$!1y`oyEe#~%d;ovp1u8XYNyGE>KL{V;~Z(jeyLQa6|qQ-oroO+d6m$6J9%F}3t1K17&KJljv1a7oeY?N-_>!XeF=rkgmc5)-mBk;< z@z}8H-_m4}U-b#m8-33#^|sk``-ks3)%1mbKIxtc@oiVV@-9_=@9s_?$@uR@&onlC b-hYAVoyP4i)91Zw10_gLS3j3^P6p5mq1%p`O}+&5Dl2kr4=lL>3_hM;lsbBpn8GZnZ4!n<3KCmE;44YOw-8TCV9N*s8J;Vra1N7RhQL*j zxeAD_Byy!ho}9#$lLT_0Cvv1j;J}xI3;}pjh^GK8B%Tri8C1A3hzrI56$OdAP~ibj zIf(~aWDt-oxIw^hL1WPaLms%Y_%CER(K5!uJfMZY;AVMCP6qJh`}p#og~~{wGWL=( zv09Y`s8t=QRi!ql(;L+EMs-$``dE{?piNWQrYXLuDR0-7cW7B1+Vg-et*~2H1?bUL z59k^m>6?c1ts;G!$Z+eKq5XxS12FobYt+y+`l09bY#%@}J0hPORn3j5=3c7-MhQS; z{99w308AN`TBA~DRO#k*v-5fjCjFerFlU-GnvC=D$^A7iKfj=$u=v!e(z3GCOy-%h<^Maz5uu$h*rHrq zU;uf4pH}=SYGuHhrL_9Kp}NOttvAL~Qy+!#-PB~a{uFfRPAX{#i^O&knZEQNCaYal zCtJ4CvSX>#S7Z75oX=mLJW*G?&PJ!)zUq0OH@4mRz-9CWYKPyACFYa$KW=NJir;<^E`!DjFdWr{bB9j*#%WDmT8 zMmO#(Yc9@+;~*}2RTj_IT!hC}28g+IL3BvVm69E+R;PJB#s1j{-}Qa@;+n0?qH7p4 zbJh;N14ZsK!yc;R)v}O7kB+iTzr8&lh9Y~61T^p6UcbUUu$Sgvh%JRh!G$MX_UgW>n*txpN}UD7rHqcm!w&DT)UlHVed} zb3GH^)3zwN;l`ng)0>yE_)Raq-fKR9!9V+P(J@ z+vYu%qLKv?_{q|{)*pL=`@*w4b`9%jDb0=}fjit?e#vm{FDi{WIW48fiq;oq==1hD z?3PTJb9hUugYR9s7=)`!6k)d4-5b9X=lV?9@e$V*S$j{MIuqw+wBCZw**4YMEFpT? zBv)>68SL~i8=^JA!w38I^QWhWde!|MXB*ET`j@@i30wWjX?MSUO+y3%f8m{lM9c^?@SfSd6d9-O#Si<(T{0(tI_`n<3n4D}lE diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png deleted file mode 100644 index 1afd341ff9a37dc843102e302954107951cabfc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!Hj|nt>;8e?EEp8*cpb4^Z~Shu`AB9bQ6gl%r^z0|`Ks5JB z;@l@G3!bGdc$U57S?;puHS1s2t$*3D@#WOLZ>Iy%{`ZTHe^_zi!^U%;j^Fuq;n9za zK=kCt)n`AhKl^d}`LAd1e*^7$`Qi8LPru)O`u*eA-ygsK0OQ*(1mYgOuizr-sbdTli4c1jwY9Eyxu5n~zQTs0?i&*3*?AF^XAK^H`f6cMPKRwnr zBQ-oT7v$ubZIkU&nbJuMz*xoy$<``z&lWbAk;p=ovg+{an^LB{Ts5 Dv;3lb diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png deleted file mode 100644 index 87d63563ea907c7046d4e8cf6b11ab8335a43f76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1327 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42<&v zd_r7-ivJHs5H#gc2oOzu6b3?1!lpk7pZ+9r=9BojPZH-oNt*X8d&#rhWzUOOJTG4P zymaOBG9X(0yaI$?R;_(mv-V}<#+QA&-cA6bJ#VM(eLEe9_P?LG|NY#zv%df z6(>HdKJ{Vaxlh|Je%f~V)2_>(4&MBB7>I6vJ9_)uxd%VaJ^FFs(T|Hj^yJ6wm%r}3 z{B`g3uSaixJ$e7@`G?;xf#}ok*PniW_y$COKm7Rn_UzNM?W^^9-|qXDP{C3*V`9OE`{m0TmtLu2-k{A{k)12yzrNvDRid7$ zVqb5k@XDV|9D7Sej@24A1)7O3>rgx|zV!s__NkX&xPN^%*~Mq#w8RA)Z)Nf(&WM*x zniy$%C9BMjFL@5{%m}xzmdjJmabD57F@ZyMl9Gw^++T`UcARXHij@5{W$vu(6{Qmt z%}yTrIxF{u&Z$VXZ9h3=Ri7V_z4CA3n}titz9$I2aw*MdG?>(WPN`(_r_Ox&iUpct zCcKUH=L}DY@3U9Uw>)P)%{eLi!V>4_EBPKycs4`eq~mnH*o|`AkKDh%=U$SdrrDIX z(^e(3Z^=(ewK6!@ma=21^Y_zhx81X;e13*;BCo2#66cFWtG^%3d|0kJxn}NXu60tYt3!4!y)`BJ{FQ3Coc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!&b%8s^Ibsyd+%uv{U*N-?Ry+L{c+%wyWz8*gid=JIQ4=5q=&&%9tKZ% z96arD;M9j9lO6?4c@#MLVZfA!K~oNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacqwFQma+kh%hUAyLG?YfshTOy}F ziJbW)Wx=zw1o-U3d7N_@KNe@2cAi(yZrO(Y#p+g~PO$fKk1|e1@ z-9W>g|NjTyxG-t=oi{!4H`Z65k9qd(F2|vD+B43?T@hXK>bd$!1y`oyEe#~%d;ovp1u8XYNyGE>KL{V;~Z(jeyLQa6|qQ-oroO+d6m$6J9%F}3t1K17&KJljv1a7oeY?N-_>!XeF=rkgmc5)-mBk;< z@z}8H-_m4}U-b#m8-33#^|sk``-ks3)%1mbKIxtc@oiVV@-9_=@9s_?$@uR@&onlC b-hYAVoyP4i)91Zw10_gLS3j3^P6p5mq1%p`O}+&5Dl2kr4=lL>3_hM;lsbBpn8GZnZ4!n<3KCmE;44YOw-8TCV9N*s8J;Vra1N7RhQL*j zxeAD_Byy!ho}9#$lLT_0Cvv1j;J}xI3;}pjh^GK8B%Tri8C1A3hzrI56$OdAP~ibj zIf(~aWDt-oxIw^hL1WPaLms%Y_%CER(K5!uJfMZY;AVMCP6qJh`}p#og~~{wGWL=( zv09Y`s8t=QRi!ql(;L+EMs-$``dE{?piNWQrYXLuDR0-7cW7B1+Vg-et*~2H1?bUL z59k^m>6?c1ts;G!$Z+eKq5XxS12FobYt+y+`l09bY#%@}J0hPORn3j5=3c7-MhQS; z{99w308AN`TBA~DRO#k*v-5fjCjFerFlU-GnvC=D$^A7iKfj=$u=v!e(z3GCOy-%h<^Maz5uu$h*rHrq zU;uf4pH}=SYGuHhrL_9Kp}NOttvAL~Qy+!#-PB~a{uFfRPAX{#i^O&knZEQNCaYal zCtJ4CvSX>#S7Z75oX=mLJW*G?&PJ!)zUq0OH@4mRz-9CWYKPyACFYa$KW=NJir;<^E`!DjFdWr{bB9j*#%WDmT8 zMmO#(Yc9@+;~*}2RTj_IT!hC}28g+IL3BvVm69E+R;PJB#s1j{-}Qa@;+n0?qH7p4 zbJh;N14ZsK!yc;R)v}O7kB+iTzr8&lh9Y~61T^p6UcbUUu$Sgvh%JRh!G$MX_UgW>n*txpN}UD7rHqcm!w&DT)UlHVed} zb3GH^)3zwN;l`ng)0>yE_)Raq-fKR9!9V+P(J@ z+vYu%qLKv?_{q|{)*pL=`@*w4b`9%jDb0=}fjit?e#vm{FDi{WIW48fiq;oq==1hD z?3PTJb9hUugYR9s7=)`!6k)d4-5b9X=lV?9@e$V*S$j{MIuqw+wBCZw**4YMEFpT? zBv)>68SL~i8=^JA!w38I^QWhWde!|MXB*ET`j@@i30wWjX?MSUO+y3%f8m{lM9c^?@SfSd6d9-O#Si<(T{0(tI_`n<3n4D}lE diff --git a/common/gtk-3.0/3.14/assets/switch-active-selected.png b/common/gtk-3.0/3.14/assets/switch-active-selected.png deleted file mode 100644 index 08480e0a42cb413a8fcdf28a0435d22c1012fd12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{|5*>egFH(yWeP*Kl=a@x%l`yki78d`?aS(f~GtQnffSn+M~#skE3Qjj-K@- zZuXP7IZqPiJV{;fG;QJ2>?O}~mORT{`aEyx^O|)pYk_F}%ewV1>o>fby6^3@eQ&1& z(f)Tc_P<+n?8EXCA6A_Fu;J{dV|Ts+&A<5Q`=!UaMql;^A~L0w*Ao2W0$X7y?*=7-8XOFz5np>)0gi*e*OOa=kM;V=MsT|ujc9E z7$PCL_h4o;W1`-t#%b(Eue~ZbfmpUgV zFWA7OaH{S6=IFf4DVHOcOmgUDx{-X?yK9~4sh4-0RS$mDYY6>UIA00K)AnzAWYoa0 z{qBW{=W0Vd3rx8arqtiHEw<-Z$=JboLoCv3vEEZvX`Xcwr}xYcXwRvU$i2sM+9vhn zBwxQnPj05nyk2Y+y3KaO4d&lEmsf~}ZjG@1z`t;EvYJR>gi~kBGFgc&`D|C!BG|vP ReFla(gQu&X%Q~loCIA39;VJ+C diff --git a/common/gtk-3.0/3.14/assets/switch-active-selected@2.png b/common/gtk-3.0/3.14/assets/switch-active-selected@2.png deleted file mode 100644 index 22586c16123053a236947b5719a5b27afad8c131..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1445 zcmeH`?N`zV6vr_&6w`cYr6}5iXb&qzk7P!cMnkM=DVEOVQ(2~yJc5wA+SX<}rqj$o zDVfK_G)bbI6}p+0`Gik7JE=@lKm-)zK}1AgzwQ10gWdD_-h1vn_tib$TX;GGV+(;o zKp>DUHVhpF)HFc8R^~wN_ZYSYia8+^i?gz_;>||R0IhXaSR4Taa(()b%o3nwZotrm zcp{bK;ED zfWnWV3eHmbXDbBfDg<#fK|+-jsm- zXfl{gMx)92??Lj->UDrWl88|e(I7K(i;Z9hN2jgZoL!)Q!_I0*~A>uwL4{Z%PG{_M=dX2zG`jj>h9_7>*o#(jZ98W&j{y4 z66u0mrC!#otm@YEMtsC@B;d(XEII@i`&Krti+2oh24^w2{k8fryXH1VIeu{T3B#{= zOE}CA67*AemmejpE`Col_j8-U{e^r3m}`4+8;L}^E(2HhEIkd<=U!TwqUF9%^YT~T zr7?YcD;txGA0u5L%Nc%g;f*YdZaBOZ=i-(5)KasYRR3~1A%3AjOS0_z{W7wE_PlmO z?fSPL&=#CeFxEJWk}cX+b4guO;@LG}gPDgPo|tnMVO-0?da`m!51XGm3N~>HFQTea zTgKx`8gK6KuIcKFqgvC8n;UWnPU)zc=gY6kv#nylnP{&YfmMExCd{Ef(8#6a%mG>+ zL}M81JI+!_uAE78N)Pq1-gShHfWYcee69_A?^<3b@*g;9fvi4K=NH*2ig&ma2k#fB6()_mE+CXx_oi zep=4;9bx}0|I3z+bxK&I-bXlMu7Al|62bXQDFo-;84x9UOFIWoXm2iV_@F-7UVR6# zk3+A_w}^4@IFHSl0v8Y%P)`|hOjVG7-?FW&WlpxF4%%Ng|DX;N;Nxqr;J}c)mW_!? z_It_0_arHog`a)w2xL6keKm-Q819{*B&Ih)_nk@IJNSuK9<1~4w;1r)iAZ_oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFa+W;HT>`Wbsu3cd zy%;0{MD-h9H*S1Yv-V}px|cw1wnTwufEq<2037TzB@<&MTjH0nybjyRUxPbM?!m$KNkM z`Edn^p8mM{^vC0Ozn;AN_4NJkXYYT%{`BX~=RY66|NRU^KmLCG`S<&;e?NZx`}6ld z5Ipa#c?}FP^O7LHUO$_n*IiwHaDEak7A-VTprZrQd2-}175TS{xQ*|OY zWlwyXA{{x&bmo?cMy3D$=NlLu`*Q7TUCI3)<$C|`M9ooow0d)$_?tP#nv+h7W~~kT zT512JAvLEt#VFNm>NdB;PfIeE8#S+oh)KR;yf!TyUJ> z&4h=G&h`VPUoG7Hpji5VQSI(rV<0ay*)dhnVS<(1jnQ#|~Qf+$)`AS)UqQc$vFfd55>r%^KJ1 s+CTRmV0bep_+bXnmlr=Q5&r*{TRHgs4DLe`S)hdK>FVdQ&MBb@0PoR37gV!=glSj=D=-xfs2oGTU$4%R}WMiBgh@bf-gdSINVkuskFZ z>blVrmd;c15Fxuvw(PgrG&5{1W*hfgb@$(WU+?ed`}w>-@9+Eb&-eAcf=2CIV_<0j zgTdDL`T79R83S!sJ#8rVAYSQ1hc*G}htt#3d&>z{(KjT!EnzS%EA&C!UPugEUdGohd!{Yp z)0lq5w+EiIC2}!j5Fqg|keI{+$eJ!x0%Q&IrA6jq$smRV zY8*&BECtehaw9`Z=q?CAU5L~qTr5RXe!-Xglk7i|4EcZn1sVaxf0dB)XTc|v&$&hh zjrh#}PlPnkL>w8!Q9wKu3@qRU74m`$dEv$U@DhGR3IBNcL`=CL=9b`Oh2ZpUVSJU4 zP%TWXnM|sk{FN?Bs}rTyi7wTPG9QSt8^qTkG>UT?#ko!5JO~VN;a?J3i{wVDr2P3z zRo84y&)ogKIeNeJ;h?nPwXAVi*2Mh4V9K5{KeUd>TUqipmb`sbJ^;@DEm(LXSQrsP zP_TrG(MiSI_lhwHA_ZHd;6Rvyu*jQU%<&0c4`%yLbQ9U=Wmd>kX^Xi4g zrA5_}5`ub3rCw4mEiXY>)-3%_4+Zo*!V>`$7PdlL=PO+kQ?s?^>ntqc);5Uswi`Cu zZ~9@o`;J|^J@z1dfEKQ1U1l}mA`R{_wQ%=7c{!UeTYk0=hAdacuquk7uqP!1bD zU{sRg`iAaRZq5FBf9mG85Nyv@1|7Z2ZNreWi4$G>sjddnDG&gFVQ#UTtLb z+gHughORS3{t;E;>Ndwf8@Y)W=Mk&+aqR74g?%+^%-YUR|8d)3N)0N`KC5xmf8!87 ztmuaL-o4HpYcASZAfki6O`=xR-n8{~)K8#BAswciPqI~+mSxR$+qjk1NT!#2{uQ|4 zo$JUc49Y3L&m#z)Tvdup-Qz7qw8$k9PQN{FD`pf zD9wb2b!}Uzg!kGGZVKx1K2&3fS%1#e7R>0|{V?nT`&o|a)hee|(t2AXF|V97tT1+e zogQ#128Nm)XzXyDk|6?^JB^Qezia98HaDv%?FhY=plf$((&4ag7RNLc;8v&W9C%}8 zqiA>fCWm(0Y^}F!a>wNy+EHW5{2%lmbvg9%H+52uo#lDullmEl(xeH5*lx~Oh(P|d zC8@>Q%+?>I79F@%urIb*I zWPL*wH1n8*6jiw|UzzrTsmEkQ_axSBGuS^BZUqDat|iRE=!xkq&hE@?O0^rsT=KHF eSY;8VCHPKfs6IU<oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8hKoA#K9i7q;msTE?Tpg8A6_H#UlUNm#QWc$46O~vMl~5CtTos*I6O#l))j&p6 zVs%V1kgSPLss@Wx0~ygEK`;ZzP6kN*T}K~i;SOi^fbFuv4eZ|xXh=Mrq^5@HWRq0XMs zE~P0`u+RQpFe+BT3%rUhOmUEi(`m{T{tTUr#Mm_)kf5IH;!w*uQ)qSZnDD8Z6ZQ?nuUk}sF8aMnnHaFW;YTEVm zskfbY8kZWk*Q}Kfvy5!f56%u+V3{(tU6iAEx-XZZ`{hwI zW(re4g=*(hxs(YoDtP{#TKOGbNs#m=I+##!mpLU*XKtmVg?!V9?ru{ZU!aL43 zu){KG>MNZVpR-FEfX?}y`s32_^G}N1))dWgQ<%2@W6t3Xdl^^9JWmr4i`Sl38g}9I e(W@5A-txbgB`kA`@!}d#+Vgbvb6Mw<&;$U%nlH@& diff --git a/common/gtk-3.0/3.14/assets/switch-dark@2.png b/common/gtk-3.0/3.14/assets/switch-dark@2.png deleted file mode 100644 index b2935b0787443a9f65e134c7ebf72feb9c8c3843..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1338 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%~8 zd_r7-ih&?BG}NJ?AvCnXGdDLXvm!LPAug^mHnt%$r79tzAttRVA_*u`9g$camsTE? zTpf{65t~vI9$yoaToIK}6PH>UolpxDk4>zNPN|Mgu8d5oj!CGDOstGetcgmhiAt`D zPOgeds*X;q0xFA10l z0z_UhE?%*&-Z8G;v2H$b?!F1$fvMhsX}%$ue!-c3AsK!^Mko+v1%%}Ugac7-V0ca- zkc`L;jVTF>EeVe;jfgLch%b*!sEkSkB5){yLrnSV6%k;JCX@vE1v4-*v#_xX3JHse zOGrvd%gV_sC@QO{s+pRZTUguJ+B>;KL`BEM#wDkuX6NP=m6VoMOqe)n^3-XImu=m) zeaEidM~)poaq`sZGv_Ycx_j@zlc&#KzIy%c)8{W=zy0|6>-WDrzw`bK3{3f+E{-7* zl5Y=wj}A(dV0#dLdfCl;yK^!#FK=3?E1lJ?#G*Z4cwSLTQ@zkVHk{b^t7F_SGj_AJ|Xv$p^Li+Q_u?o0cf6gVTicH;k|M_*M=ihpS+zkmPB z`ilDofB1hZ2fq3s7pt-Jtknz2`un`I=apZ1Xc?emsbhcs{M!>reF4XJrWzeRHapq* zgyM_^ZL_6SPd}SBf9{Eu+HSo2)=o;?`+j++%^3;PAJ;m4Z}x8VdvaBDdE4vml%R{6 zd4O6TZJvM(!SVXa-*C;RF48|}w$HBKz)Tdg`N?BMo*9}cqBDsP2$FZ?jWO3&j| zR$Y706utu$Q2d|AH%y>_YyGJnf7&otNKjipaajuWB#*(%CD&NirsBr!%t`+uWCjTkf$KZ|!=@ z$EzV(qGH*@`S;8vt!dF;oKO0@J9$)^o#WBlX!411iq(rF0u2Wg8W@aY#7-BoEimz5 zcVb|AqR^o5HtXo7>4F-rFB%wGED{9_GQu^dh4whTWS4CaO!K~a=(?6}f^IkZ`^*_2&ur?&; zT2->zCxhfG4`P)i%_@^(PrMB5k=hfja+)n%sYk}CFsmSUg66b&PtAoR&jh}**z8iI zaqs=Z+s8M&{5fMu+wH4IC*5wECFZ8gJh$%fhjJd5x&Zgn6Ms&+e`i&j*+2H&=c}J} vINjWKxYYOE?mzD3cYRCSx9LujynJ52d1k5m_Trb1K_!=`tDnm{r-UW|lUp~U diff --git a/common/gtk-3.0/3.14/assets/switch-header-dark.png b/common/gtk-3.0/3.14/assets/switch-header-dark.png deleted file mode 100644 index 54a297ad7541aed9f8010826ee7f0722b548e1f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 775 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j8XwU zA+A8hKoA#K9i7q;msTE?Tpg8A6_H#UlUNm#QWc$46O~vMl~5CtTos*I6O#l))j&p6 zVs%V1kgSPLss@Wx0~ygEK`;ZzP6kN*T}K~i-{bYVzjAzTW=2#G2TjVT7Q z{X=uWWL7{Jhyg^pM)tbK4tmCpdL|C~CXV{1P6j5<2Bt0sX3hp?E+&>9rdFO7cD@#N zewHBQZ|@Rj?;7sl7UAF)=?FybKosQ!L>^I2p3%-8(av5mexcd^Ae7@DmK_kD8xma{ z8eIhRGSE5>t(%R&ps_3o@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli zf*{BLQAD8vzWtnMmHH0$0^GfpU^t0;kG5F`0$x*1e`IgH!eQs8U zbT-dbGG82@eApk%uv^UYmCS{u-?U33Zm><*=K1Li<5RuQx0$(DGo)3kyxbhb)3EKQ zOS06OElU$ssy=$yJ)02Pby+}2b+XN~hR{6mhh6g9Ph6GSbShD1Ucj$YE2Z7;zTA8& pHH)k6;nbYCbXME>v3$vw{xRh8NSTJPXkGv%Lr+&fmvv4FO#nokET{kg diff --git a/common/gtk-3.0/3.14/assets/switch-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-header-dark@2.png deleted file mode 100644 index f7333eb18e184e01a839aa1093fd6ef9cf01d5b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1355 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*XJ zd_r7-ih&?BG}NJ?AvCnXGdDLXvm!LPAug^mHnt%$r79tzAttRVA_*u`9g$camsTE? zTpf{65t~vI9$yoaToIK}6PH>UolpxDk4>zNPN|Mgu8d5oj!CGDOstGetcgmhiAt`D zPOgeds*X;q0xFA10lr)f89VBkI2f3^7?`;jnmQX> zdYD*xm|A(7T6>#Wdzk@A8*g(E@-epsB3}zz9}8PwOM8DS`v4oKU>oOPTc==K=MY=x zP&?-kJC{&9moR%Eat*h4jc{-acW{evbc=L!k978o@$gIZ@JsRvO!E#*^#+nbK$Pwi znC=&n+5SKjmK_pZ9127+#bGfe;c=xAab=MS6~F+G0--8kI0Jog_~#sTVC*K8 z1o;IsFfy~Su?q?bi-}7}N=eJg$tx%-tEj4(nweWz+t}JWxkN-o$Hc}Zr=(`*<`tEc zmQ_rcIBD|KX^WR_-L`$luH8qD9Y1mM)af(lF5J3%@4=I&&tATI{qED}FJHg?`1$Mi zzdXP5{tOIEC7v#hArg{r4}OmhN|a!GU>+T|>}~GhoXpJ2r@W%guAGt44EfctGGyH{ zSxp0}DQ_1pdhmJsGsex#O!s&G`Lp!(t9?)R*9Z93c~+JtbEmIdx^dT@l=ME06tVbc zb9Thc(Oj82x8T!r>&O3Mr>}mzPf%tV-|>&BlkWUE>?lDK}zam`sRN9{Cq+Pz|Q*LE=A8Gew6TTx9%xt~jieEIF;MbZapxTg=>;bQq$?7vo z#4)fvju8#khA5Ez^+;0bmhSfg~DxStyL34@;jttZmS-gwyS`_lcz7( z`L5W^#HW>Y-xUt-mA_J$*QzqHa6_kaf5OKP$t_ZOV(A`5-rlo*YFk{m`mk(!IX{d0 zip4)~2zllf2D)lLcX)ktk?W!fbIZ4^S@n@G{iR=W=*@|Ho_@N&|GD||@;NaT9VU}O OMVY6opUXO@geCwiH7(5m diff --git a/common/gtk-3.0/3.14/assets/switch-header.png b/common/gtk-3.0/3.14/assets/switch-header.png deleted file mode 100644 index 3e45db3633cc2039d0db7b01c281da4d34fe8739..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 798 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h{|6L&|M3fmke%@3=N};V`;Xs1^54IIK=R|~@1MT>`26JukO36`^!exKFF%3o zqsLAkJAV4ui8IGeoIP>++`a=x4jepo@X)bCM@}9-3Ph)7&RINr?vmN_md=^K^x@O@ z51+lib^pz+2XC(4esv9q?!3Bm^Tp+xFD~AAe(A>Z^Vgnj=yy8{43Wr^AirP+MhQu2 z8EqY1J9`Ib7gslLpX8LZ?%uxs35%C3UB7AbzWoOd9Xo#I>W!PXZr{0c|KX#@kDokw z_Uz@$m#<#EdGq!i2)qY_uVC===kMRY|Ni~=&tuP%-N4|N^>lFzk&xVb@MTz2fC$@# z{wrrTe}Cz_Zk+i{BvxdA6HeW?R=+@ zqPO?nRmR=l=J9mT6o-t5R~|MbPdfF`hG}Q?bmw=>D`WHznioGUYRR7DW!tN`_R$B4 z_95dlvOWb62!3Kda~#Iq!@h#$$cVVt#9PcMt#v5-prZ^btUaS=M{glhBaZBgtq8WLY4dm>3r6O4kvNtYq z^pa$_^~}7#&?D3PaKNue?aDEeLtb6}@bp~_-%kD|MLRnjz8wKO)KP4q%g1AK755J0 tO*j>q$Q5{UYEh^<>)xn1zobk57#Or3JoOWvc^nuU44$rjF6*2UngBQ>>v;eG diff --git a/common/gtk-3.0/3.14/assets/switch-header@2.png b/common/gtk-3.0/3.14/assets/switch-header@2.png deleted file mode 100644 index 7feaadf8e32987805438100c6c562b98fd05e948..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1406 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42}!|N8dB*LNSj?%2J5=kEQx z_Z-~47l;n+*>`B~{v)s6etG@&%a(1sw{G7vbI#&fbC=AX2SiKf%wPKO>HCMz-amTw z{{G{4_n*AGdGF25`){t_eSHIn?!CTw@AcK&udV^nomZD`zPNnz#f9t7&tH3X;rcVD z-R~X(V{}GIkY6wZBQpyt8^3^{h^Uyjgp{<5tek?Pl7XR-v8kE4rH!qBU{G*KXk=7$ zVp4K?W>!v9b4zPm`{Zehmn>bjV&%roTefc7zGK&(qsLF2I(PokNHvUv>~-e-LDTrRg`DUdQgBm{)vU9bQ+(vcy%g z%4HAtZ{>`>w)nY+-zV5TnNyRlW^P=bwQ)`A*QMJoUVQcC%K@&-j|;b1^1(c zTLT>rRl%ecfm`2dl)u{j`?8SYO9Qu8>-0jx#aNTwDYOaWvlX>qKrf%WHeauSnPbcTI8ARnwhHU8OEk<%;k-vlivp0L3Aq}KwG z(|sq-Sx@`Bvhke81=AB37Urm42oIY!WBbwh{j;RQMPJwzlyt0Tsru(Q?O50J_vcN_ z-)UY*7I--!;$n3Az71acGGz<20|dBARxtcmoND#qN(qNs$_r!XmNRp9ef+ud_mK(9 z&h1G`xF<64r035=0$m69e3A?2aGU1F`Ly=h8U8T2E}f+u@^A7aOtLw>dNt3dy9F;% zU9n@uvy5{*S%GgOZmB&od11oc5!lIL8@MUQTpt6Hc~)E&jWly zT!AzYgoc)frgbC~G(=@qL?ktY##P4wQEFveYC}v?O?YfgY)VaZVr67}ZDdMSWJ*J1 zQguv9ZB%k~R6=!3QdLY+ZFC}#T@{;D6O&jKom2yq0+ET;F+h}56Aj{4M<-WBCj-r? zj!LQti!Kh0E&_6+K;kuFF-2iH{!JL{^sY+?j zuPuzXoUc>1*EY3Gp7pGXUBs)@cth#(dI_bEM}xjsG8jbh9euK4LXITEHnk}N^V{yQ z1Qbu6uw356S@VATsc?ol(VizRDb8=25cAZZvBXtKs7TKB-S$nf40D$**q-r7qS|48Kf$Yoi3T|f!T)78&q Iol`;+0Cl<wNlBg2(Li>2Kte-8K|@q#MQCzia&kjl zTxDchab#LUVq#@PVs&U*d0bjURC0AfMn!B&O?Z51Omah1LQPa^Ra|myOk!13d_`1B zZER9CP)%%NWo%+?baHKE5{Mm>QWKR_6`NQSl~^5yh(IQQ z)qt!33MK=!08OYhwQ@JN@-(;cwy^QGa`3Zp3b1hsvT+Wwa|*F@4smb|b8-)Na*uTK z40rO3bOxblXYW{7Ao7iO_f7N;NbwFx^9{-J3(4>Ul3`f^Vc7xUK$II6TN(~T@nw;T z6_JTmk%>T;fc#Q!JaH8;&}&M9{DK)6nV4BPxwv?EdHMJS1O$bIghfO|W##1L6%>_K zR1FM`jEzmq%+0NB>>V7P`~w1mf+C}nQ&Q8?b8_?Y^79J{iz+Iss%z`&8X6j#TU*=O zJ370%dx!!IDVszX7?^@QT^vIq4!^zeGx)ND2>XX1{wq!2IkgroateLLs-d6|x*_0p z(2W}^0T*(ERXHwQdj0qFq%Ey#cT>XS651s9*_W!ltVvtHefP(oeno#S-ISK%bQgcv z5ZTk_?!<3Z=~Z38WOLGG!`)WSJ$?>}bG7cPYAy}f+ptJzy`F`^Kk<#P=BHko@Y)e%)t<{I#DG^q4$b zQg}7D|7JhkoUZmoOhbN=Qb5~`Ne};Qu&GFPn(y$?c@;-UoUzK`$gS%>Y6{P47m@es zgu(pURk|YYmS_ixooR% z@T1Gt%D3dAWjtOeeZLHXWL|O zvwk%-+h-ti_So}kmdbLC{-&z${_4)XQ;+qv72PwP|1SOXs?D35tn$vX%;GQG&i9_7 z@^aaiK2h0QTbhdB-Q>R?JF%$G(r!gvcgfZ`b-iAveP3@i&CZwCGty5wD3P;7_iMuH zro?@$fBDMyeO_oGQnG4E+4^Z(SIYy|cJj|F-g$JMtVBE$|0WZ&g0^zQ_b()6=Jl!Z nd#NnGd|1DlNqv4`U*bQ;oc5!lIL8@MUQTpt6Hc~)E9|C+r zT!AzYgoc)frgbC~G(=@qL?ktY##P4wQEFveYC}v?O?YfgY)VaZVr67}ZDdMSWJ*J1 zQguv9ZB%k~R6=!3QdLY+ZFC}#T@{;D6O&jKom2yq0+ET;F+h}56Aj{4M<-WBCj-r? zj!LQti7pI|EC6z&K;ktaQH5bKMNvsW1=aqc+5X|V(LgrX1U*9sJ!2qp(ld3?H+9lC zb=Eg`Hns3HweqyE^R=+^b8rrGa1D2GjdTJc_edvCAc}SdBJWtguq$vu;}7Q zu*1CX3#R}*98ePE7tFxO&o3Y-B`vL{rmm@}rLCuDV`~>078V|noRXcBTT)V5R#92m z*woz8(%RP1(b3rj1l>J2fs$Hd7z5ByPZ!4!3CX<&Uj{WLNU&XKzj9_%j-hGp_E62s zuXH0t4AxwzdiOuCs3TDzZQuNP%~Q2QqOV(tepwy1wPDGh!24Ty4}W7?Wn*5{@%E0j zkmUb>r)AO;PaT*v!*ubf*K$tM{L@rs6tDWy6>-5&Hu6!x%Mj)bq8?rjONAQR)HUUd z+vY#{F70f}Fn!yS8)tq9)NAQEKWEt0wnXC0td1S~c}f{ecsvbfepP++F`oTEtFESU znosJZ?(-KU8+K`fv_vhby`p9skOV(xj9xim diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png deleted file mode 100644 index e0ebce4219bf5b0c278795661b12f628db9d83f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1289 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42=B& zJ|V6^#X!)|&=4BB$^l3g7W$?&q@@A54Sq>wNlBg2(Li>2Kte-8K|@q#MQCzia&kjl zTxDchab#LUVq#@PVs&U*d0bjURC0AfMn!B&O?Z51Omah1LQPa^Ra|myOk!13d_`1B zZER9CP)%%NWo%+?baHKE5{Mm>QWKR_6`NQSl~^5yh(IQQ z)qt!33MK=!08OaXGjz~11|latQwM!hXMJ;LLsMsC3r|xZvH~J+b0D$-B3}z2a`3Zq z2(WPqv2g~XFgxcEJLfP5AaV_Na*cFyk978o_4G^h^h@#%NbwFx^9}-{4BvnZzmP1y zFd)hfi7pNUqF5j*1qM`jd|6~-MI_LVU~jHbUB4U{AFU-pe!&ckOw25tTwFZ7ynOru z0)j$9!XhG~vT}0r3W~}qss@He#>OUQ=H}Km_709t{sDnOL6OnPDXD4cIk|ax`S}Hf zMHQ7*)wOkX4GoRWt*veC9i3g>J){A#4eDzc7?`3xT^vIq4!^zeJ6y<7guP%%yXdXo zE2n1WuUxWb%at=K#yt%eZkiTOZB0_#UbHx<=Hrg~iZ|QTe$P3%`_BW*y81_RSnbl& z-k-S_IX~aNTL10cg$D~tq{?Q#%&0IZSvz;x7B=^TlY7{rV`m&#%(6z;yIbB;Z>xr; zw1(El4>On_@0VZw_r!#@lx_{Jvh(@R=Sa0ptxW3L(6y+|FKX_&m0dnLO5p~VLYCj$ zDRbXT_;yF?mASjJO7v8>u{;uBRFBOmxpgn>(h)9uXnir?H4f9)I`tku z@#AoVo~3q@*MH1l+uJN6J1cqj+h2ET%-*UB@_I4(x2HX{SJ})gZ_~cY`_**S z4Xu0TSk<0BbM?)#bGwr+obuC(IBs$*?jGy4k5@XIQV+ksF23f`#iqGe+k>WC%x0|? zGkbAC?XuXBm&_9_AD=6jRT+GCf!S5TZ^w`5iN>n@lK=9GI=?g8vsYX^ z^1E-xoFxA5ePS PP(kGB>gTe~DWM4f`}P}Q diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header.png deleted file mode 100644 index 009545df62b5808b8f6b929ef9cd903a9230961d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 720 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!Hj|T7vICe}Dh}8*amopTB?p{0rfJ`tsw`m!Dt0{e*DmE?6-Sh!(9}uxRDsqbH6Y zJ$3Z>spBWk96xdH#Hn+qfauJHGv_W|xccnk&F7bIKEHbB<@Gx+Z$Ef@`_bD+&pteQ z{sC;@uP@(z{rL6!?_ZEDLAE{VKp%RQ1o;IsF!BosN=d7!Yieoh+1T2JhJ{BYr)1~k zmXwxNR5ms>x3sjjb#!!eb^$?m4<4}S;UXOd21Y(l7sn8b(|fPnENe0lU`seS^;%cN z_FY%+UQ-R#c2yCTGXL~XKSe~hwPIPpn~lk>D%xzx`Ka|=Pkp|d-8`xYOX018adrGvPo_1 zn8w-`6n!|nK+5D~K;I9+hxT(`O<8C6rg*(UNbK*4Cl~84dHLe<%Xo=b3HFCr&uAAB8m+TQj3 cKXEIj2%A?uji)9o1co<*r>mdKI;Vst0AjbD<^TWy diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png deleted file mode 100644 index e85297dd9c981895f4325629fdf480894ee5cb78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1245 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&fK zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#m2XBVym(esNppI^TD{OX;T*YCW%dGGaY5PEz2 z!P^H<-amNu{?W4!kDh;c^8CZ=_ut;W|Mva^5dHY@>BpxpK=kX!uiw9Z{RV@-VDSGh zIH)y$2o?gvy{06{FPMRmiJ66yi-(twUqDbuSVUA-PF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDGCDaWH7z|SH!r`Su&AQ4s=BtWp|QEOt-YhOtGkB`aL$SA69WTNu&0Y-NW|f{ zH~xlS3XotgSQ2#6$9S#J=}BI1T)o#UnIzG&ZbSL$uSH9HrJ2}N8e=N|{k$Lqlcpye&6A$~DA{7(y9ar>&cKzjk;3f9wu31mM z8r##Fwz~T_0y5R&-2ykxyvNt`y=_ah&*W)Kx=ndhW50iz)2NV>eMD$&OV-st4!ez| z(ku^o_9ZU)u;Qwv{Mw*HylWS^y;^kBQhasR5@(Y+CU;(a(KYn4YFkv5e{%c#lDn-k z8&8U5x!rmFi#xVWXyaKkuUQ#Z>T>V1z6Ee?oi}gJoo2O#9xR%RW|{0{w{4JD(&)YY zL+YHsluiRtb^9MlUsr!jyC0T%*+x=#e@gN4t-I`x6un-#e(MJ5ZJG+fJD5JLS^8xf-%6Ez3A+2- z59M@Q+wD-QU-H+guu9Hr<+i-TXSe^pqrL39{?#+$8+~Ie)qn1leOI%$Q6q#aa+TU- zt+QfU8fsQ|lglILajk3Mj^y;4D-?U?_pxQ^;>sVJg+88m^yaML{g3xG+zsj(nC}|) VzF4#U959(Pc)I$ztaD0e0sz2l*cku- diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png deleted file mode 100644 index f4398f604cea201a384be697cc410ec161652278..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png deleted file mode 100644 index 67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!Hle|Nqb21%h|y@4vrv>EXE>uP@wueDmg;3)i1qxc>U$ji+ZXKRbKt*}1FFFI;_i z_VVMimtS7E`Rwe~XP2%$JAd`b1rU0E;o6IH*PdRy_VoOn$I)C-q#cR*5f*C+@p!RFGU){L<3aApO{^GUg zcOJgI_wX&ygsus5yC%%*nl!Ix(!3=rcPv}IYsK0njw|5@Bef$2~r!T)gef#y}$L}A%e*gac_xE2A0D74z{Pr%O=Yvav{DK)6 z`S}F|rKF|R)YLUKwY2s0Y;5g9!@|NNl2cN$b8<^cO3NxL8=IP2T3TA$IyyQ!yMUm( z2M@6L^JX~%1EaX7i(`nz>AhEOh8;2xV0#ee;Nln%R_G`Y6Conf%jKcX>ygv_^0z%t zb7J;m$(OwUuf}|__Eev#acY~e*W6Gk5zoa%v$%G8e0VbR=A7F(J(j;_aIZO&c(&x3 zVY|lePFe751x^-Yqd%w|I3USIX@(kM1N@@JG#*{r*Pnb85|<(?1_SxE8-qQ`G8Lz_NS3 R8o(G}@O1TaS?83{1OQCJq?`Z% diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive@2.png deleted file mode 100644 index b0a2b569d611c70dad934bdded3f061186376543..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1331 zcmb7@i&GO<6vo3t1u94Zbp$l>EK*T17KSz=3817h5FskU*zrL?K?sjjM2e5tfCh>@ zRP3MuBLd;&SR6$J9SVrpB)cJOLWohwV>c9IqCg5V485U$LC<{W-r2L?@0>e(XRlFX z_SxIH+Tn0GdrDM99N15R++kw{);D;_7Hn3zWD3p3#zrv_I}RRgv!agV;&5&c&1vzI zYlS-~ZeT_xFyk31%)H|{bX;Cu-nP@3>A5G5XVJGYa#CwP5?ygPi$-cREfScQmXCY(iX_9vh5wl*m9DKSkR)8+V|8II zhkVoi;KX+C`&PA`;pNo2z!P?#+`B%F!5e(`U_)Uq{)!^DyI&nj9uMvrJjm*2kDcEc zV@M~iZ~g4YNq%zdx^cmJz;|S!Dk6Hx_WPOI(B_^NMMT+(#l58JLqVbV9YHT5L)~hp zEYrVTVzb6%%~gY@fg$3X{Q9`8~$ogM7sU!;Wz(q+ZeAXXsW+J7?YK&gh!k WfsG399$y6f2{=k*Ohh~R80%k5GVKQd diff --git a/common/gtk-3.0/3.14/assets/switch-selected.png b/common/gtk-3.0/3.14/assets/switch-selected.png deleted file mode 100644 index c2d2186b7c0bd5bac14b912d1a4c0263236bac21..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb diff --git a/common/gtk-3.0/3.14/assets/switch-selected@2.png b/common/gtk-3.0/3.14/assets/switch-selected@2.png deleted file mode 100644 index 6e1b8944f146baf901484833de12d8f0ff4e0995..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML diff --git a/common/gtk-3.0/3.14/assets/switch.png b/common/gtk-3.0/3.14/assets/switch.png deleted file mode 100644 index 3bc55877e42a5bf328abd5e09b449ed63c6c3ee0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 765 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h|NsBLaP#rSi%-s6eRl5Jv-4M4odhfav_S=RkDf`ipZ{pPsw^ z?A+Do=dJ<;pIrc{0g>l`3a&l{vLOhl1!N8g0X4z|L0Z6EuwJ0}wL7oiBt#j|sB5=h zUI&W-Mf#w`b-0 zy(>5DU$tTHstx;AZ#n>UD#Y+x58ePxxbyJsn|EK|y#M<7%g@hWe}4b*`}@z|KYsrH z{par=Ao~07@85sGa4%aS0!U9>XdKYAm6lf+fx#=|>Eak7A-VV9^Pocx zB5W7*nUuPc936BbHh6DXq%9`WddH!Mv1jM||4L40QWA_e+gq{+Pd||-`*O(w`Mfk? z3Gw?owzJQ>zFjwHr{)oXD64Xd2Q!uwZR&7X_N?f{+X<%*bJY}w>-87<2CY;xTryQ= z-h&B2p3EB(HXc!0D$>w&R%o`;D|wfH8N}th>oiyC9$D?U&zRvi^RzD-i&UlFFY??M%TPI6HC`kzU+UQN$&Sje8J_7* zEAiB1b-4ZS87H6S+YAY>xPKocuB%LarBgF=)@jA<&RXTCIhOd#@>!^@lvys=^)&zO xyysuv=&g)-o@Su8FHGn4k_FSdR~P!+mM>!C>Qp*s*aHk~22WQ%mvv4FO#o?*sN(=^M5Mq7G>Jw=X{FF2C=~;- z0*aA+x1uZ!B3dvihUA6t!V*v-S-~Vo4IvApH`?j=Pv89RyXSuAJNL|e_vM754_I5- zS|Jb!YgC{=2F%}s;bCC{-n|YiOE8%b{7_g63kx3q&^TCHrUph55D2?_hG7(Cdwn$! zR}lkn#ITgpL{bbs4nZQ3wj?Ac5n^LfdJ7Fta5zE+EMjs+tU)n*NW$Pq```%{cLEv| zum;2sEM~)!KCXl{B!plQ8#sXtmN2hJ04Y%NuVM(q(0`s!wV%u%W6<}rTCm%vzMqT#8|UWVzLH;h#~nR({6tjjsko#w z$#~+~bLaD~lM5&}%Bxyh+uCUzJ@n@TnGwke63HyZvl?TOsC; z=!DA6lpdEGx_Yk+zkZjZ7k!Jw(-#6A@aV_e3QCH6TX093b(qNb6kb&*#qj`o4NlJLj4^6E#}%wBg&SHN_!|nk&kUz7Xz?4JWjE zb??}K%(_DT?rc)<{jjlbZY{==ElyVaHt84N6`!>n+nwb>R$S^Ip0eYc=B4gPxHejQ z-jiWf925FrFzT_S@OX9>wZIJ<;7QrE_kiPC$?4V3_PxIK3Y#A^p=QcmyKviV?6XlB z`L2n9&qa5Ar%OyL4?{Aa_zhPrd$RI&PN%U}N`GG%+0UM_<2g%^JugEU7J}-UAKB`V z!(SsIOG}!u+txx)<8-Qj&O)J98a~>-X`kwn^Zu(#Bp2?vT8p;ad+e4xN})b~QsDF& zI#&G#gNbstPYr^$y&&J+q|3%io`i9nBrETFKXgAO8n9*@97{TSW|FbdOcVQMnjZZK za(@;bm1YxYx;ZG_U6|g_usO0i*Hs<9d&u4+k-JpjP*{3MrKSW!t-7*e7avYdKucUq z$z?Lt5=r#zdhcVLm8ZDoV|PdBk+4ypVH-Mjl7v6l<)i)u-_+ZoopmgiF{mSr*>N-U z4cb0rrWs_>A~JN^W`E#skTR$57 z;`^%dQn<-XPP{ERQ6k*nTI+?$Zys9(Y`OQlCvo;Q$*!e_F_ZWBXTRV3J@-(7U(xI* zb|?E)%D?_PS-m5qdhK-;eb0HvFJ6qgz5V69hsz9Xu2rqL?pM~iw5;9sr0U7wN%z@R zZZ4~CTU*w4TxI{ODsx%cDCQ$u%i0?suALV@spgjAv56l8B!Ya6b?YMQe|_5EyZ_Fz$B%7lFK=*O!>V*S=l{>|hsu65 zmqn=GH<|YO%h5UZe*>7D95^@_6%|-o8UzHeaq!6jb>Y+pGZCAaFgdW*1T1KnfWu*M zLp%uhKtTnr6yeoh_P6-X|4w|nb&Ff_yyKSjoJnp4zMta4txrZNJiGbMUF0_7VN+n7 zWKVitmCKx@De&GiF6-FzSwGpkB#)S$jGnYyW&i81yH%d6oUPvJl6-Ex>Eq?IewMOb z4J%&Qq5D|c%1^mUu&>%?;(E*_m(M9El$AB!AFDX(DtT@ bc8WikEzLKv>9wkWk~f2=tDnm{r-UW|J+3%t diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png deleted file mode 100644 index caa0384a093b9f7872d3720a7aa4865539897650..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTIAd(Q-`L@ht?f=Lw|y3l`^_EpS~`Ik77jqP*W78JrQ?1}Fx$cjC<~MViU84G z3#WbNAO=Voglz#61ggP{+IhCd0Ik<33GxeOU}6;!6$=Up4U11mOiE74C@!n4YiMk0 zZfQGv?)-%hA3uHm^83%csIe>Z^JzX3_BqVbWdI~ieFfbep?Ah^tw+4&ov;X=g zu7UI3JX>E-yC?3b>V?@Z)`rWCGv98t^z4Y56%y6ku-Yod{A}8Sd5z1f680r57jrPV zdH9+NQ{dk-3BSU$A1qvFAs4xdwIJ}YZ@!}~qvEgNG?mKi^|F^wYFj^@aqmUV`q#fT bAJ5lcSSZ36u{J#w=oki1S3j3^P6Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LCkq1!w?_ggp|G_%`d>ay3$X}_hzK2yj2Rt^U(?eBh02KonAXy6s zh!oHqkQT6MAStji2m_=5tQbgw*p?t!QqkOV;jBR4`j!Ow1v4-*vnwbnDXVB37#bN{ zS=-p!**iKpySTb}czOE-1_g(NrKV*T7ME1j);BaZP1w6{|B++IPhPuz!W+-kW(JMgx7&x|!$9;&A&-05~R374Gk z|C0V(QK6e{K_<&PX08glE4_!=(*JyH<$3?2E{kP)?Ava=dMV=Q*I}%$&)mB0%T8X& z%FPkiKj}3%{Z1CPm@1wyRn(f9OZq@zcpT^Jz}n{)?f1K`ZctM7dtv!%mHwfwE8q9| zop)NYFMQ3er1#kt+!K=&udUs4%}9X7VV&ywmQvMxc8(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkp5(B{Mpd#p~Xi7tB;13AAuqUmY)oOTqqlbVPyT$*yfY9 z%O@MxACsp4m@((a%(*}2F8n!v@y|ueey(2kYu(0Q>o@&czxmgOEx$Hy`L${5ubq4T zy?yup_wWCI|Nj5~UpF`JFwh;MB|(0{3?iapK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#H zX!CS&43UszJ=o}XSV4s0K(o7Ju5s`G|NYT#gk+ZZuoc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h{}~wG8(4hMGy7m{_0h=ky`jx}1FQG?mLK#iJ{XyQFtq+;VDU-c{F9#bXG6>P z`qm%xtUl=j85SQ5tw0FK(6{(#X!+5=;-i7pM}12WGPL+)XbIA202Bu!pc*IxB4P#Q z!WCdL41w;k{%C6V(F};}KbkvyvT*!l>Ga9k`LjpBXP@BjUHv~MPW>@`&W{;$e$1Np zW6pw~3zz;}wCv~N|KBKa&@&| zjj4*=6(_cNB_Ssp9;*DxVO?@QM2z{<=17j|iVQ=w9a%qs1A|sd`PR=ksQv zHJghi1Pw#j*nS4NU4JOdc~~%+DQtGml*YyBn|QS~Zdt9-p49v4qxQ+@2<=5jAMR4T zS)p7R-y|xWD{Xt-M2`P~S9e&$^S)Sq)h{A0w_VSlwB9{S^vj!$X^pR+G`nqPny!3{ zZOvu>Nz=tuW{XA`UJOgT>Upg}>ZH{g)r(FWtWtPmO*b)ThnP%l`*?NLp%vTqB`i78 z^@zVXX{GLuTOp66P5~VpVPow2Cuq(zd9}?F6ZpO7J22InwWl<6S$tUX?5KZ%>N628 fznn^+f0xbcV%tm}A5-fD#sGt-tDnm{r-UW|5w&aW diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop-dark.png deleted file mode 100644 index 7611f5dd0803772b0f8a5c99bc2c87ec99f1f103..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop.png deleted file mode 100644 index 47ec30d89eb70f6d4d037b176754cef95cff1e69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-backdrop@2.png deleted file mode 100644 index 3a27f104257b8ee65c5df3f547cfd4664cf19eb3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png deleted file mode 100644 index 95eb2e478e559b81713478034db5eaff2c792528..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpAD$a3(G7Ol0J_(8PkDf4#2r<=Fx$o2aJg~j+pU(K9Z|DFqIw%vTg8~4O>!&mB iy{K9L`nTre`T7eBMHnO2rl$fO!{F)a=d#Wzp$Pz$gtOZK diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png deleted file mode 100644 index ef6e11d302359d89d520e6ec70ee2041bc383a41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LCkp|?GA&qpMj42?Y<6?G;&{%mN>smS zi#;0=3pDC9kc6m-h&cn60$TwT1ey>Bk_v|)uu7l^NEb2!x(CdKs6>}VR*Ay4OE#1R z`qsB3$S;_Ik(pgVQAt@v+rZGs*vi_**3RD1$=Su#&BM#vCom{DBrG*8v#_|NsK7aZ8?fZ|PzyAJvd+5te1_nlTPZ!4!3CXnw zGp(5d8QLB`_xPsT^5*7t$3;Gor(9g#|Nn1o_1vd8^qBegv-L)wuRpzYJ33gEbn@PCjg#VZH=ZXs5Yzs13-Z67k&|T?0%$EM=V=K@57j;=I z(_`Ou>(xsUN52kZeSPNEZC`fsN>*-;xc*76!RdFhu*FpIgsGy|%v{n33d7?#UkBDc zw`jlLb#;T1s^1ICSF7|7bzS+s&+oj`l6~Q8b|t;fw&0$aq-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpAD$a3(G7W^u#q%E~(>4c9AcZU9k5-Hr0v>y>raD{604*4?P6y;fOw4alyjy8V;goec@ zBqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A?jh-%!Arg|g2R((F3>X*= z2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%oT6%Uw%?gR?ZCGs;V}3Sm z!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+}*f-zNmQnFnaGFYG_IlaN oC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst0Hnmg#Q*>R diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png deleted file mode 100644 index 212abd9398631ae9b105e7b4e17746ccdf90c299..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|APNn=ott~TqTxnO&8>=t+od&ED;lnr*Iun^xLQ$rt*YUAMeX(S>Km1{H_NN9 zR@PoCufAScd!wrEMn%ols=8|xHP_1Ou2<9mxz{Rdu9eqa2a**a@_I$xjmnxE<+ax< zfeLDGlmo?qf;B+x*UM|6Y>>*@8x=rvKx%;EAQFn|u2llX;au_={Y@Jhfxh)E3GxeO zU}R=jP*hS@(KawNGPbg|v9+^zbaHlab@TA@_6ZCM4hc(5%PcG|sj97SXl$CWci;Xa z$Bv)8cKyc9TX!G6eD&tzr_W!$e*6C8=dZv2-X8jLlYxOz-P6S}L_%`y!AxtWK!&!5 z&pp1Ww!FEy-Eomm z#L=(ASYMyHb=#MnypolhBd&kaYjFCVENn4VJYlM+H8Yp=fx_@O&ewsp&n?>TcU|3} zr0Vy=^3^K+LtR(C@AEtFv}9lSnq5invn{wMCMjN9yXTsb0E@#q)%7i03OBilU zEblZ`&*x$K%3`3F&vyFC6Ca=ZCw9)9H{o-`_VxB}9?k3ux+|IVn0IN0-=v6_FQ%Up zVit=xSu``<<6E5byJM1xT?>WytC!5=^-5eVI!!PAhrfNR_}q-WTLS!malzo}>gTe~ HDWM4fVq#~e diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover.png deleted file mode 100644 index ee915d6a66d93e74889d9311d1e14280479612df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 464 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkp9%r^SQ0 zfzTr$dh+AR)9+7TK=p!6`0@S6caRBf-`o2@;_bZ<*&jcCerxLZ*3=HP0>p+W{_(Tj z_GAOl9a<$pe!&bPqGCZIp^Z(=E&KQHKXBl{!9$0E;Mm!7=P$he@bTlPPoKa1`u*qc z-+!%F1WkatIy_w*LnI_~4~7dhIf%F(?6zo{VJuO=BK-VqeZ8M=VBN*Fj+updx3gxg zGXLmuPjgnu7pvt8UklVL9Be0rFr0t;eDhDHolCe4HXpth=Ae2~Sm(?&mbgjm_uMyM z=3b#Xw{flR^li*qp1}{S+JB0kP+2-}fApdQrC)Y!R0=-U7Q diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover@2.png deleted file mode 100644 index 6c9afb626b6d0823012b2c85e1938bbb3118da75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j2r=B{|Y9*HMMB{%Z*MD5N{O$au@5fGlzjo{U^;_R>-2QRz{`Y$izu$id zQ`!Fg#Y-Uj`>QwKU%&bJ=I!@4?|;5~{{uvR`1$_hk9Y5Xe){y|!v~=GU@c(V8`^(- z{q}9r^zUE4eVs4`W)#p3P}{$?^@0T3y1%ved~fak-rDuOrR!Tu=Z_yhLE_DwKoZ1; z_yx>KhuHcJJM{9|#VBz`;X@ zjvPCF{N$-qr%sgJvf_2^JP|QeFKaRBQ^13%|hviHVHCrYt6DOZ*>6JKrk&==zG|qJ-#l zD~A)PduIKRL5wwwSC5owW4Y zZ_bmt5#EbZAKp@lv{K!9xpk`GTd8@bQq}eap)T2nwx6AMSI@@x;;avQ=5Ad6hvj^8 zM(B=vdKpvZKPYmEZv0y0S5!Om$y4n$JsFx2?JC6%eNPnExL#CCC_N!lRg}VhZAQi_ zrpNEnn2#MhE8C;JQS3u|-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkp7gG_Bk=}b8N=vg!Ipe>7NsTTp*e8IUdMO`+nf?_hYBNpFa2P=*e%V&woF6>Bse( zKW^RmaqI5)TX(+Sx%=bpz3&g7d`U?El9&!66ViWt{{dlq$tnObG7G-OgT;UR{F0pc zB`NbuV#W_38>0Bf&kUA-Z-MU6DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjd zoxkw-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX z|8HWXSp1n6`sP;m-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FhD zyE2LC4;6;r<%P> kYt_MrW!7J;e?8}(DppzIpUHx3vIVCg!0F)NtHvj+t diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close@2.png deleted file mode 100644 index 28b625ea9c44012f9b40c0c627d610eed25ed491..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j2rbX>=fsR} zaT%Wz(m%&%d`<+BUlYN6Am5ul92u-F&#*LKX&5#@zdW=o%we3=!3?<6*ZB0W8Tml&*R;H^>G@yNa=)hM zeof8!l9K)7$4`*5lpG)lVkc&R5SU%39>E3-i?EU)zhDMN1w~~Q14AQYYa3g8N2kD` z;E=HThQ_Add-v@Jf&(CM@X(GS6=U%q_(_8n-^&tHH3{%beXkN}3dxu=U`h=kSwS7UTOZK7d zXXoA3v+=z+>%*S88<+oKIp3TSy5pW+#+3OFid>=_zZUrwmCk(fRC`TNhGs;&O0h%V z6U8;I7u6CtBp1160V9dQ M)78&qol`;+0Jlu4asU7T diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png deleted file mode 100644 index c6a82b744a01db35ba362a2b8125ca909fbf2225..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 391 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65ec69 zC}irR&}omur$0V?>+A8m-_AVvcK6lK`>%if|NlSj{+%U2J48!@{DK)oM8$$aLK~Z! zTh5+4f8oQ&PoKa1JE|U70#s1p>Eak7A<23$y6>=p0E59{p9jj9?){&)_R6#m5z-6} zjV~_#xfY?3QQq{kj^kE5!&duf(Q-zO@~KryN^jS%t_@Zai<}q~wCPN-Ud$y&gM)#- z9a7cFUXzQxHhu6&UdErm^KeZZ!}G1IzdIQon`#C`m+ZIXV_^8hJn@;n)%rpfFQ6M3 NJYD@<);T3K0RW#3r4s-E diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png deleted file mode 100644 index 5ed5c6ce4103a0e6a445863a1469d6fb5a575ee7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EhXZ^< zT!A#h|NjBg?}tu)5HRUc=+wu7lb!@jeG)wBLC};30n;7^Pkt0M`C;JHhar<51x|Y$ zH1$c~WT4dJz^RXeCj+?;gQq+Un*1nu3XuI6q!P>xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5hQ?J_?=oC}GZ%gtNFipnbb28Kq)Ce}8#_Kr@0LBSzm;dS*5jZMva_w7G& z?D)xR*Kgds_43u5kDoq&`T6T&r@9UU10$QKi(`nz>9v!uR~<6oX=PqGB{1!#@)Dl* zO-vorcq{)ee{^_SvZ`769P8TW{Ytmpr+sx(Ewa5Hy?*BHvr=!5i8xh$b-Cl;tGH;Q z>{o8%j?BP?b(P$+%v7J=E;h*cD0t4CZE;)CCAB>PywWQ^zde62c>7|FnGBzvNUN-i zNVB-WKKH>%iH-ZH?U z;Fzbfa~Y>X^@1pw6ORnvGrm-uA{PF(^VJeT;hHtSRv%w=>bcy^zw-@dcoruFX$39q zRV;FqI;C&B-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65ec69 zC}irR&}omur$0V?>+A8m-_AVvcK6lK`>%if|NlSj{+%U2J48!@{DK)oM8$$aLK~Z! zTh5+4f8oQ&PoKa1JE|U70#s1p>Eak7A<23$y6>=p0E59{p9jj9?){&)_R6#m5z-6} zjV~_#xfY?3QQq{kj^kE5!&duf(Q-zO@~KryN^jS%t_@Zai<}q~wCPN-Ud$y&gM)#- z9a7cFUXzQxHhu6&UdErm^KeZZ!}G1IzdIQon`#C`m+ZIXV_^8hJn@;n)%rpfFQ6M3 NJYD@<);T3K0RW#3r4s-E diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png deleted file mode 100644 index 5ed5c6ce4103a0e6a445863a1469d6fb5a575ee7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EhXZ^< zT!A#h|NjBg?}tu)5HRUc=+wu7lb!@jeG)wBLC};30n;7^Pkt0M`C;JHhar<51x|Y$ zH1$c~WT4dJz^RXeCj+?;gQq+Un*1nu3XuI6q!P>xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5hQ?J_?=oC}GZ%gtNFipnbb28Kq)Ce}8#_Kr@0LBSzm;dS*5jZMva_w7G& z?D)xR*Kgds_43u5kDoq&`T6T&r@9UU10$QKi(`nz>9v!uR~<6oX=PqGB{1!#@)Dl* zO-vorcq{)ee{^_SvZ`769P8TW{Ytmpr+sx(Ewa5Hy?*BHvr=!5i8xh$b-Cl;tGH;Q z>{o8%j?BP?b(P$+%v7J=E;h*cD0t4CZE;)CCAB>PywWQ^zde62c>7|FnGBzvNUN-i zNVB-WKKH>%iH-ZH?U z;Fzbfa~Y>X^@1pw6ORnvGrm-uA{PF(^VJeT;hHtSRv%w=>bcy^zw-@dcoruFX$39q zRV;FqI;C&B@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop.png deleted file mode 100644 index 36858b0c462d82fa6dd389e0a8904c988aa87082..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-backdrop@2.png deleted file mode 100644 index 061e3569f13ada9e9769abcd8ed92d2ed7e6fbff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark.png deleted file mode 100644 index 8addbf89ee6d52a0ccf0b12497ec3711182ec985..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-dark@2.png deleted file mode 100644 index dedcc3871bfebdbc65da210f37639f454859034f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png deleted file mode 100644 index 84a5583cc628653dd5e203c79909759b887cff10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png deleted file mode 100644 index d2ef62ad4eab22e6407724d1d8f4204e836e69b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png deleted file mode 100644 index 128a39da1505934b85102494ab976af03f15ee55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize.png deleted file mode 100644 index 14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize@2.png deleted file mode 100644 index a1a13bb592dfbbf413347f0541f9be75043fb727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png deleted file mode 100644 index 4785503dc0b00ac0a0317c19dd5e0fe908418551..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65&8fB z|I#Vdl0bt*OM?7@8AL?If zMM1#z;Np&acd4E4>Q^RP9r=(bI{#2r%=LXNt1dp#d30>iDi^tfU%YHLtTJS_H!V}} z-ZfW++2_(*71aj;$?RgLY6>&r(vK^Pg{B@js#4Au@^{bEJ-)K>|7vIRsCJq!l?GbJ N;OXk;vd$@?2>^J^hV%dc diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png deleted file mode 100644 index fb9325fa50568924eea350ceccac88729398b0d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5lzX|DWr2$PMU1cKqbE>o;!Rdim` z+k9Kvp4&!$GL%_tAE(*A!j--1N%;7dAdJ2crVW4UCkGD=E$aP)y@9(a<><4_?XVW{R{tG&&u$! T(h6Om*BCrq{an^LB{Ts5R0#oi diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png deleted file mode 100644 index 4785503dc0b00ac0a0317c19dd5e0fe908418551..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65&8fB z|I#Vdl0bt*OM?7@8AL?If zMM1#z;Np&acd4E4>Q^RP9r=(bI{#2r%=LXNt1dp#d30>iDi^tfU%YHLtTJS_H!V}} z-ZfW++2_(*71aj;$?RgLY6>&r(vK^Pg{B@js#4Au@^{bEJ-)K>|7vIRsCJq!l?GbJ N;OXk;vd$@?2>^J^hV%dc diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png deleted file mode 100644 index fb9325fa50568924eea350ceccac88729398b0d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5lzX|DWr2$PMU1cKqbE>o;!Rdim` z+k9Kvp4&!$GL%_tAE(*A!j--1N%;7dAdJ2crVW4UCkGD=E$aP)y@9(a<><4_?XVW{R{tG&&u$! T(h6Om*BCrq{an^LB{Ts5R0#oi diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-backdrop-dark.png deleted file mode 100644 index b04db91415d46e182c878ab176fe3ecb2491235d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-dark.png deleted file mode 100644 index b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png deleted file mode 100644 index c250748c552e9c2fc4c266ce0167a8046688cbdd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png deleted file mode 100644 index 965ce3db3357fad9fe47dcef3a9c89d220caaf64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize@2.png deleted file mode 100644 index 9a3581928b3997773cbfc83c9c0f17389a768cc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #ab6441); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #b6bcc6; } - .linked.vertical > .entry { - border-bottom-color: #3a3e4a; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(68, 74, 88, 0); - border-color: rgba(43, 46, 57, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #D3DAE3; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(35, 38, 46, 0.95); } - .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.suggested-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.destructive-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, - .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > GtkLabel, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > GtkLabel, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 2px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .inline-toolbar GtkToolButton > .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #484c59; } - .menuitem.button.flat:checked { - color: #D3DAE3; } - -*:link, .button:link, .button:visited { - color: #a9caf1; } - *:link:visited, .button:visited { - color: #7eafe9; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #d5e5f8; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #a9caf1; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(43, 46, 57, 0.6); - border-style: none none none solid; - color: #ccd3dc; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(211, 218, 227, 0.45); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .button { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(211, 218, 227, 0.45); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #383C4A; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.85); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } - -.inline-toolbar { - background-color: #313541; - border-style: solid; - border-color: #2b2e39; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #383C4A; - border-style: solid; - border-color: #2b2e39; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #313541; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: rgba(47, 52, 63, 0.97); - border-color: rgba(38, 42, 51, 0.97); } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(82, 148, 226, 0.95); - outline-color: rgba(82, 148, 226, 0.25); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.35); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - .csd .titlebar { - background-color: rgba(47, 52, 63, 0.97); } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.37); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); - border-color: rgba(21, 23, 28, 0.67); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: rgba(211, 218, 227, 0.2); } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #93b7e3; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #8a909b; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #D3DAE3; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #D3DAE3; - background-image: linear-gradient(to bottom, #2b2e39); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #b6bcc6; - background-color: #404552; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #D3DAE3; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #404552; } - column-header .button:active:hover { - color: #D3DAE3; } - column-header .button:insensitive { - border-color: #383C4A; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #383C4A; - border: 1px solid #2b2e39; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(211, 218, 227, 0.45); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(64, 69, 82, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #4f5461; } - .menu.button.bottom { - border-top: 1px solid #4f5461; } - .menu.button:hover { - background-color: #4f5461; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - margin: 10px; - padding: 2px; - border: 1px solid #20222a; - border-radius: 3px; - background-clip: border-box; - background-color: #383C4A; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(64, 69, 82, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #404552; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #2b2e39; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #383C4A; } - .notebook.header.frame { - border: 0px solid #2b2e39; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #2b2e39; } - .notebook.header.bottom { - box-shadow: inset 0 1px #2b2e39; } - .notebook.header.right { - box-shadow: inset 1px 0 #2b2e39; } - .notebook.header.left { - box-shadow: inset -1px 0 #2b2e39; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #404552; - box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(211, 218, 227, 0.45); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(211, 218, 227, 0.725); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #D3DAE3; } - .notebook tab .button { - padding: 0; - color: #9da3ad; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(211, 218, 227, 0.45); } - .notebook.arrow:hover { - color: rgba(211, 218, 227, 0.725); } - .notebook.arrow:active { - color: #D3DAE3; } - .notebook.arrow:insensitive { - color: rgba(211, 218, 227, 0.15); } - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.trough { - background-color: #3e434f; - border-left: 1px solid #2b2e39; } - .scrollbar.trough.horizontal { - border-left: none; - border-top: 1px solid #2b2e39; } - .scrollbar.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; - border-left-width: 4px; - background-color: #767b87; } - .scrollbar.slider.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; } - .scrollbar.slider:hover { - background-color: #5f6470; } - .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294e2; } - .scrollbar.slider.fine-tune { - border-width: 4px; } - .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294e2; } - .scrollbar.slider:insensitive { - background-color: transparent; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - background-color: #3e434f; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(211, 218, 227, 0.45); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #444a58); - border: 1px solid #262933; - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, #505666); - border-color: #262933; } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3c414e); - border-color: rgba(38, 41, 51, 0.8); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #2d303b); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(211, 218, 227, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #2d303b; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: #404552; - border-color: #404552; } - -.frame { - border: 1px solid #2b2e39; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #404552; - border-color: #2b2e39; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(255, 255, 255, 0.03); } - .list-row.button:active { - color: #D3DAE3; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive GtkLabel { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: rgba(31, 33, 40, 0.95); } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: white; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #D3DAE3; - border: 1px solid #2b2e39; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #D3DAE3; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(211, 218, 227, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #D3DAE3; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: rgba(47, 52, 63, 0.97); - border-bottom: 1px solid rgba(32, 35, 43, 0.97); } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #383C4A; - border-color: #2b2e39; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #2b2e39; } - -.sidebar { - border: none; - background-color: #3c4150; } - .sidebar .scrollbar.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; } - .sidebar:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #D3DAE3; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - -.pane-separator { - background-image: linear-gradient(to bottom, #2b2e39); } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: rgba(75, 81, 98, 0.95); - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); } - GtkColorSwatch.color-light:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4)); } - GtkColorSwatch.color-dark:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - GtkColorSwatch:hover { - border-color: rgba(0, 0, 0, 0.5); } - GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch:only-child { - border-radius: 3px; } - GtkColorSwatch.color-active-badge { - border-width: 2px; } - GtkColorSwatch.color-active-badge:hover { - background-image: none; } - GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover { - color: rgba(0, 0, 0, 0.3); - border-color: rgba(0, 0, 0, 0.3); } - GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.5); } - -GtkColorChooserWidget #add-color-button { - border-color: #313541; - background-color: #313541; - color: #383C4A; - box-shadow: none; } - GtkColorChooserWidget #add-color-button:hover { - border-color: #2b2e39; - background-color: #2b2e39; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - -.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, -.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, .titlebar .button.titlebutton, -.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 8px 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); - color: transparent; - background-position: center; - background-repeat: no-repeat; } - .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, - .header-bar.selection-mode .button.titlebutton:backdrop, .titlebar.selection-mode .button.titlebutton:backdrop { - opacity: 1; } - -.header-bar .right .button.titlebutton:nth-last-child(3), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar .left .button.titlebutton:nth-child(3), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar .right .button.titlebutton:nth-last-child(3), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar .left .button.titlebutton:nth-child(3), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):hover, .header-bar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(3):hover, - .header-bar .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(3):hover, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(3):hover, - .titlebar .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar .left .button.titlebutton:nth-child(3):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar .left .button.titlebutton:nth-child(3):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar .left .button.titlebutton:nth-child(3):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar .left .button.titlebutton:nth-child(3):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:nth-last-child(2), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar .left .button.titlebutton:nth-child(2), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar .right .button.titlebutton:nth-last-child(2), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar .left .button.titlebutton:nth-child(2), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):hover, .header-bar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(2):hover, - .header-bar .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(2):hover, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(2):hover, - .titlebar .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar .left .button.titlebutton:nth-child(2):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar .left .button.titlebutton:nth-child(2):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar .left .button.titlebutton:nth-child(2):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar .left .button.titlebutton:nth-child(2):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:last-child, -.header-bar .right:dir(rtl) .button.titlebutton:first-child, -.header-bar .left .button.titlebutton:first-child, -.header-bar .left:dir(rtl) .button.titlebutton:last-child, .titlebar .right .button.titlebutton:last-child, -.titlebar .right:dir(rtl) .button.titlebutton:first-child, -.titlebar .left .button.titlebutton:first-child, -.titlebar .left:dir(rtl) .button.titlebutton:last-child, -.header-bar.selection-mode .right .button.titlebutton:last-child, -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.header-bar.selection-mode .left .button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child, .titlebar.selection-mode .right .button.titlebutton:last-child, -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.titlebar.selection-mode .left .button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:hover, .header-bar .right .button.titlebutton:last-child:backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar .left .button.titlebutton:first-child:hover, - .header-bar .left .button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar .right .button.titlebutton:last-child:hover, .titlebar .right .button.titlebutton:last-child:backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar .left .button.titlebutton:first-child:hover, - .titlebar .left .button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar .left .button.titlebutton:first-child:active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar .right .button.titlebutton:last-child:active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar .left .button.titlebutton:first-child:active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar .left .button.titlebutton:first-child:backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar .right .button.titlebutton:last-child:backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar .left .button.titlebutton:first-child:backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - color: rgba(207, 218, 231, 0.8); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - -.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } - -GtkHTML { - background-color: #404552; - color: #D3DAE3; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #D3DAE3; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -NautilusNotebook.notebook { - background-color: #404552; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #404552; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #2b2e39; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: rgba(38, 42, 51, 0.97); } - -.open-document-selector-listbox-row { - border-bottom: 1px solid #2d303b; - padding: 6px 6px 6px 12px; } - .open-document-selector-listbox-row .path-label { - font-size: smaller; - color: rgba(211, 218, 227, 0.7); } - .open-document-selector-listbox-row:selected .path-label { - color: rgba(255, 255, 255, 0.7); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #9da3ad; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #D3DAE3; } - -.gedit-document-panel-dragged-row { - border: 1px solid #2b2e39; - background-color: #22242d; - color: #D3DAE3; } - -GeditStatusbar { - border-top: 1px solid #2b2e39; - background-color: #383C4A; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #2b2e39; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(211, 218, 227, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #3c4150; - padding: 6px; - border-color: #2b2e39; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #D3DAE3; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #383C4A; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #2b2e39; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #404552; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #D3DAE3; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(211, 218, 227, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: rgba(65, 70, 84, 0.95); } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(255, 255, 255, 0.05); - border: solid rgba(255, 255, 255, 0.07); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(211, 218, 227, 0.45); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #D3DAE3; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(32, 35, 43, 0.97); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: rgba(64, 71, 86, 0.97); - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #2b2e39; - border-right: 1px solid #2b2e39; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #2b2e39; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #2b2e39; - background-color: #383C4A; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #383C4A; - color: #D3DAE3; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: #434859; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #383C4A; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #D3DAE3; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #404552; } - -GraniteWidgetsWelcome GtkLabel { - color: #868b97; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(211, 218, 227, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #404552); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #a5abb5; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: rgba(43, 46, 55, 0.95); - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #D3DAE3; } - -#content_frame { - padding-bottom: 14px; - background-color: #383C4A; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - #content_frame .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(47, 52, 63, 0.97); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(38, 42, 51, 0.97); } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -#login_window #user_combobox { - color: #D3DAE3; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(38, 42, 51, 0.97); } - -NemoWindow GtkEventBox { - background-color: #383C4A; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog .sidebar, -NautilusWindow .sidebar, -NemoWindow .sidebar { - border-right: 1px solid rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog .sidebar:dir(rtl), -NautilusWindow .sidebar:dir(rtl), -NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid rgba(42, 45, 55, 0.95); } - -NautilusWindow GtkBox.sidebar { - background-color: transparent; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, -NautilusWindow .sidebar, -NautilusWindow MarlinPlacesSidebar, -NemoWindow .sidebar, -NemoWindow MarlinPlacesSidebar, -MarlinViewWindow .sidebar, -MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(53, 57, 69, 0.95); } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar .source-list.sidebar row, - NautilusWindow MarlinPlacesSidebar .view, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row, - NemoWindow .sidebar .view, - NemoWindow .sidebar .source-list.sidebar row, - NemoWindow MarlinPlacesSidebar .view, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar .source-list.sidebar row, - MarlinViewWindow MarlinPlacesSidebar .view, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar .source-list.sidebar row.image, - NautilusWindow MarlinPlacesSidebar .view.image, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar .source-list.sidebar row.image, - NemoWindow MarlinPlacesSidebar .view.image, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar .source-list.sidebar row.image, - MarlinViewWindow MarlinPlacesSidebar .view.image, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar .source-list.sidebar row.cell:selected, - NautilusWindow MarlinPlacesSidebar .view.cell:selected, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar .source-list.sidebar row.cell:selected, - NemoWindow MarlinPlacesSidebar .view.cell:selected, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, - NautilusWindow .sidebar.frame, - NautilusWindow MarlinPlacesSidebar.frame, - NemoWindow .sidebar.frame, - NemoWindow MarlinPlacesSidebar.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow MarlinPlacesSidebar.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow MarlinPlacesSidebar .separator, - NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NautilusWindow MarlinPlacesSidebar .view.separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow MarlinPlacesSidebar .separator, - NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NemoWindow MarlinPlacesSidebar .view.separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow MarlinPlacesSidebar .separator, - MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - MarlinViewWindow MarlinPlacesSidebar .view.separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } - -NautilusWindow NautilusWindowSlot { - background-color: #404552; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(53, 57, 69, 0.95); } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: rgba(31, 33, 40, 0.95); } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(38, 42, 51, 0.97); } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(47, 52, 63, 0.97); } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #2b2e39; } - -GeditWindow.background > .titlebar.default-decoration, -GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #2f343f; } - -.gedit-bottom-panel-paned { - background-color: #404552; } - -.gedit-document-panel { - background-color: rgba(53, 57, 69, 0.95); } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: rgba(53, 57, 69, 0.95); } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .scrollbars-junction, - GeditFileBrowserWidget .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: rgba(37, 40, 49, 0.95); } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, -NautilusWindow .sidebar .trough.scrollbar, -NautilusWindow MarlinPlacesSidebar .trough.scrollbar, -NemoWindow .sidebar .trough.scrollbar, -NemoWindow MarlinPlacesSidebar .trough.scrollbar, -MarlinViewWindow .sidebar .trough.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .trough.scrollbar, GeditFileBrowserWidget .trough.scrollbar { - background-color: transparent; - border-color: transparent; } - -GtkFileChooserDialog .sidebar .slider.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar, -NautilusWindow .sidebar .slider.scrollbar, -NautilusWindow MarlinPlacesSidebar .slider.scrollbar, -NemoWindow .sidebar .slider.scrollbar, -NemoWindow MarlinPlacesSidebar .slider.scrollbar, -MarlinViewWindow .sidebar .slider.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { - border-radius: 20px; - border: 3px solid transparent; - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, - NautilusWindow .sidebar .slider.scrollbar:hover, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, - NemoWindow .sidebar .slider.scrollbar:hover, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, - MarlinViewWindow .sidebar .slider.scrollbar:hover, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NemoWindow .sidebar .slider.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NautilusWindow .sidebar .slider.fine-tune.scrollbar, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NemoWindow .sidebar .slider.fine-tune.scrollbar, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, GeditFileBrowserWidget .slider.fine-tune.scrollbar { - border-width: 4px; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, - NautilusWindow .sidebar .slider.scrollbar:insensitive, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - NemoWindow .sidebar .slider.scrollbar:insensitive, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - MarlinViewWindow .sidebar .slider.scrollbar:insensitive, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, GeditFileBrowserWidget .slider.scrollbar:insensitive { - background-color: transparent; } - -/* GTK NAMED COLORS */ -@define-color theme_fg_color #D3DAE3; -@define-color theme_text_color #D3DAE3; -@define-color theme_bg_color #383C4A; -@define-color theme_base_color #404552; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #D3DAE3; -@define-color text_color #D3DAE3; -@define-color bg_color #383C4A; -@define-color base_color #404552; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #3c4150; -@define-color insensitive_fg_color alpha(#d3dae3, 0.5); -@define-color insensitive_base_color #404552; -@define-color theme_unfocused_fg_color #D3DAE3; -@define-color theme_unfocused_text_color #D3DAE3; -@define-color theme_unfocused_bg_color #383C4A; -@define-color theme_unfocused_base_color #404552; -@define-color borders #2b2e39; -@define-color unfocused_borders #2b2e39; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #a9caf1; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #404552; diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css deleted file mode 100644 index a5f7f0d..0000000 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ /dev/null @@ -1,4057 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #5c616c; } - -GtkLabel:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar GtkLabel { - padding: 6px 12px; } - -GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -GtkFlowBox .grid-child { - padding: 3px; - border-radius: 3px; } - GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: rgba(53, 57, 69, 0.95); - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(35, 38, 46, 0.95); } - .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, - .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > GtkLabel, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > GtkLabel, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .button { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.85); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: rgba(47, 52, 63, 0.97); - border-color: rgba(38, 42, 51, 0.97); } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(82, 148, 226, 0.95); - outline-color: rgba(82, 148, 226, 0.25); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.35); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - .csd .titlebar { - background-color: rgba(47, 52, 63, 0.97); } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.37); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); - border-color: rgba(21, 23, 28, 0.67); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: rgba(92, 97, 108, 0.2); } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - margin: 10px; - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.trough { - background-color: #fcfcfc; - border-left: 1px solid #dcdfe3; } - .scrollbar.trough.horizontal { - border-left: none; - border-top: 1px solid #dcdfe3; } - .scrollbar.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; - border-left-width: 4px; - background-color: #b8babf; } - .scrollbar.slider.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; } - .scrollbar.slider:hover { - background-color: #cfd1d4; } - .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294e2; } - .scrollbar.slider.fine-tune { - border-width: 4px; } - .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294e2; } - .scrollbar.slider:insensitive { - background-color: transparent; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - background-color: #fcfcfc; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive GtkLabel { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: rgba(31, 33, 40, 0.95); } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: rgba(47, 52, 63, 0.97); - border-bottom: 1px solid rgba(32, 35, 43, 0.97); } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar { - border: none; - background-color: #fbfbfc; } - .sidebar .scrollbar.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; } - .sidebar:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - -.pane-separator { - background-image: linear-gradient(to bottom, #dcdfe3); } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: rgba(75, 81, 98, 0.95); - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); } - GtkColorSwatch.color-light:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4)); } - GtkColorSwatch.color-dark:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - GtkColorSwatch:hover { - border-color: rgba(0, 0, 0, 0.5); } - GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch:only-child { - border-radius: 3px; } - GtkColorSwatch.color-active-badge { - border-width: 2px; } - GtkColorSwatch.color-active-badge:hover { - background-image: none; } - GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover { - color: rgba(0, 0, 0, 0.3); - border-color: rgba(0, 0, 0, 0.3); } - GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.5); } - -GtkColorChooserWidget #add-color-button { - border-color: #e8ebed; - background-color: #e8ebed; - color: #F5F6F7; - box-shadow: none; } - GtkColorChooserWidget #add-color-button:hover { - border-color: #dcdfe3; - background-color: #dcdfe3; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - -.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, -.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, .titlebar .button.titlebutton, -.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 8px 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); - color: transparent; - background-position: center; - background-repeat: no-repeat; } - .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, - .header-bar.selection-mode .button.titlebutton:backdrop, .titlebar.selection-mode .button.titlebutton:backdrop { - opacity: 1; } - -.header-bar .right .button.titlebutton:nth-last-child(3), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar .left .button.titlebutton:nth-child(3), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar .right .button.titlebutton:nth-last-child(3), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar .left .button.titlebutton:nth-child(3), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):hover, .header-bar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(3):hover, - .header-bar .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(3):hover, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(3):hover, - .titlebar .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar .left .button.titlebutton:nth-child(3):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar .left .button.titlebutton:nth-child(3):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar .left .button.titlebutton:nth-child(3):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar .left .button.titlebutton:nth-child(3):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:nth-last-child(2), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar .left .button.titlebutton:nth-child(2), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar .right .button.titlebutton:nth-last-child(2), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar .left .button.titlebutton:nth-child(2), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):hover, .header-bar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(2):hover, - .header-bar .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(2):hover, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(2):hover, - .titlebar .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar .left .button.titlebutton:nth-child(2):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar .left .button.titlebutton:nth-child(2):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar .left .button.titlebutton:nth-child(2):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar .left .button.titlebutton:nth-child(2):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:last-child, -.header-bar .right:dir(rtl) .button.titlebutton:first-child, -.header-bar .left .button.titlebutton:first-child, -.header-bar .left:dir(rtl) .button.titlebutton:last-child, .titlebar .right .button.titlebutton:last-child, -.titlebar .right:dir(rtl) .button.titlebutton:first-child, -.titlebar .left .button.titlebutton:first-child, -.titlebar .left:dir(rtl) .button.titlebutton:last-child, -.header-bar.selection-mode .right .button.titlebutton:last-child, -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.header-bar.selection-mode .left .button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child, .titlebar.selection-mode .right .button.titlebutton:last-child, -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.titlebar.selection-mode .left .button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:hover, .header-bar .right .button.titlebutton:last-child:backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar .left .button.titlebutton:first-child:hover, - .header-bar .left .button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar .right .button.titlebutton:last-child:hover, .titlebar .right .button.titlebutton:last-child:backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar .left .button.titlebutton:first-child:hover, - .titlebar .left .button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar .left .button.titlebutton:first-child:active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar .right .button.titlebutton:last-child:active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar .left .button.titlebutton:first-child:active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar .left .button.titlebutton:first-child:backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar .right .button.titlebutton:last-child:backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar .left .button.titlebutton:first-child:backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - color: rgba(207, 218, 231, 0.8); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - -.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: rgba(38, 42, 51, 0.97); } - -.open-document-selector-listbox-row { - border-bottom: 1px solid #e7e9ec; - padding: 6px 6px 6px 12px; } - .open-document-selector-listbox-row .path-label { - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - .open-document-selector-listbox-row:selected .path-label { - color: rgba(255, 255, 255, 0.7); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: rgba(65, 70, 84, 0.95); } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(32, 35, 43, 0.97); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: rgba(64, 71, 86, 0.97); - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: rgba(43, 46, 55, 0.95); - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(53, 57, 69, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(38, 42, 51, 0.97); } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -NautilusWindow GtkBox.sidebar { - background-color: transparent; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, -NautilusWindow .sidebar, -NautilusWindow MarlinPlacesSidebar, -NemoWindow .sidebar, -NemoWindow MarlinPlacesSidebar, -MarlinViewWindow .sidebar, -MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(53, 57, 69, 0.95); } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar .source-list.sidebar row, - NautilusWindow MarlinPlacesSidebar .view, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row, - NemoWindow .sidebar .view, - NemoWindow .sidebar .source-list.sidebar row, - NemoWindow MarlinPlacesSidebar .view, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar .source-list.sidebar row, - MarlinViewWindow MarlinPlacesSidebar .view, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar .source-list.sidebar row.image, - NautilusWindow MarlinPlacesSidebar .view.image, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar .source-list.sidebar row.image, - NemoWindow MarlinPlacesSidebar .view.image, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar .source-list.sidebar row.image, - MarlinViewWindow MarlinPlacesSidebar .view.image, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar .source-list.sidebar row.cell:selected, - NautilusWindow MarlinPlacesSidebar .view.cell:selected, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar .source-list.sidebar row.cell:selected, - NemoWindow MarlinPlacesSidebar .view.cell:selected, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, - NautilusWindow .sidebar.frame, - NautilusWindow MarlinPlacesSidebar.frame, - NemoWindow .sidebar.frame, - NemoWindow MarlinPlacesSidebar.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow MarlinPlacesSidebar.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow MarlinPlacesSidebar .separator, - NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NautilusWindow MarlinPlacesSidebar .view.separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow MarlinPlacesSidebar .separator, - NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NemoWindow MarlinPlacesSidebar .view.separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow MarlinPlacesSidebar .separator, - MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - MarlinViewWindow MarlinPlacesSidebar .view.separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(53, 57, 69, 0.95); } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(38, 42, 51, 0.97); } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(47, 52, 63, 0.97); } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -GeditWindow.background > .titlebar.default-decoration, -GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #2f343f; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: rgba(53, 57, 69, 0.95); } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: rgba(53, 57, 69, 0.95); } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .scrollbars-junction, - GeditFileBrowserWidget .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: rgba(37, 40, 49, 0.95); } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, -NautilusWindow .sidebar .trough.scrollbar, -NautilusWindow MarlinPlacesSidebar .trough.scrollbar, -NemoWindow .sidebar .trough.scrollbar, -NemoWindow MarlinPlacesSidebar .trough.scrollbar, -MarlinViewWindow .sidebar .trough.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .trough.scrollbar, GeditFileBrowserWidget .trough.scrollbar { - background-color: transparent; - border-color: transparent; } - -GtkFileChooserDialog .sidebar .slider.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar, -NautilusWindow .sidebar .slider.scrollbar, -NautilusWindow MarlinPlacesSidebar .slider.scrollbar, -NemoWindow .sidebar .slider.scrollbar, -NemoWindow MarlinPlacesSidebar .slider.scrollbar, -MarlinViewWindow .sidebar .slider.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { - border-radius: 20px; - border: 3px solid transparent; - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, - NautilusWindow .sidebar .slider.scrollbar:hover, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, - NemoWindow .sidebar .slider.scrollbar:hover, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, - MarlinViewWindow .sidebar .slider.scrollbar:hover, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NemoWindow .sidebar .slider.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NautilusWindow .sidebar .slider.fine-tune.scrollbar, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NemoWindow .sidebar .slider.fine-tune.scrollbar, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, GeditFileBrowserWidget .slider.fine-tune.scrollbar { - border-width: 4px; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, - NautilusWindow .sidebar .slider.scrollbar:insensitive, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - NemoWindow .sidebar .slider.scrollbar:insensitive, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - MarlinViewWindow .sidebar .slider.scrollbar:insensitive, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, GeditFileBrowserWidget .slider.scrollbar:insensitive { - background-color: transparent; } - -/* GTK NAMED COLORS */ -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css deleted file mode 100644 index 6394a6a..0000000 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ /dev/null @@ -1,4064 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #a9caf1; - -GtkWidget-visited-link-color: #7eafe9; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(211, 218, 227, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #D3DAE3; - background-color: #383C4A; } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #383C4A; - color: #D3DAE3; } - .gtkstyle-fallback:prelight { - background-color: #4e5467; - color: #D3DAE3; } - .gtkstyle-fallback:active { - background-color: #22242d; - color: #D3DAE3; } - .gtkstyle-fallback:insensitive { - background-color: #3c4150; - color: rgba(211, 218, 227, 0.45); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #D3DAE3; - background-color: #404552; } - .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(211, 218, 227, 0.55); } - .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #D3DAE3; } - -GtkLabel:insensitive { - color: rgba(211, 218, 227, 0.45); } - -.dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #404552; - border-top: 1px solid #2b2e39; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #2b2e39; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #2b2e39; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar GtkLabel { - padding: 6px 12px; } - -GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #3c414e; } - -GtkFlowBox .grid-child { - padding: 3px; - border-radius: 3px; } - GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: #353945; - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #D3DAE3; - border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #D3DAE3; - border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #D3DAE3; - border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); - box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } - .entry:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(64, 69, 82, 0.55); - background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #ab6441); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #b6bcc6; } - .linked.vertical > .entry { - border-bottom-color: #3a3e4a; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(68, 74, 88, 0); - border-color: rgba(43, 46, 57, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #D3DAE3; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: #353945; - border-color: #23262e; } - .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.suggested-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.destructive-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, - .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > GtkLabel, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > GtkLabel, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 2px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .inline-toolbar GtkToolButton > .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #484c59; } - .menuitem.button.flat:checked { - color: #D3DAE3; } - -*:link, .button:link, .button:visited { - color: #a9caf1; } - *:link:visited, .button:visited { - color: #7eafe9; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #d5e5f8; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #a9caf1; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(43, 46, 57, 0.6); - border-style: none none none solid; - color: #ccd3dc; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(211, 218, 227, 0.45); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .button { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(211, 218, 227, 0.45); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #383C4A; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.9); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } - -.inline-toolbar { - background-color: #313541; - border-style: solid; - border-color: #2b2e39; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #383C4A; - border-style: solid; - border-color: #2b2e39; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #313541; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px #363b48; } - .csd .titlebar { - background-color: #2f343f; } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: #323843; } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #a45d39); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #aa3c3b); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.4); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3e4553); - border-color: rgba(21, 23, 28, 0.7); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: rgba(211, 218, 227, 0.2); } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #93b7e3; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #8a909b; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #D3DAE3; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #D3DAE3; - background-image: linear-gradient(to bottom, #2b2e39); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #b6bcc6; - background-color: #404552; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #D3DAE3; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #404552; } - column-header .button:active:hover { - color: #D3DAE3; } - column-header .button:insensitive { - border-color: #383C4A; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #383C4A; - border: 1px solid #2b2e39; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(211, 218, 227, 0.45); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(64, 69, 82, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #4f5461; } - .menu.button.bottom { - border-top: 1px solid #4f5461; } - .menu.button:hover { - background-color: #4f5461; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - margin: 10px; - padding: 2px; - border: 1px solid #20222a; - border-radius: 3px; - background-clip: border-box; - background-color: #383C4A; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(64, 69, 82, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #404552; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #2b2e39; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #383C4A; } - .notebook.header.frame { - border: 0px solid #2b2e39; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #2b2e39; } - .notebook.header.bottom { - box-shadow: inset 0 1px #2b2e39; } - .notebook.header.right { - box-shadow: inset 1px 0 #2b2e39; } - .notebook.header.left { - box-shadow: inset -1px 0 #2b2e39; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #404552; - box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(211, 218, 227, 0.45); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(211, 218, 227, 0.725); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #D3DAE3; } - .notebook tab .button { - padding: 0; - color: #9da3ad; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(211, 218, 227, 0.45); } - .notebook.arrow:hover { - color: rgba(211, 218, 227, 0.725); } - .notebook.arrow:active { - color: #D3DAE3; } - .notebook.arrow:insensitive { - color: rgba(211, 218, 227, 0.15); } - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.trough { - background-color: #3e434f; - border-left: 1px solid #2b2e39; } - .scrollbar.trough.horizontal { - border-left: none; - border-top: 1px solid #2b2e39; } - .scrollbar.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; - border-left-width: 4px; - background-color: #767b87; } - .scrollbar.slider.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; } - .scrollbar.slider:hover { - background-color: #5f6470; } - .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294e2; } - .scrollbar.slider.fine-tune { - border-width: 4px; } - .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294e2; } - .scrollbar.slider:insensitive { - background-color: transparent; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - background-color: #3e434f; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(211, 218, 227, 0.45); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #444a58); - border: 1px solid #262933; - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, #505666); - border-color: #262933; } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3c414e); - border-color: rgba(38, 41, 51, 0.8); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, #353945); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #2d303b); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, #454a59); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(211, 218, 227, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #2d303b; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: #404552; - border-color: #404552; } - -.frame { - border: 1px solid #2b2e39; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #404552; - border-color: #2b2e39; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(255, 255, 255, 0.03); } - .list-row.button:active { - color: #D3DAE3; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive GtkLabel { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: #353945; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1f2128; } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: white; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #D3DAE3; - border: 1px solid #2b2e39; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #D3DAE3; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(211, 218, 227, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #D3DAE3; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #2f343f; - border-bottom: 1px solid #20232b; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #383C4A; - border-color: #2b2e39; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #2b2e39; } - -.sidebar { - border: none; - background-color: #3c4150; } - .sidebar .scrollbar.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; } - .sidebar:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #D3DAE3; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - -.pane-separator { - background-image: linear-gradient(to bottom, #2b2e39); } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: #4b5162; - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); } - GtkColorSwatch.color-light:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4)); } - GtkColorSwatch.color-dark:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - GtkColorSwatch:hover { - border-color: rgba(0, 0, 0, 0.5); } - GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch:only-child { - border-radius: 3px; } - GtkColorSwatch.color-active-badge { - border-width: 2px; } - GtkColorSwatch.color-active-badge:hover { - background-image: none; } - GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover { - color: rgba(0, 0, 0, 0.3); - border-color: rgba(0, 0, 0, 0.3); } - GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.5); } - -GtkColorChooserWidget #add-color-button { - border-color: #313541; - background-color: #313541; - color: #383C4A; - box-shadow: none; } - GtkColorChooserWidget #add-color-button:hover { - border-color: #2b2e39; - background-color: #2b2e39; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - -.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, -.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, .titlebar .button.titlebutton, -.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 8px 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); - color: transparent; - background-position: center; - background-repeat: no-repeat; } - .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, - .header-bar.selection-mode .button.titlebutton:backdrop, .titlebar.selection-mode .button.titlebutton:backdrop { - opacity: 1; } - -.header-bar .right .button.titlebutton:nth-last-child(3), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar .left .button.titlebutton:nth-child(3), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar .right .button.titlebutton:nth-last-child(3), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar .left .button.titlebutton:nth-child(3), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):hover, .header-bar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(3):hover, - .header-bar .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(3):hover, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(3):hover, - .titlebar .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar .left .button.titlebutton:nth-child(3):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar .left .button.titlebutton:nth-child(3):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar .left .button.titlebutton:nth-child(3):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar .left .button.titlebutton:nth-child(3):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:nth-last-child(2), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar .left .button.titlebutton:nth-child(2), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar .right .button.titlebutton:nth-last-child(2), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar .left .button.titlebutton:nth-child(2), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):hover, .header-bar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(2):hover, - .header-bar .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(2):hover, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(2):hover, - .titlebar .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar .left .button.titlebutton:nth-child(2):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar .left .button.titlebutton:nth-child(2):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar .left .button.titlebutton:nth-child(2):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar .left .button.titlebutton:nth-child(2):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:last-child, -.header-bar .right:dir(rtl) .button.titlebutton:first-child, -.header-bar .left .button.titlebutton:first-child, -.header-bar .left:dir(rtl) .button.titlebutton:last-child, .titlebar .right .button.titlebutton:last-child, -.titlebar .right:dir(rtl) .button.titlebutton:first-child, -.titlebar .left .button.titlebutton:first-child, -.titlebar .left:dir(rtl) .button.titlebutton:last-child, -.header-bar.selection-mode .right .button.titlebutton:last-child, -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.header-bar.selection-mode .left .button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child, .titlebar.selection-mode .right .button.titlebutton:last-child, -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.titlebar.selection-mode .left .button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:hover, .header-bar .right .button.titlebutton:last-child:backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar .left .button.titlebutton:first-child:hover, - .header-bar .left .button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar .right .button.titlebutton:last-child:hover, .titlebar .right .button.titlebutton:last-child:backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar .left .button.titlebutton:first-child:hover, - .titlebar .left .button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar .left .button.titlebutton:first-child:active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar .right .button.titlebutton:last-child:active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar .left .button.titlebutton:first-child:active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar .left .button.titlebutton:first-child:backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar .right .button.titlebutton:last-child:backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar .left .button.titlebutton:first-child:backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - color: rgba(207, 218, 231, 0.8); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - -.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } - -GtkHTML { - background-color: #404552; - color: #D3DAE3; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #D3DAE3; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -NautilusNotebook.notebook { - background-color: #404552; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #404552; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #2b2e39; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: #262a33; } - -.open-document-selector-listbox-row { - border-bottom: 1px solid #2d303b; - padding: 6px 6px 6px 12px; } - .open-document-selector-listbox-row .path-label { - font-size: smaller; - color: rgba(211, 218, 227, 0.7); } - .open-document-selector-listbox-row:selected .path-label { - color: rgba(255, 255, 255, 0.7); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #9da3ad; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #D3DAE3; } - -.gedit-document-panel-dragged-row { - border: 1px solid #2b2e39; - background-color: #22242d; - color: #D3DAE3; } - -GeditStatusbar { - border-top: 1px solid #2b2e39; - background-color: #383C4A; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #2b2e39; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(211, 218, 227, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #3c4150; - padding: 6px; - border-color: #2b2e39; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #D3DAE3; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #383C4A; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #2b2e39; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #404552; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #D3DAE3; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(211, 218, 227, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, #2b2e37); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: #2b2e37; - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: #414654; } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(255, 255, 255, 0.05); - border: solid rgba(255, 255, 255, 0.07); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(211, 218, 227, 0.45); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #D3DAE3; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid #20232b; - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px #363b48; } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, #20232b); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: #404756; - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #2b2e39; - border-right: 1px solid #2b2e39; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #2b2e39; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #2b2e39; - background-color: #383C4A; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #383C4A; - color: #D3DAE3; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: #434859; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #383C4A; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #D3DAE3; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #404552; } - -GraniteWidgetsWelcome GtkLabel { - color: #868b97; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(211, 218, 227, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #404552); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #a5abb5; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: #2b2e37; - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px #1b1d23; } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #D3DAE3; } - -#content_frame { - padding-bottom: 14px; - background-color: #383C4A; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - #content_frame .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #2f343f; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #262a33; } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -#login_window #user_combobox { - color: #D3DAE3; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #262a33; } - -NemoWindow GtkEventBox { - background-color: #383C4A; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog .sidebar, -NautilusWindow .sidebar, -NemoWindow .sidebar { - border-right: 1px solid #2a2d37; } - -GtkFileChooserDialog .sidebar:dir(rtl), -NautilusWindow .sidebar:dir(rtl), -NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid #2a2d37; } - -NautilusWindow GtkBox.sidebar { - background-color: transparent; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, -NautilusWindow .sidebar, -NautilusWindow MarlinPlacesSidebar, -NemoWindow .sidebar, -NemoWindow MarlinPlacesSidebar, -MarlinViewWindow .sidebar, -MarlinViewWindow MarlinPlacesSidebar { - background-color: #353945; } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar .source-list.sidebar row, - NautilusWindow MarlinPlacesSidebar .view, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row, - NemoWindow .sidebar .view, - NemoWindow .sidebar .source-list.sidebar row, - NemoWindow MarlinPlacesSidebar .view, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar .source-list.sidebar row, - MarlinViewWindow MarlinPlacesSidebar .view, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar .source-list.sidebar row.image, - NautilusWindow MarlinPlacesSidebar .view.image, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar .source-list.sidebar row.image, - NemoWindow MarlinPlacesSidebar .view.image, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar .source-list.sidebar row.image, - MarlinViewWindow MarlinPlacesSidebar .view.image, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar .source-list.sidebar row.cell:selected, - NautilusWindow MarlinPlacesSidebar .view.cell:selected, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar .source-list.sidebar row.cell:selected, - NemoWindow MarlinPlacesSidebar .view.cell:selected, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, - NautilusWindow .sidebar.frame, - NautilusWindow MarlinPlacesSidebar.frame, - NemoWindow .sidebar.frame, - NemoWindow MarlinPlacesSidebar.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow MarlinPlacesSidebar.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow MarlinPlacesSidebar .separator, - NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NautilusWindow MarlinPlacesSidebar .view.separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow MarlinPlacesSidebar .separator, - NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NemoWindow MarlinPlacesSidebar .view.separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow MarlinPlacesSidebar .separator, - MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - MarlinViewWindow MarlinPlacesSidebar .view.separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #2a2d37; } - -NautilusWindow NautilusWindowSlot { - background-color: #404552; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #353945; } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: #1f2128; } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #262a33; } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #2a2d37; } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #2b2e39; } - -GeditWindow.background > .titlebar.default-decoration, -GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #2f343f; } - -.gedit-bottom-panel-paned { - background-color: #404552; } - -.gedit-document-panel { - background-color: #353945; } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: #353945; } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .scrollbars-junction, - GeditFileBrowserWidget .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: #252831; } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, -NautilusWindow .sidebar .trough.scrollbar, -NautilusWindow MarlinPlacesSidebar .trough.scrollbar, -NemoWindow .sidebar .trough.scrollbar, -NemoWindow MarlinPlacesSidebar .trough.scrollbar, -MarlinViewWindow .sidebar .trough.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .trough.scrollbar, GeditFileBrowserWidget .trough.scrollbar { - background-color: transparent; - border-color: transparent; } - -GtkFileChooserDialog .sidebar .slider.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar, -NautilusWindow .sidebar .slider.scrollbar, -NautilusWindow MarlinPlacesSidebar .slider.scrollbar, -NemoWindow .sidebar .slider.scrollbar, -NemoWindow MarlinPlacesSidebar .slider.scrollbar, -MarlinViewWindow .sidebar .slider.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { - border-radius: 20px; - border: 3px solid transparent; - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, - NautilusWindow .sidebar .slider.scrollbar:hover, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, - NemoWindow .sidebar .slider.scrollbar:hover, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, - MarlinViewWindow .sidebar .slider.scrollbar:hover, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NemoWindow .sidebar .slider.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NautilusWindow .sidebar .slider.fine-tune.scrollbar, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NemoWindow .sidebar .slider.fine-tune.scrollbar, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, GeditFileBrowserWidget .slider.fine-tune.scrollbar { - border-width: 4px; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, - NautilusWindow .sidebar .slider.scrollbar:insensitive, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - NemoWindow .sidebar .slider.scrollbar:insensitive, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - MarlinViewWindow .sidebar .slider.scrollbar:insensitive, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, GeditFileBrowserWidget .slider.scrollbar:insensitive { - background-color: transparent; } - -/* GTK NAMED COLORS */ -@define-color theme_fg_color #D3DAE3; -@define-color theme_text_color #D3DAE3; -@define-color theme_bg_color #383C4A; -@define-color theme_base_color #404552; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #D3DAE3; -@define-color text_color #D3DAE3; -@define-color bg_color #383C4A; -@define-color base_color #404552; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #3c4150; -@define-color insensitive_fg_color alpha(#d3dae3, 0.5); -@define-color insensitive_base_color #404552; -@define-color theme_unfocused_fg_color #D3DAE3; -@define-color theme_unfocused_text_color #D3DAE3; -@define-color theme_unfocused_bg_color #383C4A; -@define-color theme_unfocused_base_color #404552; -@define-color borders #2b2e39; -@define-color unfocused_borders #2b2e39; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #a9caf1; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #404552; diff --git a/common/gtk-3.0/3.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css deleted file mode 100644 index 3164d2f..0000000 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ /dev/null @@ -1,4057 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: #F5F6F7; } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #5c616c; } - -GtkLabel:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar GtkLabel { - padding: 6px 12px; } - -GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -GtkFlowBox .grid-child { - padding: 3px; - border-radius: 3px; } - GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: #353945; - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: #353945; - border-color: #23262e; } - .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, - .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > GtkLabel, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > GtkLabel, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .button { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.9); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px #363b48; } - .csd .titlebar { - background-color: #2f343f; } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: #323843; } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #a45d39); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #aa3c3b); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.4); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3e4553); - border-color: rgba(21, 23, 28, 0.7); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: rgba(92, 97, 108, 0.2); } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - margin: 10px; - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.trough { - background-color: #fcfcfc; - border-left: 1px solid #dcdfe3; } - .scrollbar.trough.horizontal { - border-left: none; - border-top: 1px solid #dcdfe3; } - .scrollbar.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; - border-left-width: 4px; - background-color: #b8babf; } - .scrollbar.slider.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; } - .scrollbar.slider:hover { - background-color: #cfd1d4; } - .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294e2; } - .scrollbar.slider.fine-tune { - border-width: 4px; } - .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294e2; } - .scrollbar.slider:insensitive { - background-color: transparent; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - background-color: #fcfcfc; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, #353945); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, #454a59); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive GtkLabel { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: #353945; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1f2128; } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #2f343f; - border-bottom: 1px solid #20232b; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar { - border: none; - background-color: #fbfbfc; } - .sidebar .scrollbar.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; } - .sidebar:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - -.pane-separator { - background-image: linear-gradient(to bottom, #dcdfe3); } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: #4b5162; - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); } - GtkColorSwatch.color-light:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4)); } - GtkColorSwatch.color-dark:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - GtkColorSwatch:hover { - border-color: rgba(0, 0, 0, 0.5); } - GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch:only-child { - border-radius: 3px; } - GtkColorSwatch.color-active-badge { - border-width: 2px; } - GtkColorSwatch.color-active-badge:hover { - background-image: none; } - GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover { - color: rgba(0, 0, 0, 0.3); - border-color: rgba(0, 0, 0, 0.3); } - GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.5); } - -GtkColorChooserWidget #add-color-button { - border-color: #e8ebed; - background-color: #e8ebed; - color: #F5F6F7; - box-shadow: none; } - GtkColorChooserWidget #add-color-button:hover { - border-color: #dcdfe3; - background-color: #dcdfe3; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - -.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, -.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, .titlebar .button.titlebutton, -.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 8px 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); - color: transparent; - background-position: center; - background-repeat: no-repeat; } - .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, - .header-bar.selection-mode .button.titlebutton:backdrop, .titlebar.selection-mode .button.titlebutton:backdrop { - opacity: 1; } - -.header-bar .right .button.titlebutton:nth-last-child(3), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar .left .button.titlebutton:nth-child(3), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar .right .button.titlebutton:nth-last-child(3), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar .left .button.titlebutton:nth-child(3), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):hover, .header-bar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(3):hover, - .header-bar .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(3):hover, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(3):hover, - .titlebar .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar .left .button.titlebutton:nth-child(3):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar .left .button.titlebutton:nth-child(3):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar .left .button.titlebutton:nth-child(3):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar .left .button.titlebutton:nth-child(3):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:nth-last-child(2), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar .left .button.titlebutton:nth-child(2), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar .right .button.titlebutton:nth-last-child(2), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar .left .button.titlebutton:nth-child(2), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):hover, .header-bar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(2):hover, - .header-bar .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(2):hover, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(2):hover, - .titlebar .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar .left .button.titlebutton:nth-child(2):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar .left .button.titlebutton:nth-child(2):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar .left .button.titlebutton:nth-child(2):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar .left .button.titlebutton:nth-child(2):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - -.header-bar .right .button.titlebutton:last-child, -.header-bar .right:dir(rtl) .button.titlebutton:first-child, -.header-bar .left .button.titlebutton:first-child, -.header-bar .left:dir(rtl) .button.titlebutton:last-child, .titlebar .right .button.titlebutton:last-child, -.titlebar .right:dir(rtl) .button.titlebutton:first-child, -.titlebar .left .button.titlebutton:first-child, -.titlebar .left:dir(rtl) .button.titlebutton:last-child, -.header-bar.selection-mode .right .button.titlebutton:last-child, -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.header-bar.selection-mode .left .button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child, .titlebar.selection-mode .right .button.titlebutton:last-child, -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.titlebar.selection-mode .left .button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:hover, .header-bar .right .button.titlebutton:last-child:backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar .left .button.titlebutton:first-child:hover, - .header-bar .left .button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar .right .button.titlebutton:last-child:hover, .titlebar .right .button.titlebutton:last-child:backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar .left .button.titlebutton:first-child:hover, - .titlebar .left .button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar .left .button.titlebutton:first-child:active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar .right .button.titlebutton:last-child:active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar .left .button.titlebutton:first-child:active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .right .button.titlebutton:last-child:backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar .left .button.titlebutton:first-child:backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar .right .button.titlebutton:last-child:backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar .left .button.titlebutton:first-child:backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - color: rgba(207, 218, 231, 0.8); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - background-image: none; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - -.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: #262a33; } - -.open-document-selector-listbox-row { - border-bottom: 1px solid #e7e9ec; - padding: 6px 6px 6px 12px; } - .open-document-selector-listbox-row .path-label { - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - .open-document-selector-listbox-row:selected .path-label { - color: rgba(255, 255, 255, 0.7); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, #2b2e37); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: #2b2e37; - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: #414654; } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid #20232b; - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px #363b48; } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, #20232b); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: #404756; - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: #2b2e37; - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px #1b1d23; } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #353945; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #353945; } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #262a33; } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -NautilusWindow GtkBox.sidebar { - background-color: transparent; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, -NautilusWindow .sidebar, -NautilusWindow MarlinPlacesSidebar, -NemoWindow .sidebar, -NemoWindow MarlinPlacesSidebar, -MarlinViewWindow .sidebar, -MarlinViewWindow MarlinPlacesSidebar { - background-color: #353945; } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar .source-list.sidebar row, - NautilusWindow MarlinPlacesSidebar .view, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row, - NemoWindow .sidebar .view, - NemoWindow .sidebar .source-list.sidebar row, - NemoWindow MarlinPlacesSidebar .view, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar .source-list.sidebar row, - MarlinViewWindow MarlinPlacesSidebar .view, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar .source-list.sidebar row.image, - NautilusWindow MarlinPlacesSidebar .view.image, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar .source-list.sidebar row.image, - NemoWindow MarlinPlacesSidebar .view.image, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar .source-list.sidebar row.image, - MarlinViewWindow MarlinPlacesSidebar .view.image, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar .source-list.sidebar row.cell:selected, - NautilusWindow MarlinPlacesSidebar .view.cell:selected, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar .source-list.sidebar row.cell:selected, - NemoWindow MarlinPlacesSidebar .view.cell:selected, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, - NautilusWindow .sidebar.frame, - NautilusWindow MarlinPlacesSidebar.frame, - NemoWindow .sidebar.frame, - NemoWindow MarlinPlacesSidebar.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow MarlinPlacesSidebar.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow MarlinPlacesSidebar .separator, - NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NautilusWindow MarlinPlacesSidebar .view.separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow MarlinPlacesSidebar .separator, - NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NemoWindow MarlinPlacesSidebar .view.separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow MarlinPlacesSidebar .separator, - MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - MarlinViewWindow MarlinPlacesSidebar .view.separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #353945; } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #353945; } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: #2a2d37; } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #262a33; } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #353945; } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -GeditWindow.background > .titlebar.default-decoration, -GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #2f343f; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: #353945; } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: #353945; } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .scrollbars-junction, - GeditFileBrowserWidget .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: #252831; } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, -NautilusWindow .sidebar .trough.scrollbar, -NautilusWindow MarlinPlacesSidebar .trough.scrollbar, -NemoWindow .sidebar .trough.scrollbar, -NemoWindow MarlinPlacesSidebar .trough.scrollbar, -MarlinViewWindow .sidebar .trough.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .trough.scrollbar, GeditFileBrowserWidget .trough.scrollbar { - background-color: transparent; - border-color: transparent; } - -GtkFileChooserDialog .sidebar .slider.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar, -NautilusWindow .sidebar .slider.scrollbar, -NautilusWindow MarlinPlacesSidebar .slider.scrollbar, -NemoWindow .sidebar .slider.scrollbar, -NemoWindow MarlinPlacesSidebar .slider.scrollbar, -MarlinViewWindow .sidebar .slider.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { - border-radius: 20px; - border: 3px solid transparent; - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, - NautilusWindow .sidebar .slider.scrollbar:hover, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, - NemoWindow .sidebar .slider.scrollbar:hover, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, - MarlinViewWindow .sidebar .slider.scrollbar:hover, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NemoWindow .sidebar .slider.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NautilusWindow .sidebar .slider.fine-tune.scrollbar, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NemoWindow .sidebar .slider.fine-tune.scrollbar, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, GeditFileBrowserWidget .slider.fine-tune.scrollbar { - border-width: 4px; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, - NautilusWindow .sidebar .slider.scrollbar:insensitive, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - NemoWindow .sidebar .slider.scrollbar:insensitive, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - MarlinViewWindow .sidebar .slider.scrollbar:insensitive, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, GeditFileBrowserWidget .slider.scrollbar:insensitive { - background-color: transparent; } - -/* GTK NAMED COLORS */ -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css deleted file mode 100644 index 0e2152c..0000000 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ /dev/null @@ -1,4057 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: #F5F6F7; } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #5c616c; } - -GtkLabel:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar GtkLabel { - padding: 6px 12px; } - -GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -GtkFlowBox .grid-child { - padding: 3px; - border-radius: 3px; } - GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: #353945; - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: #353945; - border-color: #23262e; } - .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, - .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > GtkLabel, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > GtkLabel, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .button { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.9); } - -.primary-toolbar { - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #e7e8eb, #d4d5db) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; } - .csd .header-bar { - background-color: #e7e8eb; - border-color: #d4d5db; } - .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #e7e8eb; - border-color: #d4d5db; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #e7e8eb; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #e7e8eb; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: inset 0 1px #eff0f2; } - .csd .titlebar { - background-color: #e7e8eb; } - .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); - background-color: #eff0f2; } - .csd .titlebar:backdrop { - background-color: #eff0f2; } - .maximized .titlebar { - background-color: #e7e8eb; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #eff0f2; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: border-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: #F27835; - background-image: linear-gradient(to bottom, #eea57e); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #f48480); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - outline-offset: -3px; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - background-clip: border-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f5f5f7); - border-color: rgba(82, 93, 118, 0.3); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: rgba(92, 97, 108, 0.2); } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } - .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - margin: 10px; - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.trough { - background-color: #fcfcfc; - border-left: 1px solid #dcdfe3; } - .scrollbar.trough.horizontal { - border-left: none; - border-top: 1px solid #dcdfe3; } - .scrollbar.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; - border-left-width: 4px; - background-color: #b8babf; } - .scrollbar.slider.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; } - .scrollbar.slider:hover { - background-color: #cfd1d4; } - .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294e2; } - .scrollbar.slider.fine-tune { - border-width: 4px; } - .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294e2; } - .scrollbar.slider:insensitive { - background-color: transparent; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - background-color: #fcfcfc; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, #353945); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, #454a59); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive GtkLabel { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: #353945; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1f2128; } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #e7e8eb; - border-bottom: 1px solid #d4d5db; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar { - border: none; - background-color: #fbfbfc; } - .sidebar .scrollbar.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; } - .sidebar:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - -.pane-separator { - background-image: linear-gradient(to bottom, #dcdfe3); } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: #4b5162; - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); } - GtkColorSwatch.color-light:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4)); } - GtkColorSwatch.color-dark:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - GtkColorSwatch:hover { - border-color: rgba(0, 0, 0, 0.5); } - GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch:only-child { - border-radius: 3px; } - GtkColorSwatch.color-active-badge { - border-width: 2px; } - GtkColorSwatch.color-active-badge:hover { - background-image: none; } - GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover { - color: rgba(0, 0, 0, 0.3); - border-color: rgba(0, 0, 0, 0.3); } - GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.5); } - -GtkColorChooserWidget #add-color-button { - border-color: #e8ebed; - background-color: #e8ebed; - color: #F5F6F7; - box-shadow: none; } - GtkColorChooserWidget #add-color-button:hover { - border-color: #dcdfe3; - background-color: #dcdfe3; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 4px 4px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - -.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, -.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, .titlebar .button.titlebutton, -.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 8px 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); - color: transparent; - background-position: center; - background-repeat: no-repeat; } - .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, - .header-bar.selection-mode .button.titlebutton:backdrop, .titlebar.selection-mode .button.titlebutton:backdrop { - opacity: 1; } - -.header-bar .right .button.titlebutton:nth-last-child(3), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar .left .button.titlebutton:nth-child(3), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar .right .button.titlebutton:nth-last-child(3), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar .left .button.titlebutton:nth-child(3), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):hover, .header-bar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(3):hover, - .header-bar .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(3):hover, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(3):hover, - .titlebar .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar .left .button.titlebutton:nth-child(3):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar .left .button.titlebutton:nth-child(3):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar .left .button.titlebutton:nth-child(3):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar .left .button.titlebutton:nth-child(3):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } - -.header-bar .right .button.titlebutton:nth-last-child(2), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar .left .button.titlebutton:nth-child(2), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar .right .button.titlebutton:nth-last-child(2), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar .left .button.titlebutton:nth-child(2), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):hover, .header-bar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(2):hover, - .header-bar .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(2):hover, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(2):hover, - .titlebar .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar .left .button.titlebutton:nth-child(2):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar .left .button.titlebutton:nth-child(2):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar .left .button.titlebutton:nth-child(2):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar .left .button.titlebutton:nth-child(2):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } - -.header-bar .right .button.titlebutton:last-child, -.header-bar .right:dir(rtl) .button.titlebutton:first-child, -.header-bar .left .button.titlebutton:first-child, -.header-bar .left:dir(rtl) .button.titlebutton:last-child, .titlebar .right .button.titlebutton:last-child, -.titlebar .right:dir(rtl) .button.titlebutton:first-child, -.titlebar .left .button.titlebutton:first-child, -.titlebar .left:dir(rtl) .button.titlebutton:last-child, -.header-bar.selection-mode .right .button.titlebutton:last-child, -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.header-bar.selection-mode .left .button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child, .titlebar.selection-mode .right .button.titlebutton:last-child, -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.titlebar.selection-mode .left .button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } - .header-bar .right .button.titlebutton:last-child:hover, .header-bar .right .button.titlebutton:last-child:backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar .left .button.titlebutton:first-child:hover, - .header-bar .left .button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar .right .button.titlebutton:last-child:hover, .titlebar .right .button.titlebutton:last-child:backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar .left .button.titlebutton:first-child:hover, - .titlebar .left .button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - .header-bar .right .button.titlebutton:last-child:active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar .left .button.titlebutton:first-child:active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar .right .button.titlebutton:last-child:active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar .left .button.titlebutton:first-child:active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } - .header-bar .right .button.titlebutton:last-child:backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar .left .button.titlebutton:first-child:backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar .right .button.titlebutton:last-child:backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar .left .button.titlebutton:first-child:backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } - -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - color: rgba(82, 93, 118, 0.8); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - background-image: none; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - -.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: #d4d5db; } - -.open-document-selector-listbox-row { - border-bottom: 1px solid #e7e9ec; - padding: 6px 6px 6px 12px; } - .open-document-selector-listbox-row .path-label { - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - .open-document-selector-listbox-row:selected .path-label { - color: rgba(255, 255, 255, 0.7); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, #2b2e37); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: #2b2e37; - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: #414654; } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(0, 0, 0, 0.1); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px #eff0f2; } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: #fdfdfe; - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: #2b2e37; - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px #1b1d23; } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #353945; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #353945; } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #d4d5db; } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -NautilusWindow GtkBox.sidebar { - background-color: transparent; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, -NautilusWindow .sidebar, -NautilusWindow MarlinPlacesSidebar, -NemoWindow .sidebar, -NemoWindow MarlinPlacesSidebar, -MarlinViewWindow .sidebar, -MarlinViewWindow MarlinPlacesSidebar { - background-color: #353945; } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar .source-list.sidebar row, - NautilusWindow MarlinPlacesSidebar .view, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row, - NemoWindow .sidebar .view, - NemoWindow .sidebar .source-list.sidebar row, - NemoWindow MarlinPlacesSidebar .view, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar .source-list.sidebar row, - MarlinViewWindow MarlinPlacesSidebar .view, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar .source-list.sidebar row.image, - NautilusWindow MarlinPlacesSidebar .view.image, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar .source-list.sidebar row.image, - NemoWindow MarlinPlacesSidebar .view.image, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar .source-list.sidebar row.image, - MarlinViewWindow MarlinPlacesSidebar .view.image, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar .source-list.sidebar row.cell:selected, - NautilusWindow MarlinPlacesSidebar .view.cell:selected, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar .source-list.sidebar row.cell:selected, - NemoWindow MarlinPlacesSidebar .view.cell:selected, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, - NautilusWindow .sidebar.frame, - NautilusWindow MarlinPlacesSidebar.frame, - NemoWindow .sidebar.frame, - NemoWindow MarlinPlacesSidebar.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow MarlinPlacesSidebar.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow MarlinPlacesSidebar .separator, - NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NautilusWindow MarlinPlacesSidebar .view.separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow MarlinPlacesSidebar .separator, - NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NemoWindow MarlinPlacesSidebar .view.separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow MarlinPlacesSidebar .separator, - MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - MarlinViewWindow MarlinPlacesSidebar .view.separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #353945; } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #353945; } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: #2a2d37; } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #d4d5db; } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #e7e8eb; } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #eff0f2; } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #e7e8eb; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #eff0f2; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #353945; } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -GeditWindow.background > .titlebar.default-decoration, -GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #e7e8eb; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: #353945; } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: #353945; } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .scrollbars-junction, - GeditFileBrowserWidget .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: #252831; } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, -NautilusWindow .sidebar .trough.scrollbar, -NautilusWindow MarlinPlacesSidebar .trough.scrollbar, -NemoWindow .sidebar .trough.scrollbar, -NemoWindow MarlinPlacesSidebar .trough.scrollbar, -MarlinViewWindow .sidebar .trough.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .trough.scrollbar, GeditFileBrowserWidget .trough.scrollbar { - background-color: transparent; - border-color: transparent; } - -GtkFileChooserDialog .sidebar .slider.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar, -NautilusWindow .sidebar .slider.scrollbar, -NautilusWindow MarlinPlacesSidebar .slider.scrollbar, -NemoWindow .sidebar .slider.scrollbar, -NemoWindow MarlinPlacesSidebar .slider.scrollbar, -MarlinViewWindow .sidebar .slider.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { - border-radius: 20px; - border: 3px solid transparent; - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, - NautilusWindow .sidebar .slider.scrollbar:hover, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, - NemoWindow .sidebar .slider.scrollbar:hover, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, - MarlinViewWindow .sidebar .slider.scrollbar:hover, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NemoWindow .sidebar .slider.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NautilusWindow .sidebar .slider.fine-tune.scrollbar, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NemoWindow .sidebar .slider.fine-tune.scrollbar, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, GeditFileBrowserWidget .slider.fine-tune.scrollbar { - border-width: 4px; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, - NautilusWindow .sidebar .slider.scrollbar:insensitive, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - NemoWindow .sidebar .slider.scrollbar:insensitive, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - MarlinViewWindow .sidebar .slider.scrollbar:insensitive, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, GeditFileBrowserWidget .slider.scrollbar:insensitive { - background-color: transparent; } - -/* GTK NAMED COLORS */ -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #e7e8eb; -@define-color wm_bg_unfocused #eff0f2; -@define-color wm_highlight #eff0f2; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #f46067; -@define-color wm_button_close_hover_bg #f68086; -@define-color wm_button_close_active_bg #f13039; -@define-color wm_icon_close_bg #F8F8F9; -@define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #D1D3DA; -@define-color wm_icon_bg #90949E; -@define-color wm_icon_unfocused_bg #B6B8C0; -@define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css deleted file mode 100644 index 0b0cae4..0000000 --- a/common/gtk-3.0/3.14/gtk.css +++ /dev/null @@ -1,4057 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { - color: #5c616c; } - -GtkLabel:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar GtkLabel { - padding: 6px 12px; } - -GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -GtkFlowBox .grid-child { - padding: 3px; - border-radius: 3px; } - GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: rgba(53, 57, 69, 0.95); - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(35, 38, 46, 0.95); } - .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, .titlebar .button.titlebutton, - .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .header-bar .titlebar.selection-mode .button.titlebutton, .titlebar.selection-mode .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > GtkLabel, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > GtkLabel, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .button { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.85); } - -.primary-toolbar { - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #e7e8eb, rgba(212, 213, 219, 0.95)) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; } - .csd .header-bar { - background-color: rgba(231, 232, 235, 0.95); - border-color: rgba(212, 213, 219, 0.95); } - .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(82, 148, 226, 0.95); - outline-color: rgba(82, 148, 226, 0.25); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.35); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #e7e8eb; - border-color: #d4d5db; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #e7e8eb; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #e7e8eb; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } - .csd .titlebar { - background-color: rgba(231, 232, 235, 0.95); } - .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); - background-color: #eff0f2; } - .csd .titlebar:backdrop { - background-color: rgba(239, 240, 242, 0.95); } - .maximized .titlebar { - background-color: #e7e8eb; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #eff0f2; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: border-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: #F27835; - background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: #FC4138; - background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - outline-offset: -3px; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - background-clip: border-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); - border-color: rgba(82, 93, 118, 0.3); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: rgba(92, 97, 108, 0.2); } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } - .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - margin: 10px; - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.trough { - background-color: #fcfcfc; - border-left: 1px solid #dcdfe3; } - .scrollbar.trough.horizontal { - border-left: none; - border-top: 1px solid #dcdfe3; } - .scrollbar.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; - border-left-width: 4px; - background-color: #b8babf; } - .scrollbar.slider.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; } - .scrollbar.slider:hover { - background-color: #cfd1d4; } - .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294e2; } - .scrollbar.slider.fine-tune { - border-width: 4px; } - .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294e2; } - .scrollbar.slider:insensitive { - background-color: transparent; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - background-color: #fcfcfc; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive GtkLabel { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: rgba(31, 33, 40, 0.95); } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: rgba(231, 232, 235, 0.95); - border-bottom: 1px solid rgba(212, 213, 219, 0.95); } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar { - border: none; - background-color: #fbfbfc; } - .sidebar .scrollbar.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; } - .sidebar:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - -.pane-separator { - background-image: linear-gradient(to bottom, #dcdfe3); } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: rgba(75, 81, 98, 0.95); - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4); } - GtkColorSwatch.color-light:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4)); } - GtkColorSwatch.color-dark:hover { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - GtkColorSwatch:hover { - border-color: rgba(0, 0, 0, 0.5); } - GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - GtkColorSwatch:only-child { - border-radius: 3px; } - GtkColorSwatch.color-active-badge { - border-width: 2px; } - GtkColorSwatch.color-active-badge:hover { - background-image: none; } - GtkColorSwatch.color-active-badge.color-light, GtkColorSwatch.color-active-badge.color-light:hover { - color: rgba(0, 0, 0, 0.3); - border-color: rgba(0, 0, 0, 0.3); } - GtkColorSwatch.color-active-badge.color-dark, GtkColorSwatch.color-active-badge.color-dark:hover { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.5); } - -GtkColorChooserWidget #add-color-button { - border-color: #e8ebed; - background-color: #e8ebed; - color: #F5F6F7; - box-shadow: none; } - GtkColorChooserWidget #add-color-button:hover { - border-color: #dcdfe3; - background-color: #dcdfe3; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 4px 4px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.csd.popup, .window-frame.csd.menu { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - -.header-bar.default-decoration .button.titlebutton, .titlebar.default-decoration .button.titlebutton, -.header-bar.selection-mode.default-decoration .button.titlebutton, .titlebar.selection-mode.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, .titlebar .button.titlebutton, -.header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { - padding: 8px 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); - color: transparent; - background-position: center; - background-repeat: no-repeat; } - .header-bar .button.titlebutton:backdrop, .titlebar .button.titlebutton:backdrop, - .header-bar.selection-mode .button.titlebutton:backdrop, .titlebar.selection-mode .button.titlebutton:backdrop { - opacity: 1; } - -.header-bar .right .button.titlebutton:nth-last-child(3), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar .left .button.titlebutton:nth-child(3), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar .right .button.titlebutton:nth-last-child(3), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar .left .button.titlebutton:nth-child(3), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(3), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left .button.titlebutton:nth-child(3), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left .button.titlebutton:nth-child(3), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):hover, .header-bar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(3):hover, - .header-bar .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(3):hover, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(3):hover, - .titlebar .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar .left .button.titlebutton:nth-child(3):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar .left .button.titlebutton:nth-child(3):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar .left .button.titlebutton:nth-child(3):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar .left .button.titlebutton:nth-child(3):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(3):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(3):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(3):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } - -.header-bar .right .button.titlebutton:nth-last-child(2), -.header-bar .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar .left .button.titlebutton:nth-child(2), -.header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar .right .button.titlebutton:nth-last-child(2), -.titlebar .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar .left .button.titlebutton:nth-child(2), -.titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right .button.titlebutton:nth-last-child(2), -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left .button.titlebutton:nth-child(2), -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2), .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2), -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left .button.titlebutton:nth-child(2), -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):hover, .header-bar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left .button.titlebutton:nth-child(2):hover, - .header-bar .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar .right .button.titlebutton:nth-last-child(2):hover, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left .button.titlebutton:nth-child(2):hover, - .titlebar .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar .left .button.titlebutton:nth-child(2):active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar .left .button.titlebutton:nth-child(2):active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } - .header-bar .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar .left .button.titlebutton:nth-child(2):backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar .left .button.titlebutton:nth-child(2):backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop, .titlebar.selection-mode .right .button.titlebutton:nth-last-child(2):backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left .button.titlebutton:nth-child(2):backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:nth-last-child(2):backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } - -.header-bar .right .button.titlebutton:last-child, -.header-bar .right:dir(rtl) .button.titlebutton:first-child, -.header-bar .left .button.titlebutton:first-child, -.header-bar .left:dir(rtl) .button.titlebutton:last-child, .titlebar .right .button.titlebutton:last-child, -.titlebar .right:dir(rtl) .button.titlebutton:first-child, -.titlebar .left .button.titlebutton:first-child, -.titlebar .left:dir(rtl) .button.titlebutton:last-child, -.header-bar.selection-mode .right .button.titlebutton:last-child, -.header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.header-bar.selection-mode .left .button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child, .titlebar.selection-mode .right .button.titlebutton:last-child, -.titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child, -.titlebar.selection-mode .left .button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } - .header-bar .right .button.titlebutton:last-child:hover, .header-bar .right .button.titlebutton:last-child:backdrop:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar .left .button.titlebutton:first-child:hover, - .header-bar .left .button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar .right .button.titlebutton:last-child:hover, .titlebar .right .button.titlebutton:last-child:backdrop:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar .left .button.titlebutton:first-child:hover, - .titlebar .left .button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - .header-bar .right .button.titlebutton:last-child:active:hover, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar .left .button.titlebutton:first-child:active:hover, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar .right .button.titlebutton:last-child:active:hover, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar .left .button.titlebutton:first-child:active:hover, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right .button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left .button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover, .titlebar.selection-mode .right .button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left .button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:active:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } - .header-bar .right .button.titlebutton:last-child:backdrop, - .header-bar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar .left .button.titlebutton:first-child:backdrop, - .header-bar .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar .right .button.titlebutton:last-child:backdrop, - .titlebar .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar .left .button.titlebutton:first-child:backdrop, - .titlebar .left:dir(rtl) .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right .button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left .button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop, .titlebar.selection-mode .right .button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .right:dir(rtl) .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left .button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) .button.titlebutton:last-child:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } - -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - color: rgba(82, 93, 118, 0.8); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child, .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - background-image: none; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:backdrop:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:backdrop:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .header-bar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .header-bar .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, .titlebar .left GtkMenuButton.button.titlebutton:first-child:active:hover, .titlebar .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:active:hover, - .titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child:checked, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:active:hover, - .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - -.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: rgba(212, 213, 219, 0.95); } - -.open-document-selector-listbox-row { - border-bottom: 1px solid #e7e9ec; - padding: 6px 6px 6px 12px; } - .open-document-selector-listbox-row .path-label { - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - .open-document-selector-listbox-row:selected .path-label { - color: rgba(255, 255, 255, 0.7); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: rgba(65, 70, 84, 0.95); } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(0, 0, 0, 0.1); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: rgba(253, 253, 254, 0.95); - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: rgba(43, 46, 55, 0.95); - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(53, 57, 69, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(212, 213, 219, 0.95); } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -NautilusWindow GtkBox.sidebar { - background-color: transparent; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog MarlinPlacesSidebar, -NautilusWindow .sidebar, -NautilusWindow MarlinPlacesSidebar, -NemoWindow .sidebar, -NemoWindow MarlinPlacesSidebar, -MarlinViewWindow .sidebar, -MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(53, 57, 69, 0.95); } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar .source-list.sidebar row, - NautilusWindow MarlinPlacesSidebar .view, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row, - NemoWindow .sidebar .view, - NemoWindow .sidebar .source-list.sidebar row, - NemoWindow MarlinPlacesSidebar .view, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar .source-list.sidebar row, - MarlinViewWindow MarlinPlacesSidebar .view, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar .source-list.sidebar row.image, GtkFileChooserDialog MarlinPlacesSidebar .view.image, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar .source-list.sidebar row.image, - NautilusWindow MarlinPlacesSidebar .view.image, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar .source-list.sidebar row.image, - NemoWindow MarlinPlacesSidebar .view.image, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar .source-list.sidebar row.image, - MarlinViewWindow MarlinPlacesSidebar .view.image, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar .source-list.sidebar row.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .view.cell:selected, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar .source-list.sidebar row.cell:selected, - NautilusWindow MarlinPlacesSidebar .view.cell:selected, - NautilusWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar .source-list.sidebar row.cell:selected, - NemoWindow MarlinPlacesSidebar .view.cell:selected, - NemoWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .view.cell:selected, - MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, - NautilusWindow .sidebar.frame, - NautilusWindow MarlinPlacesSidebar.frame, - NemoWindow .sidebar.frame, - NemoWindow MarlinPlacesSidebar.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow MarlinPlacesSidebar.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog MarlinPlacesSidebar .separator, GtkFileChooserDialog MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserDialog MarlinPlacesSidebar .view.separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow MarlinPlacesSidebar .separator, - NautilusWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NautilusWindow MarlinPlacesSidebar .view.separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow MarlinPlacesSidebar .separator, - NemoWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - NemoWindow MarlinPlacesSidebar .view.separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow MarlinPlacesSidebar .separator, - MarlinViewWindow MarlinPlacesSidebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - MarlinViewWindow MarlinPlacesSidebar .view.separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(53, 57, 69, 0.95); } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(212, 213, 219, 0.95); } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(231, 232, 235, 0.95); } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(239, 240, 242, 0.95); } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #e7e8eb; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #eff0f2; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -GeditWindow.background > .titlebar.default-decoration, -GeditWindow.background > .titlebar.default-decoration:backdrop { - background-color: #e7e8eb; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: rgba(53, 57, 69, 0.95); } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: rgba(53, 57, 69, 0.95); } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .scrollbars-junction, - GeditFileBrowserWidget .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: rgba(37, 40, 49, 0.95); } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkFileChooserDialog .sidebar .trough.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .trough.scrollbar, -NautilusWindow .sidebar .trough.scrollbar, -NautilusWindow MarlinPlacesSidebar .trough.scrollbar, -NemoWindow .sidebar .trough.scrollbar, -NemoWindow MarlinPlacesSidebar .trough.scrollbar, -MarlinViewWindow .sidebar .trough.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .trough.scrollbar, GeditFileBrowserWidget .trough.scrollbar { - background-color: transparent; - border-color: transparent; } - -GtkFileChooserDialog .sidebar .slider.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar, -NautilusWindow .sidebar .slider.scrollbar, -NautilusWindow MarlinPlacesSidebar .slider.scrollbar, -NemoWindow .sidebar .slider.scrollbar, -NemoWindow MarlinPlacesSidebar .slider.scrollbar, -MarlinViewWindow .sidebar .slider.scrollbar, -MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .slider.scrollbar { - border-radius: 20px; - border: 3px solid transparent; - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .slider.scrollbar:hover, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:hover, - NautilusWindow .sidebar .slider.scrollbar:hover, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:hover, - NemoWindow .sidebar .slider.scrollbar:hover, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:hover, - MarlinViewWindow .sidebar .slider.scrollbar:hover, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:hover, GeditFileBrowserWidget .slider.scrollbar:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .slider.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - NemoWindow .sidebar .slider.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NautilusWindow .sidebar .slider.fine-tune.scrollbar, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - NemoWindow .sidebar .slider.fine-tune.scrollbar, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar, GeditFileBrowserWidget .slider.fine-tune.scrollbar { - border-width: 4px; } - GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar:prelight:active, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active, - MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, - NautilusWindow .sidebar .slider.scrollbar:insensitive, - NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - NemoWindow .sidebar .slider.scrollbar:insensitive, - NemoWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, - MarlinViewWindow .sidebar .slider.scrollbar:insensitive, - MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, GeditFileBrowserWidget .slider.scrollbar:insensitive { - background-color: transparent; } - -/* GTK NAMED COLORS */ -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #e7e8eb; -@define-color wm_bg_unfocused #eff0f2; -@define-color wm_highlight #eff0f2; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #f46067; -@define-color wm_button_close_hover_bg #f68086; -@define-color wm_button_close_active_bg #f13039; -@define-color wm_icon_close_bg #F8F8F9; -@define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #D1D3DA; -@define-color wm_icon_bg #90949E; -@define-color wm_icon_unfocused_bg #B6B8C0; -@define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #ffffff; diff --git a/common/gtk-3.0/3.14/render-assets.sh b/common/gtk-3.0/3.14/render-assets.sh deleted file mode 100755 index d31fbb8..0000000 --- a/common/gtk-3.0/3.14/render-assets.sh +++ /dev/null @@ -1,34 +0,0 @@ -#! /bin/bash - -INKSCAPE="/usr/bin/inkscape" -OPTIPNG="/usr/bin/optipng" - -SRC_FILE="assets.svg" -ASSETS_DIR="assets" -INDEX="assets.txt" - -for i in `cat $INDEX` -do -if [ -f $ASSETS_DIR/$i.png ]; then - echo $ASSETS_DIR/$i.png exists. -else - echo - echo Rendering $ASSETS_DIR/$i.png - $INKSCAPE --export-id=$i \ - --export-id-only \ - --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ - && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png -fi -if [ -f $ASSETS_DIR/$i@2.png ]; then - echo $ASSETS_DIR/$i@2.png exists. -else - echo - echo Rendering $ASSETS_DIR/$i@2.png - $INKSCAPE --export-id=$i \ - --export-dpi=180 \ - --export-id-only \ - --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null \ - && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png -fi -done -exit 0 diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss deleted file mode 100644 index a93cf6c..0000000 --- a/common/gtk-3.0/3.14/sass/_applications.scss +++ /dev/null @@ -1,699 +0,0 @@ -// -// Tab overrides -// -GeditNotebook.notebook, -ScratchMainWindow .notebook, -EphyNotebook.notebook, -MidoriNotebook .notebook, -TerminalWindow .notebook, -PantheonTerminalPantheonTerminalWindow .notebook { - - tab.reorderable-page.top, tab.top { - &:active, &.active-page, &.active-page:hover { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - } -} - -TerminalWindow .notebook, -PantheonTerminalPantheonTerminalWindow .notebook { - - tab.reorderable-page.top, tab.top { - padding-top: 7px; - border-top-width: 3px; - } - - &.header.top { - box-shadow: inset 0 1px opacify($header_border, 1), - inset 0 -1px $borders_color; - } -} - -// -// Evolution -// -// needed for webkit/GtkStyle/Evolution compatibility -GtkHTML { - background-color: $base_color; - color: $text_color; - - &:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - } -} - -// -// Sushi -// -// used by gnome-font-viewer and sushi -SushiFontWidget { - padding: 6px 12px; -} - -// -// GNOME Terminal -// -TerminalWindow { - .background { - background-color: transparent; - } - - .scrollbar { - &.vertical .slider { margin-left: 3px; } - &.trough { border-width: 0; } - } -} - -// -// Nautilus -// -.nautilus-canvas-item { - border-radius: 2px; -} - -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 1px 1px transparentize(black, 0.4); - - &:active { color: $fg_color; } - &:selected { color: $selected_fg_color; } -} - -NautilusNotebook.notebook { - background-color: $base_color; - - tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - } -} - -NautilusQueryEditor .search-bar.toolbar { - padding: 5px; - box-shadow: none; - background-color: $base_color; -} - -// -// Nemo -// -.nemo-desktop.nemo-canvas-item { - @extend .nautilus-desktop.nautilus-canvas-item; -} - -NemoWindow { - - EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry - - .sidebar .frame { border-width: 0; } - - GtkSeparator.separator.horizontal { color: $borders_color; } - - .primary-toolbar NemoPathBar.linked > .button { - $_linked_separator_color: $header_button_border; - - @include button(header-hover); - - &:hover { background-color: lighten($header_button_bg, 15%); } - &:active, &:checked { @include button(header-active); } - &:insensitive { color: transparentize($header_fg, 0.4); } - - @extend %linked; - - &:hover { - box-shadow: inset 1px 0 $_linked_separator_color, - inset -1px 0 $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } - - &:first-child { - &:hover { box-shadow: inset -1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - &:hover { box-shadow: inset 1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:only-child { - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } - } -} - -// -// Gedit -// -.gedit-headerbar-paned { color: $header_border; } - -.open-document-selector-listbox-row { - border-bottom: 1px solid darken($bg_color, 5%); - padding: 6px 6px 6px 12px; - - .path-label { font-size: smaller; color: transparentize($fg_color, 0.3); } - &:selected .path-label { color: transparentize($selected_fg_color, 0.3); } -} - -.gedit-document-panel { - - .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; - & GtkImage { color: inherit; } - } - .prelight-row .button { - color: mix($bg_color, $fg_color, 35%); - } - .list-row .button:hover, - .prelight-row .button:hover { - color: lighten(red, 15%); - } - .prelight-row:selected .button:hover { - color: lighten(red, 20%); - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - &:active { color: $selected_fg_color; } - } - .prelight-row .button:active { - color: $fg_color; - } -} - -.gedit-document-panel-dragged-row { - border: 1px solid $borders_color; - background-color: darken($bg_color, 10%); - color: $fg_color; -} - -//.gedit-document-panel-placeholder-row { -//} - -GeditStatusbar { - border-top: 1px solid $borders_color; - background-color: $bg_color; -} - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; -} - - -GeditViewFrame .gedit-search-slider { @extend %search_slider } - -GeditFileBrowserWidget .toolbar { - border-bottom: 1px solid $borders_color; -} - -.gedit-search-entry-occurrences-tag { - color: transparentize($fg_color, 0.4); - margin: 2px; - padding: 2px; -} - -%search_slider { - background-color: lighten($bg_color, 2%); - padding: 6px; - border-color: $borders_color; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -// -// Gnome Builder -// - -GbSearchBox.linked { - - > GtkMenuButton.button:last-child:dir(ltr), - > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - - @include entry(header-normal); - - &:hover { @include entry(header-focus); } - &:active, &:checked { @include entry(header-focus); } - &:insensitive { @include entry(header-insensitive); } - } - - > GtkMenuButton.button:last-child:dir(ltr) { - - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; - - &:hover { box-shadow: -1px 0 $selected_bg_color; } - } - > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; - - &:hover { box-shadow: 1px 0 $selected_bg_color; } - } -} - -//Search entry that slides down from top of editor -GbEditorFrame .gb-search-slider { @extend %search_slider; padding: 2px; } - -.gb-search-entry-occurrences-tag { @extend .gedit-search-entry-occurrences-tag } - -GdTaggedEntry { color: $fg_color; } - -// Preferences sidebar style -.preferences.sidebar { - - GtkViewport { border: none; } - GtkListBox { background-color: $bg_color; } - GtkListBoxRow { padding: 10px; } -} - -// Preference page language style -GbPreferencesPageLanguage { - - GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - } - GtkScrolledWindow { border-top-width: 0; } -} - -// Command Bar styling -GtkBox.gb-command-bar-box { - border: none; - background-color: opacify($osd_bg_color, 1); - - GtkLabel { color: $osd_fg_color; } -} - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: $osd_fg_color; - background-image: none; - background-color: opacify($osd_bg_color, 1); - padding: 6px 6px 6px 6px; - border: none; - - &:selected, - &:selected:focus { - @extend %selected_items; - } -} - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; -} - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; -} - -// Disable various animatinos that are enabled by default and really annoying -// to the overall flow of Builder. -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; -} - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid $borders_color; -} - -GbViewStack.focused GtkBox.header.notebook { - background-color: $base_color; - - .button.dim-label { opacity: 1; } -} - -// -// Epiphany -// -EphyWindow .floating-bar { // Epiphany overrides the floating-bar style, so reset it - color: $fg_color; -} - -// -// Gnome Documents -// -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 2px; -} - -.documents-collection-icon { - background-color: transparentize($fg_color, 0.7); - border-radius: 2px; -} - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: lighten($selected_bg_color, 20%); -} - -.documents-entry-tag { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; - - &:hover { - color: $selected_fg_color; - background-color: lighten($selected_bg_color, 4%); - } - &:active { - color: $selected_fg_color; - background-color: darken($selected_bg_color, 4%); - } - - .toolbar .linked &.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; - - &:hover { color: transparentize($selected_fg_color, 0.3) } - } -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -// -// Totem -// -TotemGrilo.vertical GdMainView.frame { - border-width: 0; -} - -// -// Synapse -// -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; } - -// -// Transmission -// -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; // Remove black border on over- and undershoot -} - -// -// Fallback Mode/Budgie Panel -// -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: $panel_fg; - background-image: linear-gradient(to bottom, $panel_bg); -} - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: $panel_fg; -} - -PanelApplet .button:hover { - color: lighten($panel_fg, 10%); - background-color: transparentize(black, 0.83); - border-color: transparentize(black, 0.83); -} - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: transparentize(black, 0.75); - border-radius: 0; - border-color: transparentize(black, 0.75); - box-shadow: inset 0 -2px $selected_bg_color; -} - -PanelApplet:hover { - color: white; -} - -PanelApplet:active, -PanelApplet:hover:active { - color: $selected_bg_color; -} - -WnckPager { - color: mix($panel_fg, black, 50%); - &:selected { color: $selected_bg_color } -} - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; -} - -ClockBox { - color: $panel_fg; -} - -// Xfce Panel -.xfce4-panel.panel { - background-color: $panel_bg; - - text-shadow: none; - icon-shadow: none; - - .button.flat { - color: $panel_fg; - background-color: transparentize($panel_bg, 1); - border-radius: 0; - border: none; - - &:hover { - border: none; - background-color: lighten($panel_bg, 10%); - } - &:active, &:checked { - color: $selected_fg_color; - border: none; - background-color: $selected_bg_color; - } - } -} - -// -// Floating Bar -// -.floating-bar { - background-color: $selected_bg_color; - color: $selected_fg_color; - - &.top { border-radius: 0 0 2px 2px; } - &.right { border-radius: 2px 0 0 2px; } - &.bottom { border-radius: 2px 2px 0 0; } - &.left { border-radius: 0 2px 2px 0; } - - .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - - background-color: transparent; - box-shadow: none; - border: none; - } -} - -// Elementary Apps - -// -// Birdie -// -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -// -// Marlin / Pantheon Files -// -MarlinViewWindow { - - *:selected, *:selected:focus { - color: $selected_fg_color; - background-color: $selected_bg_color; - outline-color: transparent; - } - GtkIconView.view:selected { - &, &:focus, &:hover, &:focus:hover { background-color: transparent; } - } - FMListView, FMColumnView { outline-color: transparent; } -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - - @include entry(header-normal); - - &:focus { @include entry(header-focus) } - - &:insensitive { @include entry(header-insensitive) } - - &:active, &:checked { - color: $selected_bg_color; - } -} - -// -// Gala -// -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; - - .title, .label { - color: #5c616c; - } -} - -// -// Wingpanel -// -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px transparentize(black, 0.4); - icon-shadow: 0 1px 2px transparentize(black, 0.4); - - &-shadow { - background-image: none; - background-color: transparent; - } - .menu { - box-shadow: none; - - .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; - } - - .window-frame.menu.csd, - .window-frame.popup.csd { - box-shadow: 0 0 0 1px transparentize(black, 0.8), - 0 10px 20px transparentize(black, 0.81), - 0 6px 6px transparentize(black, 0.77); - } - } - .menubar > .menuitem { - padding: 3px 6px; - &:hover { background-color: transparent; } - } - .window-frame.menu.csd, - .window-frame.popup.csd { box-shadow: none; } -} - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px transparentize(black, 0.4); - icon-shadow: 0 1px 2px transparentize(black, 0.4); - - > GtkWidget > GtkWidget:first-child { padding: 0 2px; } - - .menuitem:active, .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; - } - > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; - } -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { opacity: 1 } // Fixes sound indicator buttons - -// -// Wingpanel Popover -// -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - - text-shadow: none; - icon-shadow: none; - - .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; - - GtkLabel, GtkImage { padding: 0 3px; } - - &:hover, &:active { - background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95)); - border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93)); - border-width: 1px 0; - } - *:insensitive { color: $insensitive_fg_color; } - } -} - -// -// Pantheon Terminal -// -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; -} - -// -// Switchboard -// -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: $fg_color; -} diff --git a/common/gtk-3.0/3.14/sass/_colors-public.scss b/common/gtk-3.0/3.14/sass/_colors-public.scss deleted file mode 100644 index b6b3dc5..0000000 --- a/common/gtk-3.0/3.14/sass/_colors-public.scss +++ /dev/null @@ -1,71 +0,0 @@ -//apps rely on some named colors to be exported -/* GTK NAMED COLORS */ - -// Sass thinks we're using the colors in the variables as strings and may shoot -// warning, it's innocuous and can be defeated by using "" + $var -@define-color theme_fg_color #{"" + $fg_color}; -@define-color theme_text_color #{"" + $text_color}; -@define-color theme_bg_color #{"" + $bg_color}; -@define-color theme_base_color #{"" + $base_color}; -@define-color theme_selected_bg_color #{"" + $selected_bg_color}; -@define-color theme_selected_fg_color #{"" + $selected_fg_color}; -@define-color fg_color #{"" + $fg_color}; -@define-color text_color #{"" + $text_color}; -@define-color bg_color #{"" + $bg_color}; -@define-color base_color #{"" + $base_color}; -@define-color selected_bg_color #{"" + $selected_bg_color}; -@define-color selected_fg_color #{"" + $selected_fg_color}; -@define-color insensitive_bg_color #{"" + $insensitive_bg_color}; -@define-color insensitive_fg_color alpha(#{"" + opacify($insensitive_fg_color, 1)}, 0.5); -@define-color insensitive_base_color #{"" + $base_color}; -@define-color theme_unfocused_fg_color #{"" + $fg_color}; -@define-color theme_unfocused_text_color #{"" + $text_color}; -@define-color theme_unfocused_bg_color #{"" + $bg_color}; -@define-color theme_unfocused_base_color #{"" + $base_color}; -@define-color borders #{"" + $borders_color}; -@define-color unfocused_borders #{"" + $borders_color}; - -@define-color warning_color #{"" + $warning_color}; -@define-color error_color #{"" + $error_color}; -@define-color success_color #{"" + $success_color}; -@define-color placeholder_text_color #{#A8A8A8}; -@define-color link_color #{"" + $link_color}; - -//WM -$wm_highlight: lighten(opacify($header_bg, 1), 3%); -$wm_bg_unfocused: opacify($header_bg_backdrop, 1); - -@define-color wm_title alpha(#{"" + opacify($header_fg, 1)}, 0.8); -@define-color wm_unfocused_title alpha(#{"" + opacify($header_fg, 1)}, 0.5); - -@define-color wm_bg #{"" + opacify($header_bg, 1)}; -@define-color wm_bg_unfocused #{"" + $wm_bg_unfocused}; - -@define-color wm_highlight #{"" + $wm_highlight}; -@define-color wm_shadow alpha(#{black}, 0.35); - -//WM Buttons - -// Close -@define-color wm_button_close_bg #{"" + $wm_button_close_bg}; -@define-color wm_button_close_hover_bg #{"" + $wm_button_close_hover_bg}; -@define-color wm_button_close_active_bg #{"" + $wm_button_close_active_bg}; - -@define-color wm_icon_close_bg #{"" + $wm_icon_close_bg}; - -// Minimize, Maximize -@define-color wm_button_hover_bg #{"" + $wm_button_hover_bg}; -@define-color wm_button_active_bg #{"" + $wm_button_active_bg}; - -@define-color wm_button_hover_border #{"" + $wm_button_hover_border}; - -@define-color wm_icon_bg #{"" + $wm_icon_bg}; -@define-color wm_icon_unfocused_bg #{"" + $wm_icon_unfocused_bg}; -@define-color wm_icon_hover_bg #{"" + $wm_icon_hover_bg}; -@define-color wm_icon_active_bg #{"" + $wm_icon_active_bg}; - - -//FIXME this is really an API - -@define-color content_view_bg #{"" + $base_color}; - diff --git a/common/gtk-3.0/3.14/sass/_colors.scss b/common/gtk-3.0/3.14/sass/_colors.scss deleted file mode 100644 index 8d3a5f2..0000000 --- a/common/gtk-3.0/3.14/sass/_colors.scss +++ /dev/null @@ -1,101 +0,0 @@ -// When color definition differs for dark and light variant, -// it gets @if ed depending on $variant - - -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); - -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; -$selected_borders_color: darken($selected_bg_color, 20%); -$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); - -$link_color: if($variant == 'light', darken($selected_bg_color,10%), - lighten($selected_bg_color,20%)); -$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), - lighten($selected_bg_color,10%)); - -$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); -$selection_mode_fg: $selected_fg_color; -$warning_color: #F27835; -$error_color: #FC4138; -$warning_fg_color: white; -$error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; -$destructive_fg_color: white; -$suggested_fg_color: white; - -$drop_target_color: #F08437; - -//insensitive state derived colors -$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); -$insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); - -$header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } - -$header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); - -$header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); - -$header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); - -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; -$dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); - -$osd_fg_color: $dark_sidebar_fg; -$osd_bg_color: $dark_sidebar_bg; - -$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_button_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_insensitive_bg_color: darken($osd_bg_color, 3%); -$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%); -$osd_borders_color: transparentize(black, 0.3); - -$panel_bg: darken($dark_sidebar_bg, 4.7%); -$panel_fg: $dark_sidebar_fg; - -$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); - -$header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); -$header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%)); -$button_border: $entry_border; - -$header_button_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($button_bg, 0.1)); -$header_button_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -//WM Buttons - -// Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); - -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); - -// Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); -$wm_button_active_bg: $selected_bg_color; - -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); - -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); -$wm_icon_active_bg: $selected_fg_color; diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss deleted file mode 100644 index 5f98928..0000000 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ /dev/null @@ -1,2786 +0,0 @@ -@function gtkalpha($c,$a) { - @return unquote("alpha(#{$c},#{$a})"); -} - -$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94); -$asset_suffix: if($variant=='dark', '-dark', ''); // use dark assets in dark variant -$darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: $error_color; - -GtkPaned-handle-size: 1; - - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - - -GtkTreeView-horizontal-separator: 4; - - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - - -GtkWidget-link-color: $link_color; - -GtkWidget-visited-link-color: $link_visited_color; - - -GtkWidget-focus-padding: 2; // FIXME: do we still need these? - -GtkWidget-focus-line-width: 1; // - - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - - -GtkStatusbar-shadow-type: none; - - // We use the outline properties to signal the focus properties - outline-color: transparentize($fg_color, 0.7); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; -} - - -// -// Base States -// -.background { - color: $fg_color; - background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work -} - -*:insensitive { - -gtk-image-effect: dim; -} - -.gtkstyle-fallback { - background-color: $bg_color; - color: $fg_color; - &:prelight { - background-color: lighten($bg_color, 10%); - color: $fg_color; - } - &:active { - background-color: darken($bg_color, 10%); - color: $fg_color; - } - &:insensitive { - background-color: $insensitive_bg_color; - color: $insensitive_fg_color; - } - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } -} - -.view { - color: $text_color; - background-color: $base_color; - - &:selected, - &:selected:focus, - &:selected:hover { - @extend %selected_items; - } - &.dim-label { - color: transparentize($text_color, 0.45); - - &:selected, &:selected:focus { - color: transparentize($selected_fg_color, 0.35); - text-shadow: none; - } - } -} - -.rubberband { - border: 1px solid $selected_bg_color; - background-color: transparentize($selected_bg_color,0.8); -} - -GtkLabel { - &.separator { - color: $fg_color; - @extend .dim-label; - } - &:selected, - &:selected:focus, - &:selected:hover { - @extend %selected_items; - } - &:insensitive { - color: $insensitive_fg_color; - } -} - -.dim-label { - opacity: 0.55; -} - -GtkAssistant { - .sidebar { - background-color: $base_color; - border-top: 1px solid $borders_color; - &:dir(ltr) { border-right: 1px solid $borders_color; } - &:dir(rtl) { border-left: 1px solid $borders_color; } - } - &.csd .sidebar { border-top-style: none; } - .sidebar GtkLabel { - padding: 6px 12px; - } - .sidebar GtkLabel.highlight { - background-color: $selected_bg_color; - color: $selected_fg_color; - } -} - -GtkTextView { // This will get overridden by .view, needed by gedit line numbers - background-color: mix($bg_color, $base_color, 50%); -} - -GtkFlowBox .grid-child { - padding: 3px; - border-radius: 3px; - &:selected { - @extend %selected_items; - outline-offset: -2px; - } -} - -%osd, .osd { - color: $osd_fg_color; - border: none; - background-color: $osd_bg_color; - background-clip: padding-box; - outline-color: transparentize($osd_fg_color, 0.7); - box-shadow: none; -} - -// -// Spinner Animations -// -@keyframes spin { - to { -gtk-icon-transform: rotate(1turn); } -} - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; // non spinning spinner makes no sense - -gtk-icon-source: -gtk-icontheme('process-working-symbolic'); - - &:active { - opacity: 1; - animation: spin 1s linear infinite; - - &:insensitive { - opacity: 0.5; - } - } -} - -$vert_padding: 5px; -// -// Text Entries -// -.entry { - border: 1px solid; - padding: $vert_padding 8px; - - border-radius: 3px; - transition: all 200ms $ease-out-quad; - @include entry(normal); - - &.image { // icons inside the entry - &.left { padding-left: 0; } - &.right { padding-right: 0; } - } - - &.flat, &.flat:focus { - padding: 2px; - @include entry(normal); - border: none; - border-radius: 0; - } - - &:focus { - background-clip: border-box; - @include entry(focus); - } - - &:insensitive { @include entry(insensitive); } - - &:selected, - &:selected:focus { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - - &.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: $selected_bg_color; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; - } - - .linked > & { //FIXME: use same buttons linking logic and template - &:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - &:dir(rtl) { border-right-style: none;} - } - &:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; - &:dir(rtl) { border-left-style: solid; } - } - } - - @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), - (error, $error_color, $error_fg_color) { - &.#{$e_type} { - color: $selected_fg_color; - border-color: if($variant=='light', $e_color, $entry_border); - background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); - - &:focus { - color: $e_fg_color; - background-image: linear-gradient(to bottom, $e_color); - box-shadow: none; - } - &:selected, &:selected:focus { - background-color: $e_fg_color; - color: $e_color; - } - } - } - - &.image { // entry icons colors - color: mix($fg_color,$base_color,80%); - } - - .linked.vertical > & { //FIXME comment stuff and make the whole thing smarter. - border-bottom-color: mix($borders_color, $base_color, 30%); - box-shadow: none; - @extend %linked_vertical; - - &:focus { - border-color: $selected_bg_color; - box-shadow: 0 -1px 0 0 $selected_bg_color; - @extend %linked_vertical; - } - - &:insensitive { - border-bottom-color: mix($borders_color, $base_color, 30%); - @extend %linked_vertical; - } - - &:first-child { - border-bottom-color: mix($borders_color, $base_color, 30%); - - &:focus { - border-bottom-color: $selected_bg_color; - box-shadow: none; - } - - &:insensitive { - border-bottom-color: mix($borders_color, $base_color, 30%); - @extend %linked_vertical:first-child; - } - } - - &:last-child { - border-bottom-color: rgba(0,0,0,0.14); - &:focus { - border-bottom-color: $selected_bg_color; - box-shadow: 0 -1px 0 0 $selected_bg_color; - @extend %linked_vertical:last-child; - } - - &:insensitive { - border-bottom-color: rgba(0,0,0,0.14); - @extend %linked_vertical:last-child; - - } - } - } - - .osd & { - @include entry(osd); - &:focus { @include entry(osd-focus); } - &:insensitive { @include entry(osd-insensitive); } - } -} - -GtkSearchEntry.entry { border-radius: 20px; } - -// -// Buttons -// -// stuff for .needs-attention -$_dot_color: $selected_bg_color; - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.01, - to($_dot_color), - to(transparent)); - } - to { - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.5, - to($selected_bg_color), - to(transparent)); - } -} - -.button { - $_button_transition: all 200ms $ease-out-quad; - - transition: $_button_transition; - border: 1px solid; - border-radius: 3px; - padding: $vert_padding 8px; - - @include button(normal); - - &.flat { - @include button(undecorated); - background-color: transparentize($button_bg, 1); - border-color: transparentize($button_border, 1); - // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set - // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but - // it won't fade out when the pointer leave the button allocation area. To make the transition more evident - // in this case the duration is increased. - transition: none; - &:hover { - transition: $_button_transition; - transition-duration: 350ms; - &:active { transition: $_button_transition; } - } - } - &:hover { - @include button(hover); - -gtk-image-effect: highlight; - } - &:active, &:checked { - background-clip: if($variant=='light', border-box, padding-box); - @include button(active); - transition-duration: 50ms; - } - - //Webkitgtk workaround start - &:active { color: $fg_color; } - &:active:hover, &:checked { color: $selected_fg_color; } - //Webkitgtk workaround end - - &.flat:insensitive { - @include button(undecorated); - } - &:insensitive { - @include button(insensitive); - &:active, &:checked { - @include button(insensitive-active); - } - } - // big standalone buttons like in Documents pager - &.osd { - color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); - background-color: $osd_bg_color; - border-color: darken($osd_bg_color, 8%); - - &.image-button { padding: 10px; } - - &:hover { color: $selected_bg_color; } - &:active, &:checked { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } - } - - //overlay / OSD style - .osd & { - @include button(osd); - // there's a problem with sass which prevents it to extend the linked - // placeholder as expected, it should just be "@extend %linked;", the - // placeholder is basically replicated here - // - // Workaround START - border-radius: 0; - border-left-style: none; - border-right-style: none; - - &:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none - } - &:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; - } - &:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; - - &:dir(rtl) { border-left-style: solid; } - } - &:only-child { - border-radius: 3px; - border-style: solid; - } - // Workaround END - &:hover { - @include button(osd-hover); - @extend %linked; - &, &:first-child, &:last-child { box-shadow: none; } - } - &:active, &:checked { - background-clip: padding-box; - @include button(osd-active); - @extend %linked; - } - &:insensitive { - @include button(osd-insensitive); - @extend %linked; - } - - &.flat { - @include button(undecorated); - box-shadow: none; - &:hover { - @include button(osd-hover); - &, &:first-child, &:last-child { box-shadow: none; } - } - &:insensitive { - @include button(osd-insensitive); - background-image: none; - } - &:active, &:checked { - @include button(osd-active); - } - } - } - // Suggested and Destructive Action buttons - @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), - (destructive-action, $destructive_color, $destructive_fg_color) { - &.#{$b_type} { - @include button(suggested_destructive, $b_color, $b_fg); - - &.flat { - @include button(undecorated); - color: $b_color; - outline-color: transparentize($b_color, 0.7); - } - &:hover { - @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); - } - &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%), $b_fg); - } - &.flat:insensitive { - @include button(undecorated); - color: $insensitive_fg_color; - } - &:insensitive { @include button(insensitive); } - } - } - - &.image-button { padding: 2px + $vert_padding; } - .header-bar &.image-button { padding: 2px + $vert_padding 10px; } - - &.text-button { - padding-left: 16px; - padding-right: 16px; - } - - &.text-button.image-button { - // those buttons needs uneven horizontal padding, we want the icon side - // to have the image-button padding, while the text side the text-button - // one, so we're adding the missing padding to the label depending on - // its position inside the button - padding: $vert_padding 8px; // same as .button - GtkLabel:first-child { padding-left: 8px; } - GtkLabel:last-child { padding-right: 8px; } - } - - .stack-switcher > & { - // to position the needs attention dot, padding is added to the button - // child, a label needs just lateral padding while an icon needs vertical - // padding added too. - - outline-offset: -3px; // needs to be set or it gets overridden by GtkRadioButton outline-offset - - > GtkLabel { - padding-left: 6px; // label padding - padding-right: 6px; // - } - > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: $vert_padding - 2px; - padding-bottom: $vert_padding - 2px; - } - - &.text-button { padding: $vert_padding 10px; } // needed or it will get overridden - - &.image-button { padding: $vert_padding - 3px 4px; } - - &.needs-attention > GtkLabel, - &.needs-attention > GtkImage { @extend %needs_attention; } - &.needs-attention:active > .label, - &.needs-attention:active > GtkImage, - &.needs-attention:checked > GtkLabel, - &.needs-attention:checked > GtkImage { - animation: none; - background-image: none; - } - } - - %needs_attention { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.5, - to($_dot_color), - to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - @if $variant == 'light' { background-position: right 3px, right 4px; } - @else { background-position: right 3px, right 2px; } - &:dir(rtl) { - @if $variant == 'light' { background-position: left 3px, left 4px; } - @else { background-position: left 3px, left 2px; } - } - } - - //inline-toolbar buttons - .inline-toolbar &, .inline-toolbar &:backdrop { - border-radius: 2px; - border-width: 1px; - @extend %linked; - } - - .linked > &, - .linked > &:hover, - .linked > &:active, - .linked > &:checked { @extend %linked; } - - .linked.vertical > &, - .linked.vertical > &:hover, - .linked.vertical > &:active, - .linked.vertical > &:checked { @extend %linked_vertical; } -} - -// all the following is for the +|- buttons on inline toolbars, that way -// should really be deprecated... -.inline-toolbar GtkToolButton > .button { // redefining the button look is - // needed since those are flat... - @include button(normal); - &:hover { @include button(hover); } - &:active, - &:checked{ @include button(active); } - &:insensitive { @include button(insensitive); } - &:insensitive:active, - &:insensitive:checked { @include button(insensitive-active); } -} - -// More inline toolbar buttons -.inline-toolbar.toolbar GtkToolButton { - & > .button.flat { @extend %linked_middle; } - &:dir(rtl) > .button.flat { @extend %linked_middle:dir(rtl); } - &:first-child > .button.flat { @extend %linked:first-child; } - &:last-child > .button.flat { @extend %linked:last-child; } - &:last-child:dir(rtl) > .button.flat { @extend %linked:last-child:dir(rtl); } - &:only-child > .button.flat { @extend %linked:only-child; } -} - -$_linked_separator_color: if($variant=='light', transparentize($button_border, 0.6), transparentize($button_border, 0.5)); - -%linked_middle { - border-radius: 0; - border-left-style: none; - border-right-style: none; - - &:hover { - box-shadow: inset 1px 0 $_linked_separator_color, - inset -1px 0 $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } - - &:dir(rtl) { - border-radius: 0; // needed when including %linked_middle:dir(rtl) - } -} - -%linked { - @extend %linked_middle; - - &:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; - - &:hover { box-shadow: inset -1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; - - &:hover { box-shadow: inset 1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - - &:dir(rtl) { border-bottom-left-radius: 0; } - - } - &:only-child { - border-radius: 3px; - border-style: solid; - - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } -} - -%linked_vertical_middle { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; - - &:hover { - box-shadow: inset 0 -1px $_linked_separator_color, - inset 0 1px $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } -} - -%linked_vertical{ - @extend %linked_vertical_middle; - - &:first-child { - border-radius: 3px 3px 0 0; - border-top-style: solid; - - &:hover { box-shadow: inset 0 -1px $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; - - &:hover { box-shadow: inset 0 1px $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:only-child { - border-radius: 3px; - border-style: solid; - - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } -} - -%undecorated_button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - @extend %undecorated_button; - outline-offset: -1px; - border-radius: 2px; - - &:hover { background-color: if($variant=='light', mix($fg_color,$bg_color,5%), mix($fg_color,$bg_color,10%)); } - &:active, &:selected { - @extend %selected_items; - } - &:checked { color: $fg_color; } -} - -// -// Links -// -*:link { - color: $link_color; - &:visited { - color: $link_visited_color; - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 60%); } - } - &:hover { - color: lighten($link_color,10%); - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 90%); } - } - &:active { - color: $link_color; - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 80%); } - } - &:selected, *:selected & { - color: mix($selected_fg_color, $selected_bg_color, 80%); - } -} - -.button:link, .button:visited { - @extend %undecorated_button; - @extend *:link; - &:hover, &:active, &:checked { - @extend %undecorated_button; - } -} - -// -// Spinbuttons -// -.spinbutton { - border-radius: 3px; - - .button { - background-image: none; - border: 1px solid transparentize($borders_color,0.4); - border-style: none none none solid; - color: mix($fg_color,$base_color,95%); - border-radius: 0; - box-shadow: none; - - &:dir(rtl) { border-style: none solid none none; } - &:first-child { color: red; } - - &:insensitive { - color: $insensitive_fg_color; - } - &:active { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - -// .osd & { -// .button { -// @include button(undecorated); -// color: $osd_fg_color; -// border-style: none none none solid; -// border-color: transparentize($osd_borders_color, 0.3); -// border-radius: 0; -// box-shadow: none; -// &:dir(rtl) { border-style: none solid none none; } -// &:hover { -// @include button(undecorated); -// color: $osd_fg_color; -// border-color: transparentize(opacify($osd_borders_color, 1), 0.5); -// background-color: transparentize($osd_fg_color, 0.9); -// box-shadow: none; -// } -// &:insensitive { -// @include button(undecorated); -// color: $osd_insensitive_fg_color; -// border-color: transparentize(opacify($osd_borders_color, 1), 0.5); -// box-shadow: none; -// } -// &:last-child { border-radius: 0 2px 2px 0; } -// &:dir(rtl):first-child { border-radius: 2px 0 0 2px; } -// } -// } - - &.vertical, &.vertical:dir(rtl) { - .button { - &:first-child { - @extend %top_button; - @include button(normal); - &:active { - @extend %top_button; - @include button(active); - } - &:hover { - @extend %top_button; - @include button(hover); - } - &:insensitive { - @extend %top_button; - @include button(insensitive); - } - } - &:last-child { - @extend %bottom_button; - @include button(normal); - &:active { - @extend %bottom_button; - @include button(active); - } - &:hover { - @extend %bottom_button; - @include button(hover); - } - &:insensitive { - @extend %bottom_button; - @include button(insensitive); - } - } - } - &.entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; - } - %top_button { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; - } - %bottom_button { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; - } - } - GtkTreeView & { - &.entry, &.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: $selected_bg_color; - border-radius: 0; - box-shadow: none; - } - } -} - -// -// Comboboxes -// -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; - - > .button { // Otherwise combos - padding-top: $vert_padding - 2px; // are bigger than - padding-bottom: $vert_padding - 2px; // buttons - } - - &:insensitive { - color: $insensitive_fg_color; - } - - .separator.vertical { - // always disable separators - -GtkWidget-wide-separators: true; - } - - &.combobox-entry .entry { - @extend %linked; - - &:dir(ltr) { - border-right-style: none; - - @if $variant=='light' { &:focus { box-shadow: 1px 0 $selected_bg_color; } } - } - &:dir(rtl) { - border-left-style: none; - - @if $variant=='light' { &:focus { box-shadow: -1px 0 $selected_bg_color; } } - } - } - - &.combobox-entry .button { - @extend %linked; - - &:dir(ltr) { - box-shadow: inset 1px 0 $button_border; - - &:insensitive { box-shadow: inset 1px 0 transparentize($button_border, 0.45); } - } - &:dir(rtl) { - box-shadow: inset -1px 0 $button_border; - - &:insensitive { box-shadow: inset -1px 0 transparentize($button_border, 0.45); } - } - } -} - -.linked > GtkComboBox > .button { - // the combo is a composite widget so the way we do button linking doesn't - // work, special case needed. See - // https://bugzilla.gnome.org/show_bug.cgi?id=733979 - &:dir(ltr) { @extend %linked_middle; } // specificity bump - &:dir(rtl) { @extend %linked_middle:dir(rtl); } -} -.linked > GtkComboBox:first-child > .button { - @extend %linked:first-child; -} -.linked > GtkComboBox:last-child > .button { - @extend %linked:last-child; -} -.linked > GtkComboBox:only-child > .button { - @extend %linked:only-child; -} -.linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { @extend %linked_vertical_middle; } -.linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { @extend %linked_vertical:first-child; } -.linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { @extend %linked_vertical:last-child; } -.linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { @extend %linked_vertical:only-child; } - -// -// Toolbars -// -.toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: $bg_color; - .osd &, &.osd { - padding: 7px; - border: 1px solid transparentize(black, 0.5); - border-radius: 3px; - background-color: transparentize($osd_bg_color, 0.1); - } -} - -.primary-toolbar { - color: $header_fg; - background-color: opacify($header_bg, 1); - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, opacify($header_bg, 1), - darken($header_bg, 7%)) 1 0 1 0; //temporary hack for rhythmbox 3.1 - - //&:backdrop { background-color: opacify($header_bg_backdrop, 1); } - - .separator { @extend %header_separator; } - - @extend %header_widgets; -} - -.inline-toolbar { - @extend .toolbar; - background-color: darken($bg_color, 3%); - border-style: solid; - border-color: $borders_color; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; -} - -.search-bar { - background-color: $bg_color; - border-style: solid; - border-color: $borders_color; - border-width: 0 0 1px; - padding: 3px; - //box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); -} - -.action-bar { background-color: darken($bg_color, 3%) } - -// -// Headerbars -// -.header-bar { - padding: 5px 5px 4px 5px; - - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: opacify($header_border, 1); - - color: $header_fg; - background-color: opacify($header_bg, 1); - - .csd & { // Transparent header-bars only in csd windows - background-color: $header_bg; - border-color: $header_border; - } - - &:backdrop { color: transparentize($header_fg, 0.3); } - - .title { - padding-left: 12px; - padding-right: 12px; - } - - .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; - @extend .dim-label; - } - - // Selectionmode - &.selection-mode, - &.titlebar.selection-mode { - color: $selection_mode_fg; - background-color: $selection_mode_bg; - border-color: darken($selection_mode_bg, 4%); - box-shadow: none; - - &:backdrop { - background-color: $selection_mode_bg; - color: transparentize($selection_mode_fg, 0.4); - } - - .subtitle:link { @extend *:link:selected; } - - .button { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 1); - - &.flat { - @include button(undecorated); - color: $selected_fg_color; - background-color: transparentize($selected_fg_color, 1); - } - &:hover { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 0.95); - border-color: transparentize($selected_fg_color, 0.5); - } - &:active, &:checked { - color: $selection_mode_bg; - outline-color: transparentize($selection_mode_bg, 0.7); - background-color: $selected_fg_color; - border-color: $selected_fg_color; - } - &:insensitive { - color: transparentize($selected_fg_color, 0.6); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 1); - - &:active, &:checked { - color: transparentize($selection_mode_bg, 0.6); - background-color: transparentize($selected_fg_color, 0.85); - border-color: transparentize($selected_fg_color, 0.85); - } - } - } - - .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; - GtkArrow { -GtkArrow-arrow-scaling: 1; } - .arrow { - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - } - } - .maximized & { background-color: opacify($selection_mode_bg, 1); } - } - - .tiled &, .tiled &:backdrop, - .maximized &, .maximized &:backdrop { - border-radius: 0; // squared corners when the window is max'd or tiled - } - - .maximized & { - background-color: opacify($header_bg, 1); - border-color: opacify($header_border, 1); - } - - &.default-decoration, - .csd &.default-decoration, // needed under wayland, since all gtk3 windows are csd windows - &.default-decoration:backdrop, - .csd &.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: opacify($header_bg, 1); - border-bottom-width: 0; - - .maximized & { background-color: opacify($header_bg, 1); } - } -} - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: if($darker=='false' and $variant=='light', 4px 4px 0 0, 3px 3px 0 0); - color: $header_fg; - background-color: opacify($header_bg, 1); - box-shadow: inset 0 1px lighten($header_bg, 3%); - - .csd & { background-color: $header_bg; } - - &:backdrop { - color: transparentize($header_fg, 0.3); - background-color: opacify($header_bg_backdrop, 1); - - .csd & { background-color: $header_bg_backdrop; } - } - - .maximized & { - background-color: opacify($header_bg, 1); - - &:backdrop, .csd &:backdrop { background-color: opacify($header_bg_backdrop, 1); } - } -} - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { background-color: transparent; } - -// Only extending .header-bar avoids some problems (Gnome Documents searchbar) -.header-bar { - .header-bar-separator, - & > GtkBox > .separator.vertical { @extend %header_separator; } - - @extend %header_widgets; -} - -%header_separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, - transparentize($header_fg, 1) 25%, - transparentize($header_fg, 0.65) 25%, - transparentize($header_fg, 0.65) 75%, - transparentize($header_fg, 1) 75%) 0 1/0 1px stretch; - - &:backdrop { opacity: 0.6; } -} - -%header_widgets { - // Headerbar Entries - .entry { - @include entry(header-normal); - - &:backdrop { opacity: 0.85; } - - &:focus { - @include entry(header-focus); - background-clip: if($darker=='false' and $variant=='light', border-box, padding-box); - - &.image { color: $selected_fg_color; } - } - &:insensitive { @include entry(header-insensitive); } - - &:selected:focus { - background-color: $selected_fg_color; - color: $selected_bg_color; - } - - &.progressbar { - border-color: $selected_bg_color; - background-image: none; - background-color: transparent; - } - - @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), - (error, $error_color, $error_fg_color) { - &.#{$e_type} { - color: $e_fg_color; - border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); - background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); - - &:focus { - color: $e_fg_color; - background-image: linear-gradient(to bottom, $e_color); - } - &:selected, &:selected:focus { - background-color: $e_fg_color; - color: $e_color; - } - } - } - } - - // Headerbar Buttons - .button { - - @include button(header-normal); - - &:backdrop { opacity: 0.7; } - - &:hover { @include button(header-hover); } - &:active, &:checked { - @include button(header-active); - background-clip: if($darker=='false' and $variant=='light', border-box, padding-box); - } - &:insensitive { @include button(header-insensitive); } - &:insensitive:active, &:insensitive:checked { @include button(header-insensitive-active); } - } - - .linked > .button { border-radius: 3px; border-style: solid} - - .linked > .button:hover { box-shadow: none; } - - .linked.stack-switcher > .button, - .linked.path-bar > .button { - - $_linked_separator_color: $header_button_border; - - @include button(header-hover); - - &:hover { background-color: lighten($header_button_bg, 15%); } - &:active, &:checked { @include button(header-active); } - &:insensitive { color: transparentize($header_fg, 0.4); } - - @extend %linked; - - &:hover { - box-shadow: inset 1px 0 $_linked_separator_color, - inset -1px 0 $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } - - &:first-child { - &:hover { box-shadow: inset -1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - &:hover { box-shadow: inset 1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:only-child { - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } - } - - // Headerbar Suggested and Destructive Action buttons - @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), - (destructive-action, $destructive_color, $destructive_fg_color) { - .button.#{$b_type} { - @include button(suggested_destructive, $b_color, $b_fg); - - &.flat { - @include button(undecorated); - color: $b_color; - outline-color: transparentize($b_color, 0.7); - } - &:hover { - @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); - } - &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%), $b_fg); - } - &.flat:insensitive, - &:insensitive { @include button(header-insensitive); } - } - .button.#{$b_type}:backdrop, - .button.#{$b_type}:backdrop { - opacity: 0.8; - } - } - - // Headerbar Spinbuttons - & .spinbutton { - - &:focus .button { - color: $selected_fg_color; - - &:hover { background-color: transparentize($selected_fg_color, 0.9); border-color: transparent; } - &:insensitive { color: transparentize($selected_fg_color, 0.6); } - } - .button { - color: $header_fg; - - &:hover { background-color: transparentize($header_fg, 0.75); border-color: transparent; } - &:insensitive { color: transparentize($header_fg, 0.3); } - &:active { background-color: rgba(0,0,0,0.1); } - } - } - - // Headerbar ComboBoxes - & GtkComboBox{ - &:insensitive { color: transparentize($header_fg, 0.6); } - - &.combobox-entry .button { - @include entry(header-normal); - - &:hover { @include entry(header-focus); box-shadow: none; } - &:insensitive { @include entry(header-insensitive); } - } - &.combobox-entry .entry { - &:dir(ltr) { - &:focus { box-shadow: none; } - } - &:dir(rtl) { - &:focus { box-shadow: none; } - } - } - &.combobox-entry .button { - - &:dir(ltr) { - box-shadow: inset 1px 0 $header_button_border; - - &:insensitive { box-shadow: inset 1px 0 transparentize($header_button_border, 0.45); } - } - &:dir(rtl) { - box-shadow: inset -1px 0 $header_button_border; - - &:insensitive { box-shadow: inset -1px 0 transparentize($header_button_border, 0.45); } - } - } - } - - // Headerbar Switches - GtkSwitch { - &:backdrop { opacity: 0.75; } - } - - GtkProgressBar { - - &.trough { background-color: if($variant=='light' and $darker=='false', opacify($header_button_border, 0.05), $header_button_border); } - - &:backdrop { opacity: 0.75; } - } - - // Headerbar Scale - .scale { - - &:backdrop { opacity: 0.75; } - - &.trough { - $_trough_bg: if($variant=='light' and $darker=='false', opacify($header_button_border, 0.05), $header_button_border); - background-image: linear-gradient(to bottom, $_trough_bg); - - &:insensitive { background-image: linear-gradient(to bottom, if($variant=='light' and $darker=='false', transparentize($_trough_bg, 0.05), transparentize($_trough_bg, 0.1))); } - } - &.slider { - $_slider_border: if($variant=='light' and $darker=='false', opacify($header_button_border, 0.2), opacify($header_button_border, 0.3)); - $_slider_bg: if($variant=='light' and $darker=='false', opacify($header_button_bg,1), lighten(opacify($header_bg,1), 10%)); - - background-image: linear-gradient(to bottom, $_slider_bg); - border-color: $_slider_border; - - &:hover { - background-image: linear-gradient(to bottom, lighten($_slider_bg, 5%)); - border-color: $_slider_border; - } - &:active { - background-image: linear-gradient(to bottom, $selected_bg_color); - border-color: $selected_bg_color; - } - &:insensitive { - background-image: linear-gradient(to bottom, mix($_slider_bg, $header_bg, 70%)); - border-color: $_slider_border; - } - } - } -} - -// -// Pathbars -// -.path-bar .button { - padding: 5px 10px; - - &:first-child { padding-left: 10px; } - &:last-child { padding-right: 10px; } - &:only-child { - padding-left: 14px; - padding-right: 14px; - } - - // the following is for spacing the icon and the label inside the home button - GtkLabel:last-child { padding-left: 4px; } - GtkLabel:first-child { padding-right: 4px; } - GtkLabel:only-child, GtkLabel { padding-right: 0; padding-left: 0; } - GtkImage { padding-top: 2px; padding-bottom: 1px; } -} - -// -// Tree Views -// -GtkTreeView.view { // treeview grid lines and expanders, unfortunatelly - // the tree lines color can't be set - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-color: transparentize($fg_color, 0.8); // this is actually the line color - // :selected is ignored hence no style for it - - &.dnd { - border-style: solid none; - border-width: 1px; - border-color: mix($fg_color, $selected_bg_color, 50%); - } - - &.expander { - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - - color: mix($fg_color, $base_color, 50%); - - &:hover { color: $fg_color; } - - &:selected { - color: mix($selected_fg_color, $selected_bg_color, 70%); - &:hover { color: $selected_fg_color; } - } - - &:checked { - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - } - } - - &.progressbar, &.progressbar:focus { // progress bar in treeviews - color: $selected_fg_color; - border-radius: 3px; - background-image: linear-gradient(to bottom, $selected_bg_color); - - &:selected, &:selected:focus { - color: $selected_bg_color; - box-shadow: none; - background-image: linear-gradient(to bottom, $selected_fg_color); - } - } - &.trough { // progress bar trough in treeviews - color: $fg_color; - background-image: linear-gradient(to bottom, $button_border); - border-radius: 3px; - border-width: 0; - - &:selected, &:selected:focus { - color: $selected_fg_color; - background-image: linear-gradient(to bottom, transparentize(black, 0.8)); - border-radius: 3px; - border-width: 0; - } - } -} - -column-header { - .button { - @extend %column_header_button; - $_column_header_color: mix($fg_color,$base_color,80%); - color: $_column_header_color; - background-color: $base_color; - &:hover { - @extend %column_header_button; - color: $selected_bg_color; - box-shadow: none; - transition: none; //I shouldn't need this - } - &:active { - @extend %column_header_button; - color: $fg_color; - transition: none; //I shouldn't need this - } - &.dnd { - @extend column-header.button.dnd; - } - } - &:last-child .button, - &:last-child.button { //treeview-like derived widgets in Banshee and Evolution - border-right-style: none; - border-image: none; - } -} - -column-header.button.dnd { // for treeview-like derive widgets - transition: none; - color: $selected_bg_color; - box-shadow: inset 1px 1px 0 1px $selected_bg_color, - inset -1px 0 0 1px $selected_bg_color, - inset 1px 1px $base_color, inset -1px 0 $base_color;; - &:active { @extend column-header.button.dnd; } - &:selected { @extend column-header.button.dnd; } - &:hover { @extend column-header.button.dnd; } -} - -%column_header_button { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, - transparentize(if($variant == 'light', black, white), 1) 20%, - transparentize(if($variant == 'light', black, white), 0.89) 20%, - transparentize(if($variant == 'light', black, white), 0.89) 80%, - transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch; - - &:active, &:hover { background-color: $base_color; } - &:active:hover { color: $fg_color; } - &:insensitive { - border-color: $bg_color; - background-image: none; - } -} - -// -// Menus -// -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: opacify($header_bg, 1); - color: $header_fg; - - &:backdrop { - color: transparentize($header_fg, 0.3); - //background-color: opacify($header_bg_backdrop, 1); - } - - & > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; - - &:hover { //Seems like it :hover even with keyboard focus - background-color: $selected_bg_color; - color: $selected_fg_color; - } - &:insensitive { - color: transparentize($header_fg, 0.6); - border-color: transparent; - } - } -} - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: if($variant=='light', $base_color, $bg_color); - border: 1px solid $borders_color; - - .csd & { - padding: 4px 0px; - border-radius: 2px; - border: none; - } - - .menuitem { - padding: 5px; - &:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - &:insensitive { - color: $insensitive_fg_color; - } - - &.separator { color: transparentize($base_color, 1); } - - //submenu indicators - &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } - &.arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); } - } - &.button { // overlow buttons - @extend %undecorated_button; - border-style: none; - border-radius: 0; - &.top { border-bottom: 1px solid mix($fg_color, $base_color, 10%); } - &.bottom { border-top: 1px solid mix($fg_color, $base_color, 10%); } - &:hover { background-color: mix($fg_color, $base_color, 10%); } - &:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent ; - } - } -} - -.csd .popup { border-radius: 2px; } - -.menuitem .accelerator { color: gtkalpha(currentColor,0.55); } - -// -// Popovers -// -.popover { - margin: 10px; - padding: 2px; - border: 1px solid darken($borders_color, 5%); - border-radius: 3px; - background-clip: border-box; - background-color: if($variant=='light', $base_color, $bg_color); - - box-shadow: 0 2px 6px 1px if($variant=='light', transparentize(black, 0.93), transparentize(black, 0.65)); - - & .separator { color: transparentize($base_color, 1); } - GtkLabel.separator { @extend GtkLabel.separator; } // Noice - - > .list, - > .view, - > .toolbar, - &.osd > .toolbar { - border-style: none; - background-color: transparent; - } - &.osd { @extend %osd; } -} - -//touch selection handlebars for the Popover.osd above -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; - &.top { -gtk-icon-source: -gtk-icontheme('selection-start-symbolic'); } - &.bottom { -gtk-icon-source: -gtk-icontheme('selection-end-symbolic'); } -} - -// -// Notebooks and Tabs -// -.notebook { - padding: 0; - background-color: $base_color; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms $ease-out-quad; - - &.frame { - border: 1px solid $borders_color; - - &.top { border-top-width: 0; } - &.bottom { border-bottom-width: 0; } - &.right { border-right-width: 0; } - &.left { border-left-width: 0; } - } - &.header { - background-color: $bg_color; - - // this is the shading of the header behind the tabs - &.frame { - border: 0px solid $borders_color; - &.top { border-bottom-width: 0; } - &.bottom { border-top-width: 0; } - &.right { border-left-width: 0; } - &.left { border-right-width: 0; } - } - - $_header_border: $borders_color; - &.top { box-shadow: inset 0 -1px $_header_border; } - &.bottom { box-shadow: inset 0 1px $_header_border; } - &.right { box-shadow: inset 1px 0 $_header_border; } - &.left { box-shadow: inset -1px 0 $_header_border; } - } - tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - - outline-offset: 0; - - // tab sizing - $vpadding: 4px; - $hpadding: 15px; - - //FIXME: we get double border in some cases, not considering the broken - //notebook content frame... - &.top, &.bottom { padding: $vpadding $hpadding; } - &.left, &.right { padding: $vpadding $hpadding; } - - &.reorderable-page { - &.top, &.bottom { - padding-left: 12px; // for a nicer close button - padding-right: 12px; // placement - } - } - @each $_tab in (top, bottom, right, left) { - &.reorderable-page.#{$_tab}, &.#{$_tab} { - - @if $_tab==top or $_tab==bottom { - padding-#{$_tab}: $vpadding + 2; - } - @else if $_tab==left or $_tab==right { - padding-#{$_tab}: $hpadding + 2; - } - - @if $_tab==top { border-radius: 3.5px 2px 0 0; } - @else if $_tab==bottom { border-radius: 0 0 2px 3.5px; } - @else if $_tab==left { border-radius: 3.5px 0 0 3.5px; } - @else if $_tab==right { border-radius: 0 3.5px 3.5px 0; } - - border-width: 0; - border-#{$_tab}-width: 2px; - border-color: transparent; - background-color: transparentize($base_color, 1); - - &:hover, &.prelight-page { - background-color: transparentize($base_color, 0.5); - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - &:active, &.active-page, &.active-page:hover { - background-color: $base_color; - - @if $_tab==top { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $base_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - @else if $_tab==bottom { - box-shadow: inset 0 -1px $base_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - @else if $_tab==left { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $base_color; - } - @else if $_tab==right { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $base_color, - inset -1px 0 $borders_color; - } - } - } - } - GtkLabel { //tab text - padding: 0 2px; // needed for a nicer focus ring - color: $insensitive_fg_color; - } - .prelight-page GtkLabel, GtkLabel.prelight-page { - // prelight tab text - color: mix($fg_color, $insensitive_fg_color, 50%); - } - .active-page GtkLabel, GtkLabel.active-page { - // active tab text - color: $fg_color; - } - .button { //tab close button - padding: 0; - @extend %undecorated_button; - color: mix($bg_color, $fg_color, 35%); - - &:hover { - color: lighten(red, 15%); - } - &:active { - color: $selected_bg_color; - } - & > GtkImage { // this is a hack which makes tabs grow - padding: 2px; - } - } - } - &.arrow { - color: $insensitive_fg_color; - &:hover { color: mix($fg_color, $insensitive_fg_color, 50%); } - &:active { color: $fg_color; } - &:insensitive { - color: transparentize($insensitive_fg_color,0.3); - } - } -} - -// -// Scrollbars -// -$_scrollbar_bg_color: darken($base_color, 1%); - -.scrollbar { - background-clip: padding-box; - background-image: none; - border-style: solid; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkRange-slider-width: 13; - -GtkScrollbar-min-slider-length: 42; // minimum size for the slider. - // sadly can't be in '.slider' - // where it belongs - - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; - .button { - border: none; - } - &.trough { - background-color: $_scrollbar_bg_color; - border-left: 1px solid $borders_color; - - &.horizontal { - border-left: none; - border-top: 1px solid $borders_color; - } - } - &.slider { - border-radius: 21px 20px 20px 21px; - border: 3px solid transparent; //margin :/ - border-left-width: 4px; - background-color: mix($fg_color, $bg_color, 40%); - - &.horizontal { - border-radius: 21px 21px 20px 20px; - border-left-width: 3px; - border-top-width: 4px; - } - &:hover { - background-color: mix($fg_color, $bg_color, 25%); - } - &:prelight:active, - &:active { - background-color: $selected_bg_color; - } - &.fine-tune { - border-width: 4px; - &:prelight:active { - background-color: $selected_bg_color; - } - } - &:insensitive { - background-color: transparent; - } - } -} - -.scrollbars-junction, -.scrollbars-junction.frame { // the small square between two scrollbars - border-color: transparent; - background-color: $_scrollbar_bg_color; -} - - -// -// Switches -// -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; - - &.trough, &.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; - - &:dir(rtl) { background-position: left center; } - } -} - -@each $k,$l in ('',''), - (':active','-active'), - (':insensitive','-insensitive'), - (':active:insensitive','-active-insensitive') { - - // load switch troughs from .png files in assets directory - - GtkSwitch.trough#{$k} { - background-image: -gtk-scaled(url("assets/switch#{$l}#{$asset_suffix}.png"),url("assets/switch#{$l}#{$asset_suffix}@2.png")); - } - - .menu .menuitem:hover GtkSwitch.trough#{$k}, - .list-row:selected GtkSwitch.trough#{$k}, - GtkInfoBar GtkSwitch.trough#{$k} { - background-image: -gtk-scaled(url("assets/switch#{$l}-selected.png"),url("assets/switch#{$l}-selected@2.png")); - } - - .header-bar GtkSwitch.trough#{$k}, - .primary-toolbar GtkSwitch.trough#{$k} { - background-image: -gtk-scaled(url("assets/switch#{$l}-header#{$darker_asset_suffix}.png"),url("assets/switch#{$l}-header#{$darker_asset_suffix}@2.png")); - } -} - -// -// Check and Radio items * -// -@each $w,$a in ('check', 'checkbox'), - ('radio','radio') { - - //standard checks and radios - @each $s,$as in ('','-unchecked'), - (':insensitive','-unchecked-insensitive'), - (':inconsistent', '-mixed'), - (':inconsistent:insensitive', '-mixed-insensitive'), - (':checked', '-checked'), - (':checked:insensitive','-checked-insensitive') { - .#{$w}#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}#{$asset_suffix}.png"), - url("assets/#{$a}#{$as}#{$asset_suffix}@2.png")); - } - - %osd_check_radio { - .#{$w}#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}-dark.png"), - url("assets/#{$a}#{$as}-dark@2.png")); - } - } - // the borders of checks and radios are - // too similar in luminosity to the selected background color, hence - // we need special casing. - .menu .menuitem.#{$w}#{$s}:hover, - GtkTreeView.view.#{$w}#{$s}:selected, - .list-row:selected .#{$w}#{$s}, - GtkInfoBar .#{$w}#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}-selected.png"), - url("assets/#{$a}#{$as}-selected@2.png")); - } - } -} - -// Selectionmode -@each $s,$as in ('','-selectionmode'), - (':checked', '-checked-selectionmode') { - GtkIconView.view.check#{$s}, - GtkFlowBox.view.check#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox#{$as}#{$asset_suffix}.png"), - url("assets/checkbox#{$as}#{$asset_suffix}@2.png")); - background-color: transparent; - } -} - -GtkCheckButton.text-button, GtkRadioButton.text-button { - // this is for a nice focus on check and radios text - padding: 1px 2px 4px; - outline-offset: 0; - &:insensitive, - &:insensitive:active, - &:insensitive:inconsistent { - // set insensitive color, which is overriden otherwise - color: $insensitive_fg_color; - } -} - -// -// GtkScale -// -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; - - &.trough { margin: 5px; } - &.fine-tune { - &.trough { border-radius: 5px; margin: 3px; } - } - &.slider { - $_slider_border: if($variant=='light', transparentize(darken($button_border,25%), 0.5), darken($button_border,2%)); - - background-clip: border-box; - background-image: linear-gradient(to bottom, $button_bg); - border: 1px solid $_slider_border; - border-radius: 50%; - box-shadow: none; - - &:hover { - background-image: linear-gradient(to bottom, lighten($button_bg, 5%)); - border-color: $_slider_border; - } - &:insensitive { - background-image: linear-gradient(to bottom, mix($entry_bg, $bg_color, 55%)); - border-color: transparentize($_slider_border, 0.2); - } - &:active { - background-image: linear-gradient(to bottom, $selected_bg_color); - border-color: $selected_bg_color; - } - //OSD sliders - .osd & { - background-image: linear-gradient(to bottom, $osd_bg_color); - border-color: $selected_bg_color; - - &:hover { background-image: linear-gradient(to bottom, $selected_bg_color); } - &:active { - background-image: linear-gradient(to bottom, darken($selected_bg_color, 10%)); - border-color: darken($selected_bg_color, 10%); - } - } - //selected list-row and infobar sliders - .menu .menuitem:hover &, - .list-row:selected &, - GtkInfoBar & { - background-image: linear-gradient(to bottom, $selected_fg_color); - border-color: $selected_fg_color; - - &:hover { - background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 85%)); - border-color: mix($selected_fg_color, $selected_bg_color, 85%); - } - &:active { - background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 50%)); - border-color: mix($selected_fg_color, $selected_bg_color, 50%); - } - &:insensitive{ - background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 55%)); - border-color: mix($selected_fg_color, $selected_bg_color, 55%); - } - } - } - &.trough { - - $_scale_trough_bg: if($variant == 'light', $button_border, darken($bg_color, 5%)); - - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, $_scale_trough_bg); - &.highlight { - background-image: linear-gradient(to bottom, $selected_bg_color); - - &:insensitive { - background-image: linear-gradient(to bottom, transparentize($selected_bg_color, 0.45)); - } - } - &:insensitive { - background-image: linear-gradient(to bottom, transparentize($_scale_trough_bg, 0.45)); - } - - //OSD troughs - .osd & { - background-image: linear-gradient(to bottom, lighten($osd_bg_color, 7%)); - outline-color: transparentize($osd_fg_color, 0.8); - &.highlight { - background-image: none; - background-image: linear-gradient(to bottom, $selected_bg_color); - } - &:insensitive { } - } - // troughs in selected list-rows and infobars - .menu .menuitem:hover &, - .list-row:selected &, - GtkInfoBar & { - background-image: linear-gradient(to bottom, transparentize(black, 0.8)); - - &.highlight { - background-image: linear-gradient(to bottom, $selected_fg_color); - - &:insensitive { background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 55%)); } - } - &:insensitive { background-image: linear-gradient(to bottom, transparentize(black, 0.9)); } - } - } -} - -// -// Progress bars -// -GtkProgressBar { - padding: 0; - font-size: smaller; - color: transparentize($fg_color, 0.3); - - &.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; - } -} - -// moving bit -.progressbar { - background-color: $selected_bg_color; - border: none; - border-radius: 3px; - box-shadow: none; //needed for clipping - &.left.right { - - } - &.osd { - background-color: $selected_bg_color; - } - .list-row:selected &, - GtkInfoBar & { background-color: $selected_fg_color; } -} - -.osd .scale.progressbar { - background-color: $selected_bg_color; -} - -// background -GtkProgressBar.trough { - border: none; - border-radius: 3px; - background-color: if($variant == 'light', $button_border, darken($bg_color, 5%)); - - &.osd { - border-style: none; - background-color: transparent; - box-shadow: none; - } - .list-row:selected &, - GtkInfoBar & { background-color: transparentize(black, 0.8); } -} - -// -// Level Bar -// -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; - - &.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; - } -} - -.level-bar { - &.trough { - @extend GtkProgressBar.trough; - padding: 3px; - border-radius: 4px; - } - &.fill-block { - // FIXME: it would be nice to set make fill blocks bigger, but we'd need - // :nth-child working on discrete indicators - border: 1px solid $selected_bg_color; - background-color: $selected_bg_color; - border-radius: 2px; - - &.indicator-discrete { - &.horizontal { margin: 0 1px; } - &.vertical { margin: 1px 0; } - } - &.level-high { - border-color: $success_color; - background-color: $success_color; - } - &.level-low { - border-color: $warning_color; - background-color: $warning_color; - } - &.empty-fill-block { - background-color: if($variant=='light', transparentize($fg_color,0.8), $base_color); - border-color: if($variant=='light', transparentize($fg_color,0.8), $base_color); - } - } -} - - -// -// Frames -// -.frame { - border: 1px solid $borders_color; - &.flat { border-style: none; } - padding: 0; - &.action-bar { - padding: 6px; - border-width: 1px 0 0; - } -} - -GtkScrolledWindow { - GtkViewport.frame { // avoid double borders when viewport inside - // scrolled window - border-style: none; - } -} - -//vbox and hbox separators -.separator { - // always disable separators - // -GtkWidget-wide-separators: true; - color: transparentize(black, 0.9); - - // Font and File button separators - GtkFileChooserButton &, - GtkFontButton &, - GtkFileChooserButton &.vertical, - GtkFontButton &.vertical { - // always disable separators - -GtkWidget-wide-separators: true; - } -} - -// -// Lists -// -.list, .list-row { - background-color: $base_color; - border-color: $borders_color; -} - -.list-row, -.grid-child { - padding: 2px; -} - -.list-row.button { - @extend %undecorated_button; - background-color: transparentize(black, 1); // for the transition - border-style: none; // I need no borders here - border-radius: 0; // and no rounded corners - box-shadow: none; // and no box-shadow - &:hover { - background-color: if($variant == 'light', transparentize(black, 0.95), transparentize(white, 0.97)); - } - &:active { - color: $fg_color; - } - &:selected { - &:active { color: $selected_fg_color; } - &:hover { background-color: mix(black, $selected_bg_color, 10%); } - &:insensitive { - color: transparentize($selected_fg_color, 0.3); - background-color: transparentize($selected_bg_color, 0.3); - GtkLabel { color: inherit; } - } - } -} - -.list-row:selected { - @extend %selected_items; - .button { @extend %selected-button } -} - -// transition -.list-row, list-row.button { - transition: all 300ms $ease-out-quad; - &:hover { transition: none; } -} - -// -// App Notifications -// -.app-notification, -.app-notification.frame { - padding: 10px; - color: $dark_sidebar_fg; - background-color: $dark_sidebar_bg; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: darken($dark_sidebar_bg, 10%); - - .button { - @include button(osd); - &.flat { - @extend %undecorated_button; - border-color: transparentize($selected_bg_color, 1); - &:insensitive { @extend %undecorated_button; } - } - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); background-clip: padding-box; } - &:insensitive { @include button(osd-insensitive); - } - } -} - -// -// Expanders -// -.expander { - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - &:hover { color: lighten($fg_color,30%); } //only lightens the arrow - &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } -} - -// -// Calendar -// -GtkCalendar { - color: $fg_color; - border: 1px solid $borders_color; - border-radius: 3px; - padding: 2px; - - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 1.5px; - } - &.header { - color: $fg_color; - border: none; - border-radius: 0; - } - &.button, &.button:focus { - color: transparentize($fg_color,0.55); - @include button(undecorated); - - &:hover { - color: $fg_color; - } - &:insensitive { - color: $insensitive_fg_color; - background-color: transparent; - background-image: none; - } - } - &.highlight { color: gtkalpha(currentColor,0.55); } -} - -// -// Dialogs -// -.message-dialog .dialog-action-area .button { - padding: 8px; -} - -.message-dialog { // Message Dialog styling - -GtkDialog-button-spacing: 0; - - .titlebar { background-color: $header_bg; border-bottom: 1px solid darken($header_bg, 7%) } - - &.csd { // rounded bottom border styling for csd version - &.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; - } - .dialog-action-area .button { - padding: 8px; - border-radius: 0; - - @extend %middle_button; - - &:hover, &:active, &:insensitive { - @extend %middle_button; - } - - &:first-child{ @extend %first_button; } - &:last-child { @extend %last_button; } - } - %middle_button { - border-right-style: none; - border-bottom-style: none; - } - %last_button { - border-bottom-right-radius: 3px; - } - %first_button { - border-left-style: none; - border-bottom-left-radius: 3px; - } - } -} - -GtkFileChooserDialog { - .search-bar { - background-color: $bg_color; - border-color: $borders_color; - box-shadow: none; - } - .dialog-action-box { - border-top: 1px solid $borders_color; - } -} - -// -// Sidebar -// -.sidebar { - border: none; - background-color: lighten($bg_color, 2%); - - .scrollbar { - &.trough { - background-color: transparent; - border-width: 2px; - border-color: transparent; - } - } - &:selected { - background-color: $selected_bg_color; - } -} - -// Places sidebar is a special case, since the view here have to look like chrome not content, so we override text color -GtkPlacesSidebar.sidebar .view { - - color: $fg_color; - background-color: transparent; - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &.separator { @extend .separator; } -} - -.sidebar-item { - padding: 10px 4px; - > GtkLabel { - padding-left: 6px; - padding-right: 6px; - } - &.needs-attention > GtkLabel { - @extend %needs_attention; - background-size: 6px 6px, 0 0; - } -} - -// -// Paned -// -GtkPaned { - // This is actually the invisible area of the paned separator, not a margin... - margin: 0 8px 8px 0; //drag area of the separator - &:dir(rtl) { - margin-right: 0; - margin-left: 8px; - } -} - -.pane-separator { - //FIXME abusing a background-image to get rid of the handle decoration - //I'd like something better... - background-image: linear-gradient(to bottom, $borders_color); -} - -// -// GtkInfoBar -// -GtkInfoBar { - border-style: none; - - .button { @extend %selected-button } -} - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: $selected_bg_color; - color: $selected_fg_color; -} - - -// -// Buttons on selected backgrounds -// -%selected-button { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 0.5); - - &.flat { - @include button(undecorated); - color: $selected_fg_color; - background-color: transparentize($selected_fg_color, 1); - } - &:hover { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 0.8); - border-color: transparentize($selected_fg_color, 0.2); - } - &:active, &:active:hover, &:checked { - color: $selected_bg_color; - outline-color: transparentize($selected_bg_color, 0.7); - background-color: $selected_fg_color; - border-color: $selected_fg_color; - } - &:insensitive { - color: transparentize($selected_fg_color, 0.6); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 0.8); - - &:active, &:checked { - color: transparentize($selected_bg_color, 0.6); - background-color: transparentize($selected_fg_color, 0.8); - border-color: transparentize($selected_fg_color, 0.8); - } - } -} - -// -// Tooltips -// -.tooltip { - &.background { - // background-color needs to be set this way otherwise it gets drawn twice - // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. - background-color: lighten($osd_bg_color, 10%); - background-clip: padding-box; - } - - color: $osd_fg_color; - border-radius: 2px; - - &.window-frame.csd { - background-color: transparent; - } -} - -.tooltip * { //Yeah this is ugly - padding: 4px; - background-color: transparent; - color: inherit; // just to be sure -} - -// -// Color Chooser -// - -GtkColorSwatch { - border: none; - box-shadow: inset 0 1px 1px transparentize(black, 0.6); - - &.color-light { - &:hover { - background-image: linear-gradient(to bottom, - transparentize(white, 0.6)); - } - } - &.color-dark { - &:hover { - background-image: linear-gradient(to bottom, - transparentize(white, 0.8)); - } - } - - &:hover { - border-color: transparentize(black, 0.5); - } - - &.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - } - &.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - } - &.left, &:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - } - &.right, &:last-child { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - } - &:only-child { - border-radius: 3px; - } - &.color-active-badge { - border-width: 2px; - &:hover { background-image: none; } - &.color-light, &.color-light:hover { - color: transparentize(black,0.7); - border-color: transparentize(black,0.7); - } - &.color-dark, &.color-dark:hover { - color: transparentize(white,0.5); - border-color: transparentize(white,0.5); - } - } -} -GtkColorChooserWidget #add-color-button { - border-color: mix($borders_color,$bg_color,50%); - background-color: mix($borders_color,$bg_color,50%); - color: $bg_color; - box-shadow: none; - &:hover { - border-color: $borders_color; - background-color: $borders_color; - } -} - -GtkColorButton.button { - padding: 5px; // Uniform padding on the GtkColorButton - - GtkColorSwatch { border-radius: 0; } -} - -// -// Misc -// -.scale-popup .button { // +/- buttons on GtkVolumeButton popup - padding: 6px; - &:hover { - @include button(hover); - } -} - -GtkVolumeButton.button { padding: 8px; } - -// Decouple the font of context menus from their entry/textview -.touch-selection, -.context-menu { font: initial;} - -.monospace { font: Monospace; } - -// -// Overshoot -// -// This is used by GtkScrolledWindow, when content is touch-dragged past boundaries. -// This draws a box on top of the content, the size changes programmatically. -.overshoot { - &.top { @include overshoot(top); } - &.bottom { @include overshoot(bottom); } - &.left { @include overshoot(left); } - &.right { @include overshoot(right); } -} - -// -// Undershoot -// -// Overflow indication, works similarly to the overshoot, the size if fixed tho. -.undershoot { - &.top { @include undershoot(top); } - &.bottom { @include undershoot(bottom); } - &.left { @include undershoot(left); } - &.right { @include undershoot(right); } -} - -// -// Window Decorations -// - -.window-frame { - border-radius: if($darker=='false' and $variant=='light', 4px 4px 0 0, 3px 3px 0 0); - border-width: 0px; - - $_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45)); - - box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), $_wm_border), - 0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2)); - - // this is used for the resize cursor area - margin: 10px; - - &:backdrop { - box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 7%), 0.1), $_wm_border), - 0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2)); - } - &.tiled { - border-radius: 0; - } - &.popup { - box-shadow: none; - border-radius: 0; - } - &.csd { - &.popup, &.menu { - border-radius: 2px; - box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)), - 0 0 0 1px if($variant == 'light', $_wm_border, darken($bg_color, 10%)); - } - &.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3)); - } - &.message-dialog { border-radius: 3px; } - } -} - -// -// Titlebuttons -// - -.header-bar, .titlebar, -.header-bar.selection-mode, .titlebar.selection-mode { - - &.default-decoration .button.titlebutton { // no vertical padding for ssd buttons - padding-top: 0px; // already handled by the titlebar-padding - padding-bottom: 0px; - } - - .button.titlebutton { - @extend .image-button; - padding: 8px 4px; - - @include button(undecorated); - background-color: transparentize($header_bg, 1); - border-color: transparentize($header_bg, 1); - - color: transparent; - background-position: center; - background-repeat: no-repeat; - - &:backdrop { opacity: 1; } - } - - // Minimize - - .right .button.titlebutton:nth-last-child(3), - .right:dir(rtl) .button.titlebutton:nth-child(3), - .left .button.titlebutton:nth-child(3), - .left:dir(rtl) .button.titlebutton:nth-last-child(3) { - background-image: -gtk-scaled(url('assets/titlebutton-minimize#{$darker_asset_suffix}.png'),url('assets/titlebutton-minimize#{$darker_asset_suffix}@2.png')); - - &:hover, &:backdrop:hover { background-image: -gtk-scaled(url('assets/titlebutton-minimize-hover#{$darker_asset_suffix}.png'),url('assets/titlebutton-minimize-hover#{$darker_asset_suffix}@2.png')); } - &:active:hover { background-image: -gtk-scaled(url('assets/titlebutton-minimize-active#{$darker_asset_suffix}.png'),url('assets/titlebutton-minimize-active#{$darker_asset_suffix}@2.png')); } - &:backdrop { background-image: -gtk-scaled(url('assets/titlebutton-minimize-backdrop#{$darker_asset_suffix}.png'),url('assets/titlebutton-minimize-backdrop#{$darker_asset_suffix}@2.png')); } -} - - // Maximize - - .right .button.titlebutton:nth-last-child(2), - .right:dir(rtl) .button.titlebutton:nth-child(2), - .left .button.titlebutton:nth-child(2), - .left:dir(rtl) .button.titlebutton:nth-last-child(2) { - background-image: -gtk-scaled(url('assets/titlebutton-maximize#{$darker_asset_suffix}.png'),url('assets/titlebutton-maximize#{$darker_asset_suffix}@2.png')); - - &:hover, &:backdrop:hover { background-image: -gtk-scaled(url('assets/titlebutton-maximize-hover#{$darker_asset_suffix}.png'),url('assets/titlebutton-maximize-hover#{$darker_asset_suffix}@2.png')); } - &:active:hover { background-image: -gtk-scaled(url('assets/titlebutton-maximize-active#{$darker_asset_suffix}.png'),url('assets/titlebutton-maximize-active#{$darker_asset_suffix}@2.png')); } - &:backdrop { background-image: -gtk-scaled(url('assets/titlebutton-maximize-backdrop#{$darker_asset_suffix}.png'),url('assets/titlebutton-maximize-backdrop#{$darker_asset_suffix}@2.png')); } -} - - // Close - - .right .button.titlebutton:last-child, - .right:dir(rtl) .button.titlebutton:first-child, - .left .button.titlebutton:first-child, - .left:dir(rtl) .button.titlebutton:last-child { - background-image: -gtk-scaled(url('assets/titlebutton-close#{$darker_asset_suffix}.png'),url('assets/titlebutton-close#{$darker_asset_suffix}@2.png')); - - &:hover, &:backdrop:hover { background-image: -gtk-scaled(url('assets/titlebutton-close-hover#{$darker_asset_suffix}.png'),url('assets/titlebutton-close-hover#{$darker_asset_suffix}@2.png')); } - &:active:hover { background-image: -gtk-scaled(url('assets/titlebutton-close-active#{$darker_asset_suffix}.png'),url('assets/titlebutton-close-active#{$darker_asset_suffix}@2.png')); } - &:backdrop { background-image: -gtk-scaled(url('assets/titlebutton-close-backdrop#{$darker_asset_suffix}.png'),url('assets/titlebutton-close-backdrop#{$darker_asset_suffix}@2.png')); } - } -} - -// Fallback menubutton -.header-bar, .titlebar { - .left GtkMenuButton.button.titlebutton:first-child, - .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, - &.selection-mode .left GtkMenuButton.button.titlebutton:first-child, - &.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - - padding: 4px 6px 4px 6px; - color: $header_fg; - - &, &:hover, &:active:hover, - &:backdrop, &:backdrop:hover { - background-image: none; - background-color: transparentize($header_bg, 1); - border-color: transparentize($header_bg, 1); - } - - &:hover, &:backdrop:hover { @include button(header-hover); } - &:active:hover, &:checked { @include button(header-active); } - } -} - -// catch all extend -%selected_items { - background-image: none; - background-color: $selected_bg_color; - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); -} diff --git a/common/gtk-3.0/3.14/sass/_drawing.scss b/common/gtk-3.0/3.14/sass/_drawing.scss deleted file mode 100644 index 36a5f36..0000000 --- a/common/gtk-3.0/3.14/sass/_drawing.scss +++ /dev/null @@ -1,366 +0,0 @@ -// Drawing mixins - -// Entries - -@mixin entry($t) { -// -// Entries drawing function -// -// $t: entry type -// - - @if $t==normal { - // - // normal entry - // - color: $text_color; - border-color: $entry_border; - background-color: $entry_bg; - background-image: linear-gradient(to bottom, $entry_bg); - } - - @if $t==focus { - // - // focused entry - // - color: $text_color; - border-color: if($variant=='light', $selected_bg_color, $button_border); - background-color: $entry_bg; - background-image: linear-gradient(to bottom, $entry_bg); - - @if $variant == 'dark' { - box-shadow: inset 1px 0 $selected_bg_color, - inset -1px 0 $selected_bg_color, - inset 0 1px $selected_bg_color, - inset 0 -1px $selected_bg_color; - } - } - - @if $t==insensitive { - // - // insensitive entry - // - color: $insensitive_fg_color; - border-color: transparentize($entry_border, 0.45); - background-color: transparentize($entry_bg, 0.45); - background-image: linear-gradient(to bottom, transparentize($entry_bg, 0.45)); - } - - @if $t==header-normal { - // - // normal header-bar entry - // - - color: $header_fg; - border-color: $header_entry_border; - background-image: linear-gradient(to bottom, $header_entry_bg); - background-color: transparent; - - &.image, &.image:hover { color: inherit; } - } - - @if $t==header-focus { - // - // focused header-bar entry - // - color: $selected_fg_color; - border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); - background-image: linear-gradient(to bottom, $selected_bg_color); - } - - @if $t==header-insensitive { - // - // insensitive header-bar entry - // - color: transparentize($header_fg, 0.45); - background-image: linear-gradient(to bottom, transparentize($header_entry_bg, 0.15)); - } - - @else if $t==osd { - // - // normal osd entry - // - color: $osd_fg_color; - border-color: $osd_entry_border; - background-image: linear-gradient(to bottom, $osd_entry_bg); - background-color: transparent; - - &.image, &.image:hover { color: inherit; } - } - - @else if $t==osd-focus { - // - // active osd entry - // - color: $selected_fg_color; - border-color: $osd_entry_border; - background-image: linear-gradient(to bottom, $selected_bg_color); - } - - @else if $t==osd-insensitive { - // - // insensitive osd entry - // - color: transparentize($osd_fg_color, 0.45); - background-image: linear-gradient(to bottom, transparentize($osd_entry_bg, 0.15)); - } -} - -// Buttons - -@mixin button($t, $actionb_bg:red, $actionb_fg: green) { -// -// Button drawing function -// -// $t: button type, -// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons - - @if $t==normal { - // - // normal button - // - color: $fg_color; - outline-color: transparentize($fg_color, 0.7); - border-color: $button_border; - background-color: $button_bg; - } - - @else if $t==hover { - // - // hovered button - // - color: $fg_color; - outline-color: transparentize($fg_color, 0.7); - border-color: $button_border; - background-color: lighten($button_bg, 5%); - } - - @else if $t==active { - // - // pushed button - // - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - - border-color: if($variant=='light', $selected_bg_color, $button_border); - background-color: $selected_bg_color; - } - - @else if $t==insensitive { - // - // insensitive button - // - color: $insensitive_fg_color; - border-color: transparentize($button_border, 0.45); - background-color: transparentize($button_bg, 0.45); - - > GtkLabel { color: inherit; } - } - - @else if $t==insensitive-active { - // - // insensitive pushed button - // - color: transparentize($selected_fg_color, 0.2); - border-color: transparentize($selected_bg_color, 0.25); - background-color: transparentize($selected_bg_color, 0.25); - - opacity: 0.6; - - > GtkLabel { color: inherit; } - } - - @if $t==header-normal { - // - // normal header-bar button - // - color: $header_fg; - outline-color: transparentize($header_fg, 0.7); - outline-offset: -3px; - background-color: transparentize($header_bg, 1); - border-color: transparentize($header_bg, 1); - } - - @else if $t==header-hover { - // - // hovered header-bar button - // - color: $header_fg; - outline-color: transparentize($header_fg, 0.7); - border-color: $header_button_border; - background-color: $header_button_bg; - } - - @else if $t==header-active { - // - // pushed header-bar button - // - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); - background-color: $selected_bg_color; - } - - @else if $t==header-insensitive { - // - // insensitive header-bar button - // - color: transparentize($header_fg, 0.45); - background-color: transparentize($header_bg, 1); - border-color: transparentize($header_bg, 1); - - > GtkLabel { color: inherit; } - } - - @else if $t==header-insensitive-active { - // - // header-bar insensitive pushed button - // - color: transparentize($selected_fg_color, 0.25); - border-color: transparentize($selected_bg_color, 0.35); - background-color: transparentize($selected_bg_color, 0.35); - } - - @else if $t==osd { - // - // normal osd button - // - color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); - border-color: $osd_button_border; - background-color: $osd_button_bg; - } - - @else if $t==osd-hover { - // - // active osd button - // - color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); - border-color: $osd_button_border; - background-color: opacify(lighten($osd_button_bg, 7%), 0.1); - } - - @else if $t==osd-active { - // - // active osd button - // - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - border-color: $osd_button_border; - background-color: $selected_bg_color; - } - - @else if $t==osd-insensitive { - // - // insensitive osd button - // - color: $osd_insensitive_fg_color; - border-color: $osd_button_border; - background-color: transparentize($osd_button_bg, 0.15); - } - - @else if $t==suggested_destructive { - // - // suggested or destructive action buttons - // - background-clip: border-box; - - color: $actionb_fg; - outline-color: transparentize($actionb_fg, 0.7); - background-color: $actionb_bg; - border-color: $actionb_bg; - } - - @else if $t==undecorated { - // - // reset - // - border-color: transparent; - background-color: transparent; - background-image: none; - } -} - -// -// Overshoot -// -@mixin overshoot($p, $c:$selected_bg_color) { -// $p: position -// $c: base color -// -// possible $p values: -// top, bottom, right, left -// - - $_big_gradient_length: 60%; - - $_position: center top; - $_big_gradient_size: 100% $_big_gradient_length; - - @if $p==bottom { - $_position: center bottom; - } - - @else if $p==right { - $_position: right center; - $_big_gradient_size: $_big_gradient_length 100%; - } - - @else if $p==left { - $_position: left center; - $_big_gradient_size: $_big_gradient_length 100%; - } - - background-image: -gtk-gradient(radial, - $_position, 0, - $_position, 0.6, - from(transparentize($c, 0.8)), - to(transparentize($c, 1))); - - background-size: $_big_gradient_size; - background-repeat: no-repeat; - background-position: $_position; - - background-color: transparent; // reset some properties to be sure to not inherit them somehow - border: none; // - box-shadow: none; // -} - -// -// Undershoot -// -@mixin undershoot($p) { -// $p: position -// -// possible $p values: -// top, bottom, right, left -// - - $_undershoot_color_dark: transparentize(black, 0.8); - $_undershoot_color_light: transparentize(white, 0.8); - - $_gradient_dir: left; - $_dash_bg_size: 10px 1px; - $_gradient_repeat: repeat-x; - $_bg_pos: center $p; - - background-color: transparent; // shouldn't be needed, but better to be sure; - - @if ($p == left) or ($p == right) { - $_gradient_dir: top; - $_dash_bg_size: 1px 10px; - $_gradient_repeat: repeat-y; - $_bg_pos: $p center; - } - - background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%); - - padding-#{$p}: 1px; - background-size: $_dash_bg_size; - background-repeat: $_gradient_repeat; - background-origin: content-box; - background-position: $_bg_pos; -} diff --git a/common/gtk-3.0/3.14/sass/_granite.scss b/common/gtk-3.0/3.14/sass/_granite.scss deleted file mode 100644 index 8e3b35d..0000000 --- a/common/gtk-3.0/3.14/sass/_granite.scss +++ /dev/null @@ -1,218 +0,0 @@ -// Granite Widgets - -// -// Overlay Bar -// -.overlay-bar { - background-color: $selected_bg_color; - border-color: $selected_bg_color; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; - - GtkLabel { color: $selected_fg_color; } -} - -// -// Thin Pane Separator -// -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid $borders_color; - border-right: 1px solid $borders_color; - -} - -// avoid borders when a viewport is -// packed into a Static Notebook, or Popover -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; -} - -// -// Help Button -// -.help_button { - border-radius: 100px; - padding: 3px 9px; -} - -// -// Secondary Toolbars -// -.secondary-toolbar.toolbar { - padding: 3px; - border-bottom: 1px solid $borders_color; - - .button { padding: 0 3px 0 3px; } -} - -// -// Bottom Toolbars -// -.bottom-toolbar.toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: $borders_color; - background-color: $bg_color; - - .button { padding: 2px 3px 2px 3px; } -} - -// -// Sidebar & Source List -// -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; -} - -.source-list, -.source-list.view { - background-color: $bg_color; - color: $fg_color; - -gtk-icon-style: regular; -} - -.source-list.category-expander { - color: transparent; -} - -.source-list.view:prelight { - background-color: lighten($bg_color, 5%); -} - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; -} - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: $bg_color; - background-image: none; -} - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; -} - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: $selected_fg_color; - color: $selected_bg_color; -} - -// -// Expander -// -.source-list.category-expander { - color: $fg_color; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; -} - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; -} - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -// -// Welcome -// -GraniteWidgetsWelcome { - background-color: $base_color; -} - -GraniteWidgetsWelcome GtkLabel { - color: mix($fg_color, $bg_color, 50%); - font: open sans 11; - text-shadow: none; -} - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: transparentize($fg_color, 0.2); -} - -// -// Help Button -// -.help_button { - border-radius: 0; -} - -// -// Popover -// -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - - border: 1px solid transparentize(black, 0.7); - margin: 0; -} - -.popover_bg { - background-image: linear-gradient(to bottom, $base_color); - border: 1px solid transparentize(black, 0.7); -} - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; -} - -// -// Xs Entry -// -GraniteWidgetsXsEntry.entry { padding: 4px; } - -// -// Text Styles -// -.h1 { font: open sans 24px; } -.h2 { font: open sans light 18px; } -.h3 { font: open sans 11px; } -.h4, -.category-label { - color: mix($bg_color, $text_color, 30%); - font-weight: 600; -} - -.h4 { - padding-bottom: 6px; - padding-top: 6px; -} - -GtkListBox .h4{ - padding-left: 6px; -} diff --git a/common/gtk-3.0/3.14/sass/_lightdm.scss b/common/gtk-3.0/3.14/sass/_lightdm.scss deleted file mode 100644 index bb7214a..0000000 --- a/common/gtk-3.0/3.14/sass/_lightdm.scss +++ /dev/null @@ -1,113 +0,0 @@ -// the panel widget at the top -#panel_window { - background-color: $panel_bg; - color: $panel_fg; - font: bold; - box-shadow: inset 0 -1px darken($panel_bg, 7%); - - // the menubars/menus of the panel, i.e. indicators - .menubar { - padding-left: 5px; - - &, > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; - } - } - - .menubar .menuitem:insensitive { - color: transparentize($panel_fg, 0.5); - - GtkLabel { color: inherit; } - } - .menubar .menu .menuitem { font: normal; } -} - -// the login window -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: $fg_color; -} - -// the top half of the login-window, in GtkDialog terms, the content -#content_frame { - padding-bottom: 14px; - background-color: $bg_color; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid transparentize(black, 0.9); - border-width: 1px 1px 0 1px; -} - -#content_frame .button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:insensitive { @include button(insensitive); } -} - -// the lower half of the login-window, in GtkDialog terms the buttonbox or action area -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: if($variant=='light', $osd_bg_color, $header_bg); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px if($variant=="light", $dark_sidebar_border, $header_border); -} - -#buttonbox_frame .button{ - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -#login_window #user_combobox { - color: $fg_color; - font: 13px; - - .menu { font: normal; } - .arrow {} -} - -// the user's avatar box -#user_image { - padding: 3px; - border-radius: 2px; -} - -// the border around the user's avatar box -#user_image_border {} - -// the shutdown button -#shutdown_button.button { - @include button(suggested_destructive, $destructive_color); - - &:hover { @include button(suggested_destructive, lighten($destructive_color, 10%)); } - &:active, &:checked { @include button(suggested_destructive, darken($destructive_color, 10%)); } -} - -// the restart button -#restart_button.button { - @include button(suggested_destructive, $suggested_color); - - &:hover { @include button(suggested_destructive, lighten($suggested_color, 10%)); } - &:active, &:checked { @include button(suggested_destructive, darken($suggested_color, 10%)); } -} - -// the warning, in case a wrong password is entered or something else goes wrong according to PAM -#greeter_infobar { - border-bottom-width: 0; - font: bold; -} diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss deleted file mode 100644 index 90b4a2e..0000000 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ /dev/null @@ -1,249 +0,0 @@ -.titlebar .separator { - color: $header_border; //fixes separator in gnome-tweak-tool -} - -NemoWindow GtkEventBox { background-color: $bg_color; } // fixes nemo statusbar - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; -} - -@if $variant==dark { - GtkFileChooserDialog, - NautilusWindow , - NemoWindow { - .sidebar { border-right: 1px solid $dark_sidebar_border; } - - .sidebar:dir(rtl) { border-left: 1px solid $dark_sidebar_border; } - } -} - -// Dark transparent sidebars -NautilusWindow GtkBox.sidebar { background-color: transparent; } - -GtkFileChooserDialog, -NautilusWindow, -NemoWindow, -MarlinViewWindow { - - &.csd.background, - .source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; } - - .sidebar, MarlinPlacesSidebar { - background-color: $dark_sidebar_bg; - - .view, .source-list.sidebar row { - background-color: transparent; - color: $dark_sidebar_fg; - - &.image { color: transparentize($dark_sidebar_fg, 0.3); } - - &.cell:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - - &.frame { color: $dark_sidebar_fg; } - - .separator { color: transparent; } - - .scrollbar { @extend %dark_sidebar_scrollbar } - } - &.maximized .sidebar { background-color: opacify($dark_sidebar_bg, 1); } -} - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border} - -// Fix Nautilus transparency issues -NautilusWindow NautilusWindowSlot { background-color: $base_color; } -NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } - -GtkFileChooserDialog { - - &.background.csd, &.background { background-color: $dark_sidebar_bg } - .sidebar { background-color: transparent } - - // Yeah, this is ugly, but prevents a transparent background in the image preview box - GtkPaned > .vertical > .horizontal { background-color: $bg_color; } - - // fix for non gnome environments - .dialog-action-box { background-color: $bg_color } - - .dialog-vbox > .frame { - color: $dark_sidebar_fg; - border-color: transparent; - } - .action-bar.frame { - background-color: transparent; - border-color: if($variant =='light', darken($dark_sidebar_bg, 5%), darken($dark_sidebar_bg, 10%)); - } - - .action-bar.frame, - .dialog-vbox > .frame { - - .button { @extend %dark_sidebar_button; } - .entry { @extend %dark_sidebar_entry; } - - @extend %osd_check_radio; - - GtkLabel, GtkComboBox { color: $dark_sidebar_fg; } - } -} - -// -// Paned Headerbars -// -FeedReaderreaderUI.background.csd, -GeditWindow.background.csd { - - > .titlebar .pane-separator, - &.maximized > .titlebar .pane-separator, - > .titlebar .pane-separator:backdrop, - &.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; } - - > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: $header_bg; - - &:backdrop { background-color: $header_bg_backdrop; } - } - - &.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: opacify($header_bg, 1); - - &:backdrop { background-color: opacify($header_bg_backdrop, 1); } - } -} - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; -} - -// Gedit -GeditWindow.background { - &.csd { background-color: transparent; } - - .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; } - .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; } - - > .titlebar.default-decoration, - > .titlebar.default-decoration:backdrop { background-color: opacify($header_bg, 1); } // fix for elementary OS -} - -.gedit-bottom-panel-paned { background-color: $base_color; } - -.gedit-document-panel { - background-color: $dark_sidebar_bg; - - .maximized & { background-color: opacify($dark_sidebar_bg, 1); } - - .list-row { color: $dark_sidebar_fg; } - - .list-row { - background-color: transparentize($dark_sidebar_fg, 1); - border: solid transparentize($dark_sidebar_fg, 1); - border-width: 3px 2px 3px 2px; - } - .list-row:hover { - border: solid transparentize($dark_sidebar_fg, 0.85); - border-width: 3px 2px 3px 2px; - background-color: transparentize($dark_sidebar_fg, 0.85); - } - .list-row:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: solid $selected_bg_color; - border-width: 3px 2px 3px 2px; - - .button { color: $selected_fg_color; } - } - .list-row:selected, .list-row:selected:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: solid $selected_bg_color; - border-width: 3px 2px 3px 2px; - } - .prelight-row .button:active { - color: $dark_sidebar_fg; - } -} - -GeditFileBrowserWidget { - background-color: $dark_sidebar_bg; - - .maximized & { background-color: opacify($dark_sidebar_bg, 1); } - - .scrollbar { @extend %dark_sidebar_scrollbar } - - .scrollbars-junction, - .scrollbars-junction.frame { - border-color: transparent; - background-color: transparent; - } - - .horizontal { - background-color: transparent; - border-color: darken($dark_sidebar_bg, 7%); - - .button { @extend %dark_sidebar_button; } - GtkComboBox { color: $dark_sidebar_fg; } - } -} - -GeditWindow.background.csd GeditFileBrowserView.view { - - background-color: transparent; - color: $dark_sidebar_fg; - - &.expander { - color: $dark_sidebar_fg; - &:hover { color: $selected_bg_color; } - } -} - -%dark_sidebar_button { - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -%dark_sidebar_entry { - @include entry(osd); - - &:focus { @include entry(osd-focus); } - &:insensitive { @include entry(osd-insensitive); } -} - -%dark_sidebar_scrollbar { - - &.trough { background-color: transparent; border-color: transparent; } - - &.slider { - border-radius: 20px; - border: 3px solid transparent; - background-color: transparentize(lighten($dark_sidebar_fg, 15%), 0.3); - &:hover { - background-color: lighten($dark_sidebar_fg, 20%); - } - &:prelight:active { - background-color: $selected_bg_color; - } - &.fine-tune { - border-width: 4px; - &:prelight:active { - background-color: $selected_bg_color; - } - } - &:insensitive { - background-color: transparent; - } - } -} diff --git a/common/gtk-3.0/3.14/sass/_unity.scss b/common/gtk-3.0/3.14/sass/_unity.scss deleted file mode 100644 index 2441035..0000000 --- a/common/gtk-3.0/3.14/sass/_unity.scss +++ /dev/null @@ -1,159 +0,0 @@ -// Decorations -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: $selected_bg_color; - - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; - - &.top { - border: 1px solid if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - - background-image: linear-gradient(to bottom, opacify($header_bg, 1)); - color: $header_fg; // The foreground color will be used to paint the text - - box-shadow: inset 0 1px lighten($header_bg, 3%); - - &:backdrop { - border-bottom-width: 0; - //background-image: linear-gradient(to bottom, opacify($header_bg_backdrop, 1)); - color: transparentize($header_fg, 0.3); - } - } - &.left, &.right, &.bottom, - &.left:backdrop, &.right:backdrop, &.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); - } -} - -// Panel Style -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: lighten($panel_fg, 20%); - box-shadow: none; - - &:backdrop { color: lighten($panel_fg, 1%); } -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: $selected_fg_color; - background-image: linear-gradient(to bottom, $selected_bg_color); - border-bottom: none; -} - -// Unity Greeter -.lightdm.menu { - background-image: none; - background-color: transparentize(black, 0.6); - border-color: transparentize(white, 0.2); - border-radius: 4px; - padding: 1px; - color: white; -} - -.lightdm-combo .menu { - background-color: lighten($header_bg, 8); - border-radius: 0px; - padding: 0px; - color: white; -} - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; -} - -.lightdm.menubar { - color: transparentize(white, 0.2); - background-image: none; - background-color: transparentize(black, 0.5); - - & > .menuitem { - padding: 2px 6px; - } -} - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: transparentize(black, 0.7); - border-color: transparentize(white, 0.6); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; -} - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; -} - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: transparentize(white, 0.9); - border-width: 1px; - border-style: solid; - color: white; -} - -.lightdm.entry:selected { - background-color: transparentize(white, 0.2); -} - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; -} - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; -} - -.lightdm.toggle-button { - background: none; - border-width: 0; - - &.selected { - background-color: transparentize(black, 0.3); - border-width: 1px; - } -} - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); - } -} diff --git a/common/gtk-3.0/3.14/sass/gtk-dark.scss b/common/gtk-3.0/3.14/sass/gtk-dark.scss deleted file mode 100644 index 529ee3d..0000000 --- a/common/gtk-3.0/3.14/sass/gtk-dark.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'dark'; -$darker: 'false'; -$transparency: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.14/sass/gtk-darker.scss b/common/gtk-3.0/3.14/sass/gtk-darker.scss deleted file mode 100644 index 34b8f81..0000000 --- a/common/gtk-3.0/3.14/sass/gtk-darker.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'true'; -$transparency: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.14/sass/gtk-solid-dark.scss b/common/gtk-3.0/3.14/sass/gtk-solid-dark.scss deleted file mode 100644 index 959d8b1..0000000 --- a/common/gtk-3.0/3.14/sass/gtk-solid-dark.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'dark'; -$darker: 'false'; -$transparency: 'false'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.14/sass/gtk-solid-darker.scss b/common/gtk-3.0/3.14/sass/gtk-solid-darker.scss deleted file mode 100644 index 45b7dbe..0000000 --- a/common/gtk-3.0/3.14/sass/gtk-solid-darker.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'true'; -$transparency: 'false'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.14/sass/gtk-solid.scss b/common/gtk-3.0/3.14/sass/gtk-solid.scss deleted file mode 100644 index 28ff2b6..0000000 --- a/common/gtk-3.0/3.14/sass/gtk-solid.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'false'; -$transparency: 'false'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.14/sass/gtk.scss b/common/gtk-3.0/3.14/sass/gtk.scss deleted file mode 100644 index 9bb0348..0000000 --- a/common/gtk-3.0/3.14/sass/gtk.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'false'; -$transparency: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.16/assets.svg b/common/gtk-3.0/3.16/assets.svg deleted file mode 100644 index 7086f47..0000000 --- a/common/gtk-3.0/3.16/assets.svg +++ /dev/null @@ -1,5965 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/gtk-3.0/3.16/assets.txt b/common/gtk-3.0/3.16/assets.txt deleted file mode 100644 index a11af04..0000000 --- a/common/gtk-3.0/3.16/assets.txt +++ /dev/null @@ -1,84 +0,0 @@ -checkbox-checked -checkbox-checked-insensitive -checkbox-unchecked -checkbox-unchecked-insensitive -checkbox-mixed -checkbox-mixed-insensitive -radio-checked -radio-checked-insensitive -radio-unchecked -radio-unchecked-insensitive -radio-mixed -radio-mixed-insensitive -checkbox-checked-selected -checkbox-checked-insensitive-selected -checkbox-unchecked-selected -checkbox-unchecked-insensitive-selected -checkbox-mixed-selected -checkbox-mixed-insensitive-selected -checkbox-checked-selectionmode -checkbox-selectionmode -radio-checked-selected -radio-checked-insensitive-selected -radio-unchecked-selected -radio-unchecked-insensitive-selected -radio-mixed-selected -radio-mixed-insensitive-selected -switch -switch-active -switch-insensitive -switch-active-insensitive -switch-header -switch-active-header -switch-insensitive-header -switch-active-insensitive-header -switch-selected -switch-active-selected -switch-insensitive-selected -switch-active-insensitive-selected -titlebutton-close -titlebutton-close-backdrop -titlebutton-close-hover -titlebutton-close-active -titlebutton-maximize -titlebutton-maximize-backdrop -titlebutton-maximize-hover -titlebutton-maximize-active -titlebutton-minimize -titlebutton-minimize-backdrop -titlebutton-minimize-hover -titlebutton-minimize-active -checkbox-checked-dark -checkbox-checked-insensitive-dark -checkbox-unchecked-dark -checkbox-unchecked-insensitive-dark -checkbox-mixed-dark -checkbox-mixed-insensitive-dark -checkbox-checked-selectionmode-dark -checkbox-selectionmode-dark -radio-checked-dark -radio-checked-insensitive-dark -radio-unchecked-dark -radio-unchecked-insensitive-dark -radio-mixed-dark -radio-mixed-insensitive-dark -switch-dark -switch-active-dark -switch-insensitive-dark -switch-active-insensitive-dark -switch-header-dark -switch-active-header-dark -switch-insensitive-header-dark -switch-active-insensitive-header-dark -titlebutton-close-dark -titlebutton-close-backdrop-dark -titlebutton-close-hover-dark -titlebutton-close-active-dark -titlebutton-maximize-dark -titlebutton-maximize-backdrop-dark -titlebutton-maximize-hover-dark -titlebutton-maximize-active-dark -titlebutton-minimize-dark -titlebutton-minimize-backdrop-dark -titlebutton-minimize-hover-dark -titlebutton-minimize-active-dark diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png deleted file mode 100644 index 48e843515ab0c485311bf4a55333dec8ea1be7a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 360 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkPevqIC#qAplJ_+raXcmZ3Amp4tfJo(_x>sQ@$-H{5miA_g)L=y&lkaGho8)Kp>iQ4``-jUzsz|Ciapb zzhDMWFYiZ>pG2FlSpgJE^mK6ykqFN{f0OTkfPh0_s8{Lz(uH&X|3B%qLSS!x@uZUt z0YPyM{YlIsO&yFKT#n}rUo`s5uV8;57pW>cXVLCEIgX}l-oAYk);G&g@vye{$?ZSh m>~rGTw}1I#2ajoW|5yvdM9UW~5={hJ#^CAd=d#Wzp$P!*h=fG| diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png deleted file mode 100644 index bfcde3f7ce2ffc388ebaa94c0880c97273347830..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 475 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EjR8I( zu0T3y(v#3>PlG4l51jHSc=Ds5DUX7tJ_-hsFa#72n(|QFz*^hTM#tDe$JkNF#7WoG zS{$vXmF-2)>dazhDL#b&Zv4*R9|1=KY6{pE#J)F9T&Z zdAc};Se#ya`LGiA&$E%;g2R{h`Nh369N8wR9P8oIVsCr) z;_}8XJnvi;_ZnYo_{Dh9f$drShd)fO)^ape9o7KyxmnQ|wf@-^Ck3hP(hF=i zcUj+MDF0e|FwvYre=Eb?JBQZ_f1Y}Gt#20NuD`RdUwZjKrZ3ihhOFEaA?wxF>XkS5 zC*5to@9^N#Ig=BA6)rO*#?N2&_p+0)(G<^VZk0FlBPSKzx0lP50J@&R)78&qol`;+ E01TMDVE_OC diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png deleted file mode 100644 index 6d855156b7a8a5084e5644d663f227ec0350818b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uAfKP}k zkPe>wEO6?Bpec`nCO-(8{76UNO2^Pf$IwCF%2(gY&(JQ&&@RN#InvNM*3>h_)H}_& zc%^&AX77fB-i?QSn@{+*pYrRx;Ma3Cpyzr(-_3vtw*w~K1Dduk$G{k9x?D++UoeA) zW=(Bv4-W9F=E)zR$^=gr#}J9|-1FXi4GKIg0W3O?_(fe=cm6k3W%T4cmlthayI3{=5_Re8$FsbN%cO-6|?G}B- h=kH6pT1>xw))y)hdZM{))*YZ-44$rjF6*2Ung9h;g@6D6 diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png deleted file mode 100644 index 2fb1a071cd4faa895726619e556ae755ef024910..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 497 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3;=DW~&&jY9537YaSc*?_|Nsof2J_?-tCt^q zrcQdM&U)sqdKRAg7T)?cL55D@=DykH0fiPprB;!3R?*Eik&RASvz@Z%xt6YWuiEBW zwavTnsBh~D-}X}hlkNpgdH^&$w@>sj&;?p0L4Lsu{Gwv9@d*iuP0cMWtvz_a8ivVd zfV$Rux;TbdoL+nRrdX4L09%5pxAB2ZwfY|2-|G(+ylHY>=GXrJ(*I&vb)D6VaMs$RNfh(%|&TzM_utY}ld&H$OxvJ=pkcj{a?h3(sHA*`s~p+I!!E zXInp1G2i)mv9+L@xr3|a^6c$9N|W|&s(!8LXtDS2tm~&<&wXF;<`=V>j&9ix6aC-U z`yco5OqgHBroi9K!@#L`&g5-)x6g|J-_0hc()KfY-Y>`&59SF6I-SAO)z4*}Q$iB} DJmAN@ diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png deleted file mode 100644 index 5bf4e57adfde03979a0b49be72946ae7eb0f4fc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkp7PZf~GtQnffSf>Z6o-&r%jV%UblTc*XP5mCtL|zpPvTvSH)Pqqo1Ed-UVZ%U=)P z{(AP|_wx_G-+uZ1>Brx1zyAIJqThdi|NaX!&u{-B2cXfiB|(0{3>um>wLLh1xE~8Q zP+^>>i(`ny)ZBhgz6J#WmS{84@)(A>|My>JPEfe9eO1adwp9j>@hr>}3f(J$v4-vg-QhqCG25?_YIQ VNI7kn<_4fm44$rjF6*2UngFVYrq}=g diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png deleted file mode 100644 index 95ea1e573cb38f8c64edb73a3a5456e79e406c83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 493 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E)d4;s zu0Z-fArLg>QOJ}>;nRWWNhA=>d=fwVN#fimN%Nj%Eqa!}?0M^!*InD*_Uw8+egFH} zhu_aV{C>;DPrELEI)3Nd#V0>5Kl$MOKT54;5BRGEug0Lo-U3d7N^%E zRs43~!O_s}&o6H7a@gT1q&#`f$wmXOeYJ`cMfRRhowbsUhkYrV(S-j8t68?(R^zzE zyM8u9#Tv`!r`5Tx{MJ%0Xsr0Tm+`@&?1x|3cC22`{qP%`z*I56{B;knb^bi{Zmnz9 z!!O^=)=#}|{r};Ouk0K$(}b)!<~^(A-}vrue!`baK{6>)0wo1$nf6gF)0*#}zoaqw aFC+K%oL35xmfL|&XYh3Ob6Mw<&;$TDg!m%> diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 0c9682e5c924443ca9acc13b35f8f92b2a08badf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uYfKP}k zkPe>wEO6?Bpec`nCO-(8{0PVhoBkvch-N;Cp7|tx_LKOzPg3SR%Ubj-d&#rH70*jo zK5yRqvS-KJi%))Be)8k$vmbX}{<`z}*Ygj*-+uc2_RH_ze}UjX5Iio6?f_aKUlQaO z%%GuJQ(N1E3pD+G6be+D;OXKRA`zb3f0M64frmvqLDc4>+miqPXWBKeG=1JSIcFQI zMuMpu3o}C_rwoIEvS`uC);o89ab8u}CVe+qV6W}&33~(D)*XHxAjvaP_Oj^T9hURw knmkkbRBq+Xv;Nfc_`Vjl-GA5ifI^nR)78&qol`;+04&(0HUIzs diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png deleted file mode 100644 index 288d9fad20e721242b1d7ce552f3929f67f3046a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 499 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Ebpbvh zu0T3;=DW~&&jY9537YaSc*?_|Nsof2J_?-tCQrw%615zn^>f{g#WLwq5+R>++|gx4#{~^X<&NZ;#&odj8?} z`)|KLeEa?B$KM~n{{Hy=_t)>gfB%EP%n#`ofiBQ03GxeO;1?B(jZa8OY-(<4Y3;!S z)-X&y1Jt$A)5S5w;`G|fw}qM%1lSTxy^R}BEh#QDsr)bAb4|};$L%X0;y=}&YuFGd zqO^F<$HomhKfkcL2Ypd`o^gypg3pU#&WZmC|5!t&&tkb6y4931%zWvUL0uU{bg(lhaI^T9NE*QzAv8YbL!wikH-p=|1z-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uefKP}k zkp7PWf~GtQnffSn+M|^DPg55>&0PE}Yw@$<6)#FxzNlIEvUdH;`VFs+-u`;-;rF|* zem;2f>*t9j%T)?U>CTk z#p0kY-FL5b@x{B$zg_38J(bpIy4LI_+c&4FTW=O^dgAr%^NR^DCYlvUy*PCH{`FdK cC;s_)@@gV?-kq3d3$%&B)78&qol`;+0BVP+?*IS* diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png deleted file mode 100644 index 5bed17dbc71ddb3530cd8d5adaa33ddc79d81bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 479 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0Z-faUf{Qqu?oz!lyrqnDIDr#^b1&kK<-PNu2v6Y2MSU#m@?sy=dL?x@+5;o}I5} z?0+}=(7U;Z-fy}1Y3G&C$M1Z*^!WSbCqEv({q^MCuV?RnKmYLi&)d_`}6Rdlz@6z;qvPTLf4+#aW}hRy26^c`-hi` zUT(c9J)0%*>oddiOD{+NPrU!lx-n*&kaXj{XNAAHzRJ}xpIAJX!Q-z2qr;wN25*O+8+B4s~g^RLo`;|n{3fzD^}boFyt=akR{0CqU@wEzGB diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png deleted file mode 100644 index e44c35828909d7593180dc2478dc0d88ca5176f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 474 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIap0G|+7 zARRFIaqyJKLDL=tO?d=C+6LCzhITrJwmL?3I!5+-7M=#y{sy)IrrsH5UTJ1t>1IAz zW_~$V;nh|VbygAe){za)xr?0h7P*$Jb}L)&QM1dZ>4;D337^)JzHMiG+t2!Tp7ZNC zA29K5;Dp}s@s#{nb8376P*{yv>9t`mOe;5+BT!FqRtb{rP>oZ3Zn0dG2!;Pg%8?Z_lfJ z`QMfgcyqV(DCY@~pSCI|S0 zxB}^*Nl!wjJq@0GKXA&U;K`4IraTIo`Y0Gk!VpkAXv#xv18ZGl2VFB)J#!CzD<6Gp zUwvyo0~>z>+W<44EHj^MbKe~Ez(NcEe2ai0i@+kQhKLxzMbd%x-JDwyc;<2Uf`trL6h$TEfrs~X&2C0d?i7C!3;9$ z8Y|bXTfgDW`wt&KaWJP}W?*3S^>lFziD-R$<95&?0|B-NQGo*9BK{S23|#X*|MOSh z=b!7aKSTC;K~8@5 z>+@8DRqW4>JJ(JYOSHj@zbH$Nr?_VVyp}AZPG&^>bP0l+XkKs$Uf& diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png deleted file mode 100644 index 6a3774bd83b493cb538ba033770e6cf660482800..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 465 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIb20G|+7 zARRFIaqyJKLDL=tO?d=I!BZXuPkj_V{c*&M$B{E0r!9Dzw(x1j!e^O_p5-igmb>(M z;qvFz>t42ReciSF^_0DDcU=Cw>*|-i*S?&-|Lx3!Z|5I=zwqe$#Yf*SJ^udk)9=@x z{(SuQ_xGQFfBpi||9}7f1A)uhb%j9d*-L`_f*Cx$ydOP&5^cU_1yE?Kr;B5Vh5y|v zw}qM%1lSUca=mq}v!0(Zs{F66lTeTpIWhXKcG{0;>|$)k*n%!gT4-@aN$iwyxZ$*& zS%T5Wyv{&3-dcXflsVZin-2YbvWZ`f|KX2J$HUIc?#AwVEaNfb`qe1DN3ZMWv3{Oa zthv#-;H%i?^E{7cZ(KJw!X#&*As!@%!oW`|9%h?DPEX z^!)Po{q*?#`uzU?|Nm#Z-U0vs01k9gPE!CJCn%|{uCK7{@9^>R2m@!+0003_Nkl6?)K9LQI#sevBH5?3 zd!>p@+0ARbzG9>g#hzm20DvVAEC8sO5l}z@{~x@593%y=zV-7kAy|1DhzxM$0WluD zTzjq<4Q@S0j0Fu(>pMPZc?l}?djxO%+mxLTg7Hhdc~i zdX5Q&+!?ln0^r!#^lzr+FxC?FAJUIZNju*(BG0L)pJ pX-6%1J(nLAv0Tw8}6)002ovPDHLkV1mj|I28Z@ diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked.png b/common/gtk-3.0/3.16/assets/checkbox-checked.png deleted file mode 100644 index b63a30d1f5b5d6ce944ed2322df29bbc8888f563..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPevqIC#qAplJ_+raXe9u<4H@XFQIa`8ay!Rse+(JzX3_B*Jsgd-63X@HhmzY~a#5_nGCp{Sp<0 z#s~Mms`@f6Tw%g2epE`MLXcPB3A40Q!e$x!2bK&x?q*y1Y&oZbzqYc~PLqCo*5|KdUw71QT^Z0a22WQ%mvv4FO#qbzpT+Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0T3y(v#3>PlG4l51jHSc=Ds5DUX7tJ_-hsFa#72n(`3H1qy~tc@#SBan|Bz*-M_~ zE`46G?0Mb#m-QQ7b!~q=WB@jKtn-2e9Q&9CPle!u_v z=fk%@pMU)Q{_Ee5-~WF8{`c$8zkmNhU_p>xGSD4-B|(0{3^M8(E7z`Dzv0dM4j z=AKRSE=;NUHAnHJ^+ZDxX9f{=R)%LM|0jH7oihCt_o>xuwD}|MEt%5K%5~+tR&^e; zVR<$0hqY^3FJ~t#4V!=HovDJ9K-l{CiFdoM-+j~T+q9wT^NiWYUatLLknvmjd(1SU z^mlvD-p!PHW&4NCroW6y;iw~1!-8hxzTFp<7B4E-m}GGxWj|v^it&m?0qY+EozLLu L>gTe~DWM4fdu-?% diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png deleted file mode 100644 index 09ddef67d2906e15032c9939eb9d5c7d6ffb00ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFl4`1H%tD!;7D!wON5$ O89ZJ6T-G@yGywp&r${3J diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png deleted file mode 100644 index e189f93be6f554bfcb94704123a4e5adf8e0bb0b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU=}G9cr@@o&2TpkuJo!=3lt)2R9|Z$R7y^n1O?jwoU=0+ht-8Po)WcU2Dg`emSupQnpsh{pNk1O=WM)&CD4EM;BLaJ61#1Bb?iew`1Z z8U^x^5BLKf*mFq)G?oWAbRJmnf!j;rKO5H-W$qeAt_($P9~LfyrwTvZSvoqZ8Rmyp Vca%9?Is-JB!PC{xWt~$(696o4XT<;j diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png deleted file mode 100644 index 2436a9e38026781b664ce6ff0593411ef90c0ee1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFrvSzDJzX3_ zIHHpi8W@*-C{oY}Oi0jVXJ%$A<5r#T>e>a@3w|#F PYGv?r^>bP0l+XkKkeWtD diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png deleted file mode 100644 index 44cbfcaf3aa283d532aef00a8d45194c3ee7ba38..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^Ihn?=YiAj1WkDuJmq1~q(?zh9|cZ+6a++5K#ahtK*j?deJdb$a#~?3P>(=K zkY6wZzo=Mjd_qEEQ*%p8Yfn$0@oQF~oS&zQV~EE2ZhICLIZ@PXS);XfPK6=m)kMy?D+ZXXsdgQp5V+*vw0 asu|{oR(F&+Tsi|ZnZeW5&t;ucLK6U%<7G|& diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png deleted file mode 100644 index be957266467e7e276bb0890d5ea6ffbfd779499a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@Ck7R z(*Kb_(3D3&-oiV}w15)qB|(0{3>um>wLLvGo9@U0g>*e#978ywlM@;k)wY``cmyUS zcrr6Hvzc)yGukVQa0E!Ulpb8$5HU-Kp`4YW&`{OIG%nsBsFA_b)z4*}Q$iB}F>yz9 diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png deleted file mode 100644 index 63ee4347dc6e80e3a72aca0c78f308a46a0c0c88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7tpJ}8 zS0MeL5D1#`2&g1~1tTL+HD5`PUoZo|s90=#LSj>MOKVS$K*yC#pp3Vti(`n!`Q!uz zo*Ap(A3A8px}f1{tcn4rMnJbtfvCm?@yG{a0T1-JBmx?Z0~|UJEcn3frtn;eJBE=f oLy6mjiFL*%fj_EDE=Oz`X0Uqf6H5_}0~*WV>FVdQ&MBb@0J}|V2mk;8 diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png deleted file mode 100644 index 7a91e23506f730966b3da6611df3c4225420b1c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF3LZ2JOwDG@9E+g z!V#UE(7?ECgNcGiU_yc?Gcz-r8HX~X{bCu80LhlpgKHCtm@l4WDhOv_IL4@!66pQX Q2&k38)78&qol`;+09hGFYybcN diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png deleted file mode 100644 index f741ba44ddc70989fa029a3ee471d29a38d8a653..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0Eia^Ihn?=YiAj1WkDuJmq1~q(?zh9|cZ+6a++5K#ahtK*j?g`~Uy{LSjo5fqDc= zg8YIR_(jEH;}a4Ro0?l%T6=l|jbF0@<@`Kd978lFCMPKH%&5M9@L(zHf`+TsDjPU7 zF0|`>5YZ^$k9@!z@IaPJBB1eqfJ5hj1s}M*6!x=mT~Xw=VdTnC56ZGCNp@t`njxgN@xNAEQn>& diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png deleted file mode 100644 index c7b5cf258c7a7939a075bb155d4bb529501b77f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4M&0F>6(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeLI1n`D5m4c!xbt#AJ$xlWe!&bf>KZH8u3Nw1&HE1@KXEXpUk1wfdAc};Xq-<@ zP~e$S{r~X6Qq~0xSL;=Ya(uxV;qqvvFNf t=B{Dn%24F?Vc{}(s_?^|rK6*oVSZ?JN14N=GeDCWJYD@<);T3K0RT diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed.png b/common/gtk-3.0/3.16/assets/checkbox-mixed.png deleted file mode 100644 index 5707c92e5ba81a216fff49e85537331acc54e898..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFpG2FlSpgK%_jGX#;fPL7 zXkdKyrAR>|G$BEkotd4jjAJo_{bFX00LhlpgKHDG*e|Lw6@)V|^y}*!WsTXR0MyFh M>FVdQ&MBb@0FIGKjQ{`u diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png deleted file mode 100644 index ed851e7a3b88aa7a471c31f1a49fac693b562fc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0EiU=}G9cr@@o&2TpkuJo!=3lt)2R9|Z$R7y^n1O?e39{{R1fH*@e|pdP-GAirP+ z8Fh`7YuByc@aFx8kDoZ0(=P*M{5)M8Lo_BPCn)gDsJ?&jU@7Z@hO5>p8#pvBwCj8j z(J0`Le83y^Nc&hNjou#9rnqiJ$ W+J)2Uif@4?GkCiCxvX$$+}Xs^)zsSE%-Y@D#?!*q)7B}_);Yk=DZtJ-(9tc#(Jj=`J;c#H)YU7> z)jQJ7C(6S&#=|$(!w-n!Jbh!=h{Z$$-N925KCUJ9)Gu|>&VyM{^`aOmPb5ZHL-lc@>^R^uvDHZ z&UrdJSZ>FR+U$>270>2H9f)#TzWX(6iQfO2@e4}5JB5U0ScHBhuF0=1{E$`Mcb)kW XpVN%_Tw7KGJ;dPY>gTe~DWM4f9rLd3 diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png deleted file mode 100644 index 069b32b497c2bb486293291be582e88fbae06d1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 692 zcmeAS@N?(olHy`uVBq!ia0vp^0U*r53?z4+XPOVBn2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS76tf( zxB_W4Eh7~TQ*~_r_PJ!IE&Y9pWlA#KU-Q;@>wgW zd;Lu50(HCX)v;|?+>Y$=3tlf0Z?OKhM6B(?dG)H_7O?-mdKI;Vst0A9EX AWB>pF diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png deleted file mode 100644 index 23182178431baccfd18472dce72e5fabbcfad86c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU3?z3ec*FxK=3*z$5DpHG+YkL80J)q69+AaB z<<~)&(Me-=1yE43#5JNMI6tkVJh3R1p}f3YFEcN@I61K(RWH9NefB#WDWIa{0G|+7 zAbsxIv-8)VU%L4Mh%ST3=Rod@*PlV?&FAyip1pbh_3itw?>>I}`1$+C&p$qY{rLrm zzWx01aXgb%slG;L8X9G(t@_Ir2Sfxh!Pu5n`0Gw?L?}KS9&xh49;c>-qP% zvsr#P^!DBKp8f5twHwt_8oT#?^-Xo!S~$Zt=#`r3627U;s$RW&Us-<(ngcyqV(DCY@~pS+5>z- zT!Hk(tIsZ8e|qlf)AJzo42aHMdw%XZn0@Wpc?@*n`tz4>KEHbV<@LKSZ{B}>3q&8j zy#u0;-#&i+{_*pVPhWm~{`&LFx1V3X|M~_*KYsoE_2<`bAo}~~&)+|Pf#~1gzyHAC z|G)nrpkTtr4s?n@NswPKgRQThe^pz@-hKN&e)|07Zw<>#Z3YI$L{AsTkch)?Z`=+# zWFWxyfT@d>J4Z9{O4byKwKKlg+c~oN%${;rMo&Whf9?L8CNGz5j+{2BC~)Vja|g9Q zpFHvGu7ks|X}=c4cs>=4oN8clKy%HMa;+H>4|tZ?Yb-QyU=S5(U{Nz@bhC@w7I^S{ zb=Yy1a=F(Xjt|yf7j$;0{BSFYLF0PQ%tiJUtMcb>F9=wz@6}o>$C=}^{^H)}Yo#@= z-?7l=xBVJ;;O`@=q|5IgK6sc~xT?MB`1JFga%}%{)waKLe|ux!m%|4=<(T$m^KZWX z`FZQMl!e_g>-q0b+1640W8=*ik7PH+T{@U|wd1P$uP-g#?pb_?4ldrR@A$prZ@>iG ztmfRerRV?cD$Q|Ref}YrMd#OWnGYIvbHB&vX*#Yr|MuGL&i?yaN-NAVYF|#bXyp8J zJVDSbZRb{=CawAc&Yg^X3)a-Qhn_AnG-!{1+z@%|(Jixi($9?T*PURG^g8AGl)Wo4 W&W7*Tw;EtXFnGH9xvXRM>(0i{fIjcjy{Y!CgslmyhkQxfDC%pk9D z{KUyqfByXW`?oK(Fa#)W<>}%W!V#UE(7?FtgRw(^(t!ip-pLB=DN9ITzxe*1n8Akz x$@hE#ry8VB?BYLCk$K?23&u@bA{pLsF$lT`MgDvLLKZuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0UE%%Sc7TR9)LdUCTrbgpAcRP1Q6^foxSx6E!TzR7=lN$H+$4&{h{n8rjYhtl9}Q zNT4LhFPOpB*U!JItz+-L{U1Ml{_?kmWu`VzF3;1&F~s8Z+sWR14GIFzANje0*q;7# zzuL2_snam=*6MEob~RcI!8~rd}Gq74v`C+44Q)kn-UKyPHW|z#;U-{ zu>S-1eO7J%yh`b{X$!5>_ly5xxgT>}qV@idhdaYo$I3Y8S1+NNq+rm9*d>RKjRdX`$cmRkCjYFZ|`MmD-ecJ@0$Jb_AiOM?7@8HCF# zDyL7MK4ZqrnKQQv#47?NtUO&DLpY+76B-!Zu7^4Z=o~n3shEw!Ps(6J(+lI}%n~~e x^cZt%q#oc+naOPQeg_ltV#yPiR2X+?Gfe#EdYgx-`x?*`22WQ%mvv4FO#r`9O9}u0 diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png deleted file mode 100644 index 305ab4d7431c75fff0784eb9fc12e325e2898bc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EHUT~% zu0UEz(?DI_Tus|dP0K`0(^yr*R87-FP1{&a%UE5*SWUx39ViY$rds-z+D10I26nnY z(#TF#=)?@5evy(OzhDMcJ$=uBpu(c!iIZl`gaGr|JgUPc~0)>6xKO4@j*PlA2{ P&{hUdS3j3^P62R^0qxl3~i7eJTK@toM5x<1Po?UdD57f=z>FVdQ&MBb@ E0Fjbcg#Z8m diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png deleted file mode 100644 index bdafd334439a1cda0c82647e3edcf457ac90768e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7g8-ip zS0MeL6kzSkVgS@5P!i-9%)r6JD<~?asH|#Y>g4R|##R{^43vxWba4#Pn3$ZPz?5?T zKR;{z^rjzk{!cu>vcTaVx2vOuz^mU}A~)`9aIg#QZ(#Z^D#&!GzJcjK>%;^90~rr7 zJ-^s2U^zk6u~Fv#A%S%X_r$++Xfe3Pir8rV*HKh^#dzgcai!f;&lNzM7(8A5T-G@y GGywojo_(kQ diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index ed2ee8f09ed93a0dee220e101e2241b467468031..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF-4cu_Vbb0fnYQHK3NZt0%8TxI|bVeoYIb6Mw<&;$T#k7WG- diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png deleted file mode 100644 index f59d6be3505796abb52d1dbee900e16ad65a05ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 358 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z$&*fB*mg|5HWM3}}#eNswPKgQAwUwzHRaMn+~!YinC~4+I$O+{Fu2 zQsC+07-Dhy?PN=#1_c2YM;ivmw4ML{hpY}zQrK{6g5P%Y*=cXY!)g~k3|e%LpXbK? z`T(DuimZo%SbAsdW?7*Wv1H$bgf50Bj0Z%PeTX%9d~)vl4CnX{6I=xrT$sIA{rG%? oZ;s}9t21>kZA(}FX`guC;jGP)MLQj%fp#-^y85}Sb4q9e03QpVi~s-t diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png deleted file mode 100644 index 4d32106a91fc846c32e52145ae36bbc8cdc7aa85..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgN)HayuC$R#B%{*NkLpY+76B-zooeFg@h;3{< z94Wxz!!2RK>&WwvlP9JrVM9X@+Z~5*2?B>r7_(lQuzopr0A4U$zW@LL diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png deleted file mode 100644 index 7b361e3461209ca7e8cec4c4a0439109142522a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EmH|E? zu0Z-fS%AyRG#{v0xFpCgn1NqRTwYzn*51L{B|f3Ds9>>3 z`3@NH9ElPBUi7~{hhh3jqb3Hq!=Y2uCT>)YF-%ruw|y=redmU|VUs>b^o4vE3BM%4 zSrZg99Fmci52&t;ucLK6U$!H=8( diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked.png deleted file mode 100644 index 9fddfb52e45b62cdc77b9362308576a0b7f0884a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 265 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFbzhDM=h2tkq zp8E6W@87fU->?IPtvp>ELpY+76B-zoeYooopmgBCwr6?*b4n5t?75TfXeK<^$IT|K sk$QkPWiE5l9D{^}686X_9fopNhJ->NU4~?@OrR+Yp00i_>zopr0O9>-?EnA( diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png deleted file mode 100644 index 68126065a1b0ea683b843b4aa6efaa6469a112e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)Et^qzF zu0Z3I-(21MtsJwJCH%)a*QJO;XO{rSr`pI^QG^7`GEKY#xI|NlRK z>SYn2K>{T~e!&d3zJC5yZ5?~}?f>}c^OwIhEHkx%as{3)jv*GO-%hp^YETehakOD@ zOxyYIf5_?pC4~*ACirbPpPlwbJgj!%!=Od?_<3&JuMhCqsmOXLh^2SNZk82F5li+> zNa$jC!gxSr*@swz$0z5$&v1_aFu_$|!G+m-)sN3N_~vMyw>nez(zbNvpZ1CO9nRV; US+vtJ8fZ6zr>mdKI;Vst0QBUbBme*a diff --git a/common/gtk-3.0/3.16/assets/radio-checked-dark.png b/common/gtk-3.0/3.16/assets/radio-checked-dark.png deleted file mode 100644 index 28f3469e793b9cbc46065b4847d7b3d469ca0317..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`ukfKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPkgIKAt#9qC zZ|$dVfz|Nr-2e6ot+HWPz~Krzp}s&Eyb+g$5jE6(`F zD)Bhi=?%Aor~mn9q7Au0A{p_g8W(Y_*sCs)!mvP7D@AjGR$K=|+`^}V2P!%Dx-$Oh rQ(KWQb+EEVZuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cm1!GT z>zcagngNlkuDP4Jf4+G@fq7t|g@3+9K#@gYkx$EUpOzCotw40ruj9O5=Xs!B744v0 zpcnK?g8YIR7!{ROR1J-cO-ya=9GzW4Lc_u%A{!c;np^fAIC1jS=`+`F+`M)B)$6w( zKY#f(>6mC2Q0G@q7sn6@$+ZVxRviowVZBg0Wg6d>5{D)+M=fR9koLd-@rWLT9QuV&N@JnXR+Ql!Dy%%#IUG`0u-TLFSS*)pUxw0zvR{Ac`S?TJi zv}9Y$rX^ymoilD}i?rWT^QZ}ucHX%1@4BYBSNTo3z50)R)8#R*H<4Rt67fo=%Rr&PC fZdC0Om~+8?ns2}UgTe~DWM4fPjwYu diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png deleted file mode 100644 index bd28d8e25aa879e913f338a2434d884bdd1271a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 373 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uMfKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLv5vl#zLl@Om7l(ipKIAhcOa_R43v_zUug_9RJtU{FPMRcS5IHxz}>^Mu&AiG zrM0!Ky9Wy5rmxBXD$DnDaSV}=WIf0!)T|)Du;GAG-?jhsA=NxwCX5Ud6xMId*vqSO zrI!8udEbD3-W7%Xit^G97gJvI9moz9k?=p&7{KzyQdq}`!9YZIlgI^8a~FnwgCN#| x+E&X&40X>1dZJmc-}IbtEoSRIH3o)1jG+;#PFDoue*>*%@O1TaS?83{1OWB9f;9jD diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png deleted file mode 100644 index 867695e1d1700e6faef1335c9ec258d346b9ec2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ED*}8% zT!A#h|No(Vj{~PXiJbWi$OxVOIB3!n|K2SG;!D?L+ZJ#!#(HTTOm4*;S<3%`7efMVa~b z`EI*UeaOREN6P*x^fBMx%If=R*8;&lR?}TTxUat$-`XC!FGP)7Esdt=O<^&5Sz>+}sp_`E3I+fG diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png deleted file mode 100644 index f64ba8faa8d3a3448b5f4ae4e68e4171f3a03e9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkp52!2%7RJW!|%t1<%qJJUjE?+qnlnfVxE-xBmwkBwiBa7tFxJtEX?^?%`QjRNT_q z*4+aEre<~rfl4wxT^vIs!gKp?3mp*PVZHk*EO6Zuoc5!lIL8@MUQTpt6Hc~)ElLLH0 zT!Hj|+Jm4ekD_NjiJtu=cJ`C_*-tvRyzbogx(kHf_Uw53GlX&G5XB^6aYeFH-`caMzBy!?W)@`{GWrk2*W&K^{-a{_}k zQ1e4i7sn8b(`zTc7HU!uXx$p5efiU@0JWvlVs-BQf2pPA(6TV|*T1*(jNj<#w0(5< zQSV`NQs9#fR{Jdwyx{)ko@qOrtzNyFEGl*)Hm-d8j^opcd9Fn``K_LzIc-vn)!by( zd%qc07#+AS$QPC*?0iCKx^twNZZ~sM$IQ6*a#zj>3NmLu+@LIz$t2+H`1n)mii|}Q zq_bw-;868T>h#I@w5$GA^+wOUGuu|K`rLbz`>t!`tkrDquYU?{ySe@R+E|IBr+j}d zmC2s=ZR5AjfchK1E#%B~KP;&~&9{hWp$?bM%s-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLF_3KD{IYfP>(`%tzXhT%zyJUL&u<&E5on@RNswPK0}rpBzP^FGhi73?QE^La zYg=~@1h`p>T>`4g^K@|xk&t9P=*V|ifrr6h@`bQh-~RXe-Dc#P$;+_7F{V-?JI7>B zdDC-q&vWGrh39mS+-116nlqf~f_`lKiKtc)p+&9-6d4-UMt3eX(@Au)UHw4t81n&{ uL;pk_YP~n5^BdTAv%T%Q9I=>z;Q{}iK5YqR?(aZ01B0ilpUXO@geCyRy^cZv diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png deleted file mode 100644 index 30169f61796ec4631f5b553f44478ba2e114877f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 611 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EO9OmD zT!A#h|No(Vj{~PXiJbWi$OxVOIB3!n|K2iv(c9mS-}!a|i0*y+^yBZBAAi67 z`uqR?f5r`F6M^nDFA4GsW?&Q&7Lk^gk(E_cQc+da)7LjJFm!YG$jHpg%g-+;E3c?% zXl!a}ZR_ko2G+{gF9MBt>*?YcVsU!yk=GMjvC!Sq30c-ge zx2?avDYfn3@14(+YFE|lHeirgH1+lL>6@bCqnJYi((n8|d+Yc{ue*m9e#p=46Ibzk eV3|Adk8!zRUz%yJ!8ayQBzwC0xvX2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4&N6M(y}`Banc>0Q#zhK*+P~FWttk5Pq^_nRa6b3! z3w&o8+Pth@J}C{Y|NG1HxtIXs`U4UXw@jJh8eUA;$*gl@z2yZxPNMo)^7h7a?IndMabs5NFGV)Zuoc5!lIL8@MUQTpt6Hc~)EhXZ^< zT!Hle!2yD%Jc^$AIC|ETm|0I^XFrLX{iI{->yB-&JGZ^=0;27&ySKmT+41J_yI)V< z{d)TT_v_Dp-hBQ8bbH9R`7eOp&?^b@3ua(cR8~~W?$y2A#T)%Pi*6mlX-+ui3<=3QRqFq3p-#lF$LnI{E9(-AKFhGR$LhY1kd|OH! zn!;FC@=Q7ByZiqCm9N^W?Pvarnh8DH)S?}5E^-y$Qvb)*!mjHLd-X(S-#V{# zr>b*hWWcg3W{HpH&SFk=)a4TP&f?bK&I+6n5m?>!DCjqju>6%{0XbRwUl(M{25(;Q zCF4l`>8ID_d#g2gr&+Zs>3RFGbnb>nkQNsZ*LO=h5&=7tDnm{r-UW|!^vj9 diff --git a/common/gtk-3.0/3.16/assets/radio-checked.png b/common/gtk-3.0/3.16/assets/radio-checked.png deleted file mode 100644 index 9690dfd870f3f15ec92071949ad857ea387c220f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t}fKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPM5JZ&tJcl0 zUw{7d=JTJoU;h06|Ns0qrR6|#MN5MGf*C}`#6v>E!kd~~TF;%oaPi}(&tLw%bb2ub zs370d#W6%elJ%e`-ys7527`1p)u~+n|EmkNn@O87G%!^@dpPsEi{oygp8L+1>=<2M zd!Ja%Fr}O$ohe}UDyJv&q(ePAgc#cy7^Y>ZE!&&GCHrlL^sWMahF`jGuW}{SPfz(K mwVZuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cl>r&4 z3!bJec$%~1S?<#3c}t%kz5Vsrov+95d^>*k+ljm1P6E-rZ=Zks{qp1Q*PnmC{rdO+ z|NpzS_P2pv&?^b@3ua(cR8~~W?$y2A#T)%Pi z*6mlX-+ui3<=3QRqFq3p-#lF$LnI{E9()+&@hT)kq#3Rq8BYMUEXERUQLr(g@4A~??U|m7oJC7sUz%~3 nqie~{?K1bv*R&fS6#UD4_({Q*6CVGZK=JSC>gTe~DWM4fq_{Ga diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-dark.png b/common/gtk-3.0/3.16/assets/radio-mixed-dark.png deleted file mode 100644 index 41166193a95c307de165e15eaa0311ab1daf57f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPkgIKA4J6f< zl`8=a5-kbx3uX`%6AuXu3vX&}X+3xT!o`oDK7aZ5(&@z%pn@b%7sn6@$=rj{d@TwB zt_K(Y2y@H$_^y6svd8fciK6ol{oB262kV`jRi9i;#djKg;#d~`t}(V()Z%JKgXi|i zJO(ezf|&eFl{T#0$e{Ros+C;uL~Z7)GeVa#USHpSb7M)(Pv(6^JoCiO|84-<#^CAd K=d#Wzp$Py02#0t8 diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png deleted file mode 100644 index 69ef70712d38458302368e812e7d4e9f9da0b8c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 546 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cm1!GT z1KEFkzU&4%Nv|ZxFPMQ*QCUUR(8$=t)Yi_?*(D@2EIcBzp|PpCW#54lCr_O|bN$B6 zTen}me*5wBmtT{PiFN^Xp7L~Y46!)9cJfWWCIbOiN5_M#A~82uSXU_>{rP{tv1WH` zS(D)$_jjH%w{7n-Qd}kJBDpm3$?R1+c6Syw?`T?de}Vg=ub9!ip>q(iqOWVcx|JjSn t^&Ng|cHjH{w1=&lOEW9tPCeTHlR+pkKdb%Nnb)8=@^tlcS?83{1OOz;^SuB7 diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png deleted file mode 100644 index afef7e2ab3aed24ee4f780689018bc9d822ba235..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLv5vkKknub7#$})pq9s9o!3;dSdiweX?jD|nMMcFet*vd{Jv}<1?_7Wi5>mgUd@(p zU4d~qo20?ZvPq0;cm1>utaN0X#3n7UI!^UN#H^UvFP^Ph=d)u1-{xfQnxD*qN4R5* TlG>I5Eo1O>^>bP0l+XkK5~O@o diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png deleted file mode 100644 index 6279e389c88e77c4c017f3ef4a0f7144e5cf4277..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdw$AMFxM9zE$WQ0zC95m^PfA1atsZT>EzX+c8Fm&qU;E8vGCq53I_Be3T zy}(IN0{ZU+K3wR&sbt~dW^{zvd}>&CN2((UsKkAB{3!)8^f2A(==Ke_OIhilFl|7oXHcvn`a+-_d@jt~&-g_KPy>{Tn*NLDQ@pScbS?83{ F1OOgM;za-e diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png deleted file mode 100644 index 1e0a6677c3b9db5ce2b2dd2c2c974fdba6d1b958..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|^_fKP}k zkp52!2%7Q;s9d6e_YzR2P)U$qFar;-p1y&*hi73?aZ77kcTdleg|(hQ*;r2(#}En0 z+=GsM4GIj*2U!C}R^IquALiWg@Bz>MM{(;`KRL1C)Lfyvw`{f?(LN>5n($qPdAU04 zgj)V>3^%_ggg^MQgyH67-i}Yp+2U4KW^l(&+P%x5rN-m9*pJT)8j74NCjV4p0b0c1 M>FVdQ&MBb@0CUudvH$=8 diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png deleted file mode 100644 index 0b67660189f3c8d3dc310bb73fc6334aae9404ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EIRQQ) zu0Z-f?Lp9#M?g!i$7ojo?NccU@(X5Q6cQGZmXTFdQc=~@H!yT__sGc1%P%M^uV`p& zYH4lj?CE)s6($5!zunWtF~s8Z+Q}D%niK?FmxgEs2VZC~+W7Z>{Tjz&ftv-h&M8;7 z#Xb;nt#7$7%X_Wrdd-hhxmk@@MQDB$72EQ0Q{A3M=jk`U<}`>lr@ndjVBzfD6U6qI z%=h$mII)~pL~TVOHV<3iL1t&dadpRumK X9klApuHcVAFEDtz`njxgN@xNAwrllE diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png deleted file mode 100644 index 69c253b01f4628622a1efa86cd4592c7ddabd55a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_UfKP}k zkPe-C)vxnL@U+K)lkNphdJ@ooKX~$^z^RWzCO;0G`Y3qHgWxHTf+hh)9tBN#5CmjT zc@#YLF_8TK|9_Pv&vc*>q9s9o!3;dSdiweX?jD|nMMcFet*vd{Jv}<1?_7Wi5>mgUd@(p zU4d~qo20?ZvPq0;cm1>utaN0X#3n7UI!^UN#H^UvFP^Ph=d)u1-{xfQnxD*%zH+np TPrS(pw2Z;i)z4*}Q$iB}Z<>8i diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png deleted file mode 100644 index fa1893a26499a8ca1c37f9642c70a78a4df832a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EEdf3u zu0WdM|Nqdw$AMFxM9zE$WQ0zC95m^PfA1atsZT>EzX+c8Fm&qU;E8vGCq53I_Be3T zy}(IN0{ZU)I*PDMd|0DRgb>mqh>GpYrM?dei@k}>ex^=R-+1l?l1rxZI z2U^O@2{Rr(V8AMD;N|bp00i_>zopr E03@5_jQ{`u diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-selected.png b/common/gtk-3.0/3.16/assets/radio-mixed-selected.png deleted file mode 100644 index 4378bca3403e463d15890313792f31100e9e3708..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 312 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4+pZivaV3&ki<|WtkXW75K zgSk5zg$vlVb{jq5IO6=wG~m*DCXd=@x01_NH7?=4ef^HBkY`YWaoMCa<#}3Dw&V)i zxNWgcos^Q}@RDQN^X1!rZHnBHo7%(4eE%Wi)yXjj1!MjzR8(i|+bD5y9`omZ3x%iO z9ivK(7*8^I-pkHwbveMemdKI;Vst0A!?d AqyPW_ diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png deleted file mode 100644 index 58468d221707ed355b7de8afa32082dce30cb727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 518 zcmV+h0{Q)kP)^R}VN2O{apFfrkX(@9F@hdEvXjdkVPK5U3}G z*MU(6aH|neiwj=^J~D(`4T173xB>2SfLq-$?Z*U8bA($pT&8j0Mp9SO^leJ7zN8I% zP86JhZ4YpTjEa464eWb>Pq17ARgVV7tOcjI95wUsa*&F2b+#H+Ua}AF4ir<7l4-oy z!n9dA>NCo~t49Mb6BXdb!y#mKZMp6aw0tZ*)NPc3rbh!~)^8leJxQArM{!uV$Qdq4 z=Rf8}g6p`G0yVOaWP6D|6tF{fp)_6|j4)9mh*9&Z4Xn=vcT5*6h#g3kbN=Rq^wehyVZp07*qo IM6N<$f~n!sh5!Hn diff --git a/common/gtk-3.0/3.16/assets/radio-mixed.png b/common/gtk-3.0/3.16/assets/radio-mixed.png deleted file mode 100644 index 04720eef0af7ec93b860d6da55d28bdac5fe6a67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkPe;nJaGCQzX|t(ralau{4jXR!=TBJKxoRNz^NcIXzF8-AdmqR0g+HPMCAYf{}1nf zc>y#?v?Rzcm_bxbJR~$Mys5dR_1yUj7e9Xb{N>+Erx#Oz3X(is977}|a}P%IwI~R< z9$fq*%q?T*yZV*M9>+fnZuoc5!lIL8@MUQTpt6Hc~)E69Rlf zT!A#h|No(r9|TN#6gu^B@WjW#lO6<3c@Qw|VesTfK~o=vOnMYF1;}_3GUZ|Lq=!LM z9|lf-7(C@+(BwyfQyv9ReH1kLVIY_bR2B&2!q^~PU=$1@AA{6@%z+9*q<|*Cl>r(5 z|Npl#EiVK*Nv|ZxFPMQ*QCUUR(8$=t)Yi_?*(D@2EIcBzp|PpCW#54lCr_O|bN$B6 zTen}me*5wBmtT{PiFN^Xp7L~Y46!)9cJfWWCIbOiN5_M#A~82uSXU{f{`tS(ShKse ztjTbW`#aB>+qQQZDXx-qkz5-2WcDf@yE_Y;cQh@!zrcOb*Ux8}*+k6d-xlQvxn@4! z*3oHU`R7ZlmV1L%?XE-J|ae-wczTI=P?D_>jbO zu=UG!#o8DP!-Gd!kDds8el~aKj1AfAttUPgFI{2~qpKVFbX$$)^`uPQrR`$;|Ln!( t`VPM}yYGE}+QU}OrI{6RrylM9$uK`PcOUz`<=LP(@^tlcS?83{1OUk!^Zft- diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png deleted file mode 100644 index 298ae3ca1a669c862b1a068cdcad007f2103f34c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uJfKP}k zkXF_)Rnj)r(6CTfH&atH)zC6i*D_PnHdWI$(a<(g(=bufGE>zwQP(h2(=b)jGEvt8 zikN^D07;;@wkc3VUCR{625~h_H1#aBbS;2_KvGNBQcKTL$G}?0z(&W=TE`Gb+UgkD z>KfYW8rj}FuX7IQ0;Q55zhDMgIR!(c>r2o`3oJ_1n*1zkdA& z0!t_69-!(PPZ!4!3CY}puf?1kL>eykhpbzArDcLo`l~(vxzi%A{n=zb``h#126y}f zS8tJ2f4;1I@}`d77l&reh>VDiy=lerDQ>SF`?^K*Vj8Zk{GQ$TZS}lrrll*?RVS3b zDwPztvS{^r<%BYmF!3Zlok`DB&z-!XvS!gDskT)&Ha_K_xk~i(O5y4If$m`NboFyt I=akR{0E$Zuoc5!lIL8@MUQTpt6Hc~)Ee*%0$ zT!FNMgM+cLv9`9hii(PYf`g2VrIfL;iiVknhN-%`iJF#?hK7l{y0N;pk(!pNswPm% zR9)LdUDHHO!xV^AwSWv0RV`z6O;a_9pq2?xnHq=$G1P&|z*0aiNP!kuFGMj!1gIFK z5hx2`fX#tQK@@{E!bP-z4gexEbsaMeZ8J?>3r#&BveeSG(9*Tk0y6ZhwDm2u^{uoG zfXG@$-%3Z{S_jB5w9zrN)it!yH3A~rW9vR@1O0DZ666=mz{1ML&cVrLX=QEe;OOM+ z?dzAEnwFlEn_pO2Rnyx)VdCsLa}OUmcKqa>d-oqae)8hws}CQ)eEsqB*KeQmhIbek z7&Sdz977}|*B-2nKA0fE{y^QblvbnPnb&-hGB-c}T|a%D_;tP8_w4VQ z=LWrcv2WS8lC9qg<}BOcv$EM?`ILnmuB<$#Xa4?IV`jn-x^O}b|NQ+j1#B0%w>)Fn zV0nb?oW_RbiDv}uFMP{Xz1eWqFuua`Qjp-XMc@7tw3mdD(bJ+-Z4dn_MG-_m3KbYOzB z&Vwn}o|sAm^I5QcVQNj8-C#Lu*S`0DxxyK8K`y^G^*a34@-18$v-8%Qmswlqcwc1u a%lu{14uLZ-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u4fKP}k zke1W6kRD*(Sg326Xz5sJ=~!y%S!x?tX&cyR8`x1!U zE#>N&vP~Ix?)L~fvhhq1E;+HGlr4Zuoc5!lIL8@MUQTpt6Hc~)E#{zsp zT!C~$Lqlk2sDp!pv9YnXwzis@sfvoRlBR)%hMBs$iJGplhK8}ay1AORnYy-#nwFWW zrm4ERvAVXgnwF`Wrm315P|!q8(?ng%SY68qB%%r8s)CWarm?!FnVN>FI#3X(ObecjEF)4bEa@Za4%X_rOGs(N6cGkCiCxvX diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png deleted file mode 100644 index 7e5c6e3912cef0b9de268abda0978941af8664c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR40PFVvUNI}?CdR<&qFY9FVe@b@QpOLIt->$j4x=g!PkS7}A=! zL;tbyhg&jCouLx&^c%a)v@J=S5ZHO8w#CN9hLHuT zUvJJ1@)4WUIQ6rLWA*vSgf!a=45sHl&TYzGAoy7BspZPt%ZqI$v0R#T||GUom*P`njxgN@xNAP`Gz2 diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png deleted file mode 100644 index 1dd9a00dbf3002009f2fa7530f45348cc981a41b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 575 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)ET>(BJ zu0Z<#-~ivuGkSrp(JKk^3ua(sV&>rF;ujDU5*8H`mync_mXVc{S5Q<^Q`gYc(l#@< zu(GzXwRdoGc5!tR_}vu))cMxa#WBR<^xDZUg_;a_S_Grkh~Mi9+Ow+RQtkii!Gara zDLn4^UB2IQcFJRm`YE^XzYAV_`R}&(g4?!RExuHls<>Aq;I+e#eH_=gJgVRSb8+U4 zTzZhPD(_dY!m~31(+|9P%H2DmHiPr-%6;<_4(lBCxFZzdP$>O?t9z3}o1n6Z(>INa zM<-4Us`#R%n5odD(;&+v#j!!VfhAWeLs_#y#*Vk(32Q+nlb^u-`5AvwLar~YD1$QQMV^j0_HSED_x)G2@@mt?2dNZ@9a?*?sL{%d>|q h_r6~){$F`1+$C7~x9e7KaiGT;JYD@<);T3K0RU|zEmi;k diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png deleted file mode 100644 index ce86f9028e8e4eb16b8985cc5b007f1595de5dc4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uqfKP}k zkUoF@{`vdwk6nFy_3Go3*Poob{^Zj2mzS@ zmu|ec1R{arFE8GFe);x`3)i1ry8i6^wdWUZJb(W3)AQG#E?#^76v%k_>D!NAKYslF z@$2`mU%&tU{rms_|BbcB-vO;uEeY}qW)Kh%5)!tww6eAi2n-Gmsj024t8Z&>?*xLb zuC5+1VDmSO1Zt@Cba4!kkjy=JTc}Av#Np!F$V%PK48c7upa0*VaoE6St62Tq_xjoM zw|6Zuoz4C5x1ny}+C46DS7p53s(#$X@+)-HR(3f*BXg$W2|8yE$f$7VCzMRuDfmL{ zgRlRk!b%o(Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!Hle|NmF50uulC1Hu3QXF%ZpxogkPUw?k_#*53hU!J}C`0CYH=dV3Jd+XWN+s`jt zeR$#K^NY7$T)g(;+@&YyZ#+G7_1W30&n{hi22_9U>XUQVo?g8E;{4U8=YfV?1*(5? z;p+4A*Pfrf`t;n@rx&h2J$D0WI8X{qUVC=#%JU1?o&&8rfBh+ly!z}S$o6MI#pi(H zAoTRY)n_;Fy}o_#?X%|}p1lO3PtSqq^{2P*zkT@hy?1o;IsFflW;u&}bqD<~?fsHkdcX`7i_SX$fI+BrG9`1%KghJ|J4 zJGBZI2?Pvc;{h;%@4k>*V(Z1MpwVVo}1sj8+2+sHjX}7G5F|w)vXjLPmC8PMhY-49B}!Om>(& zaGHKV+(zohVF#x9g%0MwIDMJ?3+LB#NEJ8jVmbF%tn^dc{N~kRd5il(Bjb%%KD6fP zS(txr?Hs-n2U5N(dAhEX;d%SM@q(Un;*aF~C(TDa?td>k`Z9E7-pZqCw2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR402bOxh^qTfqwn6xatI^{rOvgUOFZ&dC zX)fP?pPG0NP17BRS)Qj>_Ve#?Ir43V!qSpv%X=3W-L^R<5?;~Mab3P?$|cix8+Fv> zPI2&8baj|pXn$BSr-tjDS7cJ$44nhIX8R8~pIm0JH$m%q%-+)7FPqGCnP{s+0&a0T0*>iu(N vdSCA+hf61%jU?|Z`|WdHaN}x?&35yHZaa!wlZuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle;R38CJ>&rT$E765FPMRenT3^KKu}0VR!&|)QAtf*LsLsfPv6Mc#LV2n(%Qz> z&duG!)63h(*UvvGIVCkMGb=kUzo4k3w4$=Ax~8_Sz9D+i#0v}zj8dL1jv*GO*G|q2 zZgLQ5H7{V@SmSwV%^H!KZZBr$AnzxC{{I(Q%c3#;WSUL672DtV z_4#>P=LYX)Q=zr&mP_6-Z(EqXYSmUA=?|}e|0`wq-KD;(=I}SO*X50cGt)!lT6cK< z&1!J3ThMM`;lJ;F;;G_U2PP*kV0S;s+|~PguD^9JEnghHJ|)KHX=7$p-m=^i2Qp@QFirk@qPOu~y_0mSQrF((S64N@?Rx04 zasAV-%kfK(Mt)tHcak^zTkzhQS0~)${K~uZrP0Rr^exuFP-pOT^>bP0l+XkK{Opkr diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked.png b/common/gtk-3.0/3.16/assets/radio-unchecked.png deleted file mode 100644 index 8c6189931a02a12c208be33d4c55606ae152f631..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 428 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t`fKP}k zkiLBR>6xp~&R>6i@y3fww_aYj{_MhyXBV$MKY#7{h3n5R-F$utB=!6fQ1&Jefkl99 zFuHQ<(QV8^3N=I{MQ{__xNk#nZJ_+r&QHd z|F3*G$@iZ1%^h~>Q?=9^gEa&Eg?vp5HVfSpli1@@$Iv$4)C;M_8c4{8!M(g0fsXJgQu&X%Q~loCIG44 B-kAUZ diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked@2.png deleted file mode 100644 index a6210d6a0b8ba67758e7979641153479028f29e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 758 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E{{wtN zT!Hld{r}IL`G585)!Vmk@4tWl*yG1%&OAGJ{mJ?3PtV_YdhzPB^VgqWxbghr)feZk zJ~@Bw`Niu`&s}|b?%LDy*PmSgqN_j>By#@RvkTXNil3baid=hk4yX~x1quR1z*6U~ zJqL+^#GhXPY6r_ANSJz%320KN+#B~^-@Nzw*8Mk6UwnM}5{N!M1EN=-o&(YA&o5qo ze)In8$Im}LefjbE%g@hWe|`a?Z$R|x=dVA%e*O6e0{{R02LZXheS3gGU|kaA7tFxI z%Er#Y$z^F}ZR_CZ^XA}A31jXA3T2Y;^nIk zAHRJ4@$=VjpYw)y7#J9pJY5_^EKaYTd^7BjgMf>&Pyu^+U?HQpfnlH{=M@(Lj&8Q( zlz;!DpYTLaJGLiaed+m`FW+f-MlE`BwdvW*&2`zpKxgoD^>bP0l+XkK>nf-j diff --git a/common/gtk-3.0/3.16/assets/switch-active-dark.png b/common/gtk-3.0/3.16/assets/switch-active-dark.png deleted file mode 100644 index dbf7c5e37416ffd7876ccfac3a8d117d5791af5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 799 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jG6&H zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFeA`a@wVr~>K7@$- zwx0nqylQrV$m$(Fb$fj3_n2C_n_7FB+IX7T`Y6>vqinrb%?_`c zoj{AcYj=6q?eVVP>)m(&XuDtgX}^xMex2w1yDs>5T@09TJ8;4spkpfPMACp^WnL2G z7tFvYEh8syU})s(=I-U~;};x~mtQz*&fNJ6wr<;g=;*P_SFT>aedq3*x9{G6`1t9| z_aDE0|Nis$uQo%g4lvwRJzX3_BqaA9%#3DC6k&Ui?iA$JJwZ(OmhqHV8g9XDnwe8C zWfcGW-|sO?EpFZS#lMdosBGev*79EQ`m-ay)z0Uabb@uIcg`uSl_)%Dxbdh_uhLB~ z>&F{dFX?=qr0V{yf-6_qb6RG~N@u&LuH8b(nv-{lBy%+w{`>y*;36%~EIS6lGLy5P z&BbCSE)ZhcaIAio+DkER9w7;B2BABjDhtp1PA=(omEzpO(qNlcdG^9u&s|4tO@!vW zV~Thx-!G|j_fZ@hC)a6)LwCyD)y2LCsvSJ5(-8RYYrylmc^)6$FfY*AG{rO4%bP1| zkLR>X`^9`euNd57%AB_H`N@g)vs%vXKWWtKy=ms{I*XWxwbNFHa?J``A=A=!;iRo_ j?`oZe#};4Cgs6D1myq`njxgN@xNAYoTHm diff --git a/common/gtk-3.0/3.16/assets/switch-active-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-dark@2.png deleted file mode 100644 index 8046628ef56db3872c824db3ff2be95a2176c719..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1433 zcmZvcc~lcu6vh+5vQ=?mr-&NhSX2}gB1u>R5t5KhG80AtA%Yl#QX@jx#05oVl_isa zOH~9!Sp*d^6pLCxuu(wKR1}mfECK?GP>WdTL~Z}-IrrUn?{|Oid*{q~XVTe#?>v1A zeGCROk4B|H=pKQtwYpkpmRYy!p_^8W7tLQ+SGP;aQlPC~6g4mggR!jEEG*X|?*~*g z7j6s?a`x;H#)n1oF!Ay64m$;rG2vlRJcm8e{4=8@3k+t?0ye{cBMM_?XW{Z$&*WJ+ zSxysm`QLe;s}QFMbE=8HXDgN1B)^P0XV$%;Pd<>LVbn6-aLbGTK>b?W_}WcGffYi9f*H zZZPi^h$tbE0z!Hq1kIZ7psnZ_K%YdY5CS+Dtd{n7Itv#qHZe6bx3IKYV!d=3&c@cx z*#*CWNOJS=q67qO2@c_gZ|6ns7DNkU;}UZ7M2IB6xU}}Bw66YEQ*+CM-(?RUwLO0M z>b0V`uYYi8cy#>3#N?lUO?{f45diHh^d08VC}jVD#*xmcEsMxzI#DGLWyRCa=GWXR zK?JLxR+czr8PTnZ3Zt2KS1orMyb9TmTwk@4S$ReAx9QV)-65SXUQAA!o^Kh;QM?^E z_58)DL`Snyrzz2v2#0H(Lt#IcNdxJRhNA=NrDb#MY>Z18#&(f+v?eFU&XTLU`oK@6Kzg=(dYVeR?HP~cL-0jyEipJBb*WB=w2C^~0=lFc++`AFG z#Gh2#u ztrTNI7Wm#j&rK?A#~NDJV>e;zS7q;WAK#nmpcDMl8~b4TvC)O(4&|G}HW!EEa}K^| zrxsrlcHDpL;Q|yF^Bo`Le>9c4>x|Z1&`IxWV7k2fV7z;buD>q zC?{#*vVfAhvfDAWpPyVyl3vHlqh*foaaE0n1tt?FF1Cj52K}Ury+Z(!@Xp+&5V)N) z#I`odkRpvM%0gNbwNp!^)ArvtO%JwN%>?I9Y?F3p=M_yD^s=U%rr=oPawP30yMJ+Q zHLYR)Kp-eLSUGbjA(Fd~=y=DdcDegSNp+cFb}MIBZWfWoc5!lIL8@MUQTpt6Hc|`>jHUrT zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFd|FTXww#2?K7@$- zw4DYrJgRnp$jWVAHM_iOcj+40>l!=i8awHlIO?0Z>6^Rjn|tV6dg)vF7+824+6Efg z1{*nq8#_iAJ4Kp#rJH#JQKq?9hPij9bws^&WP?pay$z6zYP3)2vQM1gkUY^bW4c@M zT92x29#z|c)_GR%@T}S8S-ab_c8^#6exNgafzE3?<=cM7xBaYN=Xt-*3jq^u2Tr&R zbl5qOjyb?^GcO793ua)HmXVV;Ff?*?bNBN0@e2;g%P*WYXYTw3TeodLboAKeD_5`I zzH|4@+js9jeEjs~`;TA0fB*UWSDT?#2N(zHo-U3d5|VolW?C~Pim*LUpX!q0sp>uL zO%w-vuZfRo*P4@Nk=FnJt9u-qac|eX{&&*<&&ke+^4j2%RA}^|ZEm*GS);3)rk%`4 zzn!SA(zl#E|U^kwumO38|uhAdblf-FxnN=gqwL<`vVaVb)gm zRxlXMnnc6_(EJrNyev$hs6_NxLX$~mC@I3i!eUrU(?F$V1~EDl26MP<9LwVEMUD`; zL4c1EFw;{6S&4iuEGsL^V_#ZoW^!T%*CU|2AtJUK^?17Pm@ltM3aDIlwLW;0yT88jwRJIMMg0o z)zQUzrbG{j#{p2wkZL2uI!1+_0cx0HEkmLMKs^HzgL*(>>_R0VF)|-p5-n4rV}LrN z1E^<8AHw$5bm$gZA(Z_3*`dAhDi)1kb>5uK=>wmt?O%idPWjiy*2uI?@LdrlM%3Z?wRk=h>+zWo zejxDc!*W`P*-gakW@7GDVs0zx=rwZQE%M3R{!s-l;w>7o%v`7lHD7`iM#tO39=07^jPu{2PGWzY*@3jit;w#;OOnYoSan)P<@ z4fYOB&Ip%{o40J;hV=6f2tw@&3B^Ul?2V0!Pv&q_52o=2hmT~Ji^QO`qUK`D)z)i@ zw%_jl-g!^i)!p0wXk=6~J~8>^>C`jB+>4k0%rCrNe3wS;qe0J7Ou}IzqVCK*T-a-i zftzQ@yOcGHs#Q&GaxiVCzd`O@x^}lL&&n+l@7}T;sbIRbP5;#3yY))`tJUuQ8Ci)u z-r!)u*Us%B`AyZlcph&Of2pc-o}AM7^G!}&KI5V?$<3=#$=O~fOoD@J9e{Obnn(Op z1MP?BpT@2#YU>>wGXEpaXM4B&-~@c4Z*JQr<&TZTg*`XU`LuqHta^pqvN6`*@hmva zsZ2amJ%ihJ5X&7Z?loAI`uw%=%B=9fjtjkj$_+klu{E~yDsGx{4x{eD*3Jsa1E#JM zu>DTWYYJCr*h-7$^%H_M9lsQ)5Ah5n)grUzvqK^#GpXN9_04%3!szYSa6zfzlqXG% z_K&8obbR~VU5?UD9X8NA-reP&x`CLS>rbi2Mi8CCPpwGYyn04@dALQ}ejUNZ1pAE_ z?LrCi0};0DKzg6hUK6ldwvK>D#2#oIzL1uA5rlL=911N^53Yg(Gdnrbw*K#F=?#wFYgsGS_5EXI^cY>5LEH zUfL5dFG!`kj+t|7&H07H_l`?c7snqL9McUS+iqrWcp!7o4(!vFj3n(KSl#z54{0co zN2UqJ-%g#w(4H)$z!^O&UzopjZXL+Ea0}s>cUm^EPVsPG4qokLR_D=OrQF}`!#^@! q8RZs6j)>W9X#G=8dsFJYYR;~rIo0WeL;Byw&ys|v;u=HQ`Tqi&%CCI@ diff --git a/common/gtk-3.0/3.16/assets/switch-active-header.png b/common/gtk-3.0/3.16/assets/switch-active-header.png deleted file mode 100644 index 1850dae18c073e93e49a4fa92d6583b44e96e2d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFa+W;HT>`Wbsu3cd zy%;0{MD-h9H*S1Yv-V}px|cw1wnTwufEq<2037TzB@<&MTjH0nybjyRUxPbM?!m$KNkM z`Edn^p8mM{^vC0Ozn;AN_4NJkXYYT%{`BX~=RY66|NRU^KmLCG`S<&;e?NZx`}6ld z5Ipa#c?}FP^O7LHUO$_n*IiwHaDEak7A-VTprZrQd2-}175TS{xQ*|OY zWlwyXA{{x&bmo?cMy3D$=NlLu`*Q7TUCI3)<$C|`M9ooow0d)$_?tP#nv+h7W~~kT zT512JAvLEt#VFNm>NdB;PfIeE8#S+oh)KR;yf!TyUJ> z&4h=G&h`VPUoG7Hpji5VQSI(rV<0ay*)dhnVS<(1jnQ#|~Qf+$)`AS)UqQc$vFfd55>r%^KJ1 s+CTRmV0bep_+bXnmlr=Q5&r*{TRHgs4DLe`S)hdK>FVdQ&MBb@0PoR37gV!=glSj=D=-xfs2oGTU$4%R}WMiBgh@bf-gdSINVkuskFZ z>blVrmd;c15Fxuvw(PgrG&5{1W*hfgb@$(WU+?ed`}w>-@9+Eb&-eAcf=2CIV_<0j zgTdDL`T79R83S!sJ#8rVAYSQ1hc*G}htt#3d&>z{(KjT!EnzS%EA&C!UPugEUdGohd!{Yp z)0lq5w+EiIC2}!j5Fqg|keI{+$eJ!x0%Q&IrA6jq$smRV zY8*&BECtehaw9`Z=q?CAU5L~qTr5RXe!-Xglk7i|4EcZn1sVaxf0dB)XTc|v&$&hh zjrh#}PlPnkL>w8!Q9wKu3@qRU74m`$dEv$U@DhGR3IBNcL`=CL=9b`Oh2ZpUVSJU4 zP%TWXnM|sk{FN?Bs}rTyi7wTPG9QSt8^qTkG>UT?#ko!5JO~VN;a?J3i{wVDr2P3z zRo84y&)ogKIeNeJ;h?nPwXAVi*2Mh4V9K5{KeUd>TUqipmb`sbJ^;@DEm(LXSQrsP zP_TrG(MiSI_lhwHA_ZHd;6Rvyu*jQU%<&0c4`%yLbQ9U=Wmd>kX^Xi4g zrA5_}5`ub3rCw4mEiXY>)-3%_4+Zo*!V>`$7PdlL=PO+kQ?s?^>ntqc);5Uswi`Cu zZ~9@o`;J|^J@z1dfEKQ1U1l}mA`R{_wQ%=7c{!UeTYk0=hAdacuquk7uqP!1bD zU{sRg`iAaRZq5FBf9mG85Nyv@1|7Z2ZNreWi4$G>sjddnDG&gFVQ#UTtLb z+gHughORS3{t;E;>Ndwf8@Y)W=Mk&+aqR74g?%+^%-YUR|8d)3N)0N`KC5xmf8!87 ztmuaL-o4HpYcASZAfki6O`=xR-n8{~)K8#BAswciPqI~+mSxR$+qjk1NT!#2{uQ|4 zo$JUc49Y3L&m#z)Tvdup-Qz7qw8$k9PQN{FD`pf zD9wb2b!}Uzg!kGGZVKx1K2&3fS%1#e7R>0|{V?nT`&o|a)hee|(t2AXF|V97tT1+e zogQ#128Nm)XzXyDk|6?^JB^Qezia98HaDv%?FhY=plf$((&4ag7RNLc;8v&W9C%}8 zqiA>fCWm(0Y^}F!a>wNy+EHW5{2%lmbvg9%H+52uo#lDullmEl(xeH5*lx~Oh(P|d zC8@>Q%+?>I79F@%urIb*I zWPL*wH1n8*6jiw|UzzrTsmEkQ_axSBGuS^BZUqDat|iRE=!xkq&hE@?O0^rsT=KHF eSY;8VCHPKfs6IU<oc5!lIL8@MUQTpt6Hc|`>j2rNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacBfqv&5LvL6N51W60zu|H_Nv(lWO&!_HMMd#wemK#@ie#bGq>|I zcL1UQbB7>vrw|M0a0};13-@>n&qOQFc$teu!+W`~q0R5t>7Z?W&iinaR zzhDMNetrQ#DQRgnHFZrbZ9P33Tf5M(@QCD;ltR7uiVOgyKy4t&a};4 zll*0$UG#s%J^8?T$&v@=bJL2_uIYWKwqaXPEtl$cYT+@%1LC&ofm6>pqT>8It Ynfy%V@7bH}#6d~Z)78&qol`;+0IMloDF6Tf diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png deleted file mode 100644 index 6ba25b419f16a90a42e1081691300640374fbe58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1439 zcmb_ci#L>M7$0eKi4tmyNmmZSAu{!uYRnLyneX$>H#0V;ko)8|GK{p+P|QxO%#Bo% z%aW32ce^;EwuZHHx8yf=d+Vso>1VcU*W*ZwD_iKYS;AoN>7|JIQY;P`ZgK!%O5hORH z`yWha@#4}mBhz9DnVFexM^h5{(UGaKZoIVki&JD90>MC!G1&e{-2gPj|~&izd<)dm#z0vS_2913L8v0%jrB6-6p zAI0T^SlJjN({N;OF{zHD(6c0ZOfk$V8^ProOrpg~wWv(Tk?L7;JucHS6UFv!TXxD2!bGJ2M5DI*7- zI+h%iXmKE0a>Ie)l4em44CUZz(SM0`%*8gA`T-@1B{zkB7Zk7yf=OgLiHwpcIEl*M z4L}Ro9S{M*0Fe+q20{ShAcPAc2@skB#2tF}EqXTKW_orD zJ*Nf9RUx?@$Z3F1MAU_do}l7xRNRA}?Lmurv7+Y~;F1AMI)H%zrC`9p|Hd?IA5nr= zu1d#I7QtYd;c^pGQ!{h(RjXE8Sgf(Mw6b2i(avtu<}F*cZMS##*y-u%!QP{ z1_EJOF6`&aKB$`Pn>}RdyWS|ZR@GJW*lp6?$7Q_s(2koy&Z@vFb#7nUH}E$1Nwncb z*DsCA+jn&HEEN*J$Zg09}yJx}% ztI2vvOWRsZn}3~MUu~}XLfpP$1OD1Mts;5j`gn+8W+gf4Gu^#T?RF@; zrm9g_##OQ7jgHWIjakA*GfSD7>Q&xCkDc5TWqh&|#9p#5W6srg5-nNZm3C8muNt&% zEegc;t_-` znfK_)5IK(O;cYFla!waRm!}<$IJ6i1qp3Cxdr6*|p5gB^TJD{0G~k@RV@_Q--TADU zXsoOv3_QuVv*74bk8ggeMpne%KmLdIJ)=V4!7zOl#dReX`rd8bZ!}B1JaS`5S^4F~ zOt3@E3sO?~SJ=rlzwxEIwlXxY?nqlCQ?X1kMC`p+8OFAC>TJ(!il#>S@*;Vo8h&JV zjhs6*9k+U4e~S9g&ku)gYzw^%WkTM=n zzP?XUM{w>|Lnh@r>kMAq+xz)r*wlfigG%i}z_GHiyH<(aH6iVtt>Y6FLjHAg+n)`u zj?>$U6Rt`2Lo*WvDs+4{1Y$m2x!vl6vLwZIPA7JHySwF4ZDCmW^FH%WB~t|#VjF*N vt^F97Tv*R<@~f}^X(l!HgYKE*O7~L+Ud`oef|Ng6EPjx%KkC;+J(Bk?CS|21 diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png deleted file mode 100644 index c018801e7d545d1b2b5fe3715ea1e65fb1c078c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 796 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jNAb} zA+A8h4FCU!&b%8s^Ibsyd+%uv{U*N-?Ry+L{c+%wyWz8*gid=JIQ4=5q=&&%9tKZ% z96arD;M9j9lO6?4c@#MLVZfA!K~oNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacBcGNNek~^;3c$J^`L>=81R3?%qiQ>l;aR&|&(J~7*h$aSN#ER6 z-`ri_+*9AeTi?pp&?dmpCdAMo+}H_-BF()s%)PU$!W*n28*IWGY=C5BqeEhsL*fL7 zq)AR0(_M?#dRA@otlHsO14O$#>-Kmz?DuUw;oE-7xBZN7`#HbP3jq^u1HCg(?|nEh zG$Koa{DK)6`S}F|rKF|R)YLV#wDt6CZ0$nB!XuJXQnGV$OG--1Dk>|RnwpziT3XvW zIy$?$x_gKM3u;^(fnhJ_>Eak-aeD8S>tTl+1lS(9IOuF_bkyl+NMIC=P)YK1Y%U2D z`TlqQk;u%OXXjZ~9j>?jdG1-t|IS4^RtsMo%xqNBO!>B0v5)1um&Ag*yCT=lI)5}G zA^eSnfCP`mU7Imw9fR*a^NlH5Vu~)6!qQagYBn! zW~C+Dxip>`o_oB!BhKZ?tA-#sXSp^dBi9r)#-}$kzFe6koz-#T1oN(x#oxIqr%KuH z+Rae%$@+Cj$CV%P=dIY5^tbyKX&Z0RTXals!Pb*oY$sgzbE*Ay^6KILvF`+T$EfyP zfAM2;~%`}T&(NNdCXnj`6(~ilTr-BL1~}C)78&qol`;+0N^lRsQ>@~ diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png deleted file mode 100644 index 870d9317825d0aff84590d8d8197cf18920011e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1423 zcmbtU2~$&76n-EMBrGBn1XPxS)lv#X8gN)7Bm_v|g_oB^2t_aQ7G zAn7WmCX1Q*S>h6IQ6^MUQsOVj6N)mp1)2W&McJLN!rdUq>@kwSq5?6rwkDOXvHRCZ z(qGt3Mp(KCcPz3sv-G-0^zN55)f1X(ncXpmG(Sh0SK?dsu}!l;#=zz|K&Dzs)GWZt zId;b)iakTxmSDAxt^OTR8Q2;lQ)xsr^USsd6w@I}J<_VDs|{?Gk%<{mwVt8TGgQwJ zwUMPZqRM%OTF1Z)Otpd8Y5;nMO2+^W8UtVy0MntE5tJ~oc@!|nsP(8Cv;i_krg}Yt z0Z#)H10{MC$kyFZV7RU^>46~zu1x;xY+#t$SnmgvXx7~{Mt=gyKZxW{B>NL70U^|Y zJ@EmdFd>vqASDHnlZa#vk&;fN0&t1306Zd%9|8aiLs_Mv`vA&AInwYXX*gg`Rrr4S z-t_vt+j!MY3ZqLAAX3qiX`yL4;N;751%@Beoxpc&juIWyTFZ|KS4zfC`*K18F{^z z=N>%G5w2|Sj=kMY;rqRfaq=0Iyvp*3FdprHd5o`1w&P3k7vOE`(jsiQHb7CmU>1C5 z#lQI^Jk6$zsm5wTQ!j0qnCVD~OD-ya?2?uRe{5bgcW8C8>(lOcqo#Rn^30IRkT-$V z|NLm~s@`@#B=vYPcgB-@LL)0G{c=nIJMbmEDxA;V?<6jrt5%L9$vu{df?1r4=y919 zS>(s#ko;bt2POpBi(a)2Lw8(Mv^Jdgh0h0FtK$N!-+9Tz@<83i3o-JRF)|(>msDlD zlJ>J=T9Dm{Cv3I8)YBk-_xk_(5Ob=p=dHedQVVw6mNbo0Hu{->ISVEl$O~ z1JZ{Ljl}%rK?b+JQJ#XtjF5BM&%FtCTHNK=+ancsye4EA*}e(oT5`pN=YG6ob!aHd zKCAJ(sh=&@k&aV?*Dsb?TPHggcI{ix&P0orJlY@LHlLd~L8QI@+i@+UYvVP8?`hm; zH5Sb>*`YtN>U$%%S_n6yU~lD5uP8B*md6b4xwU?BixNxA`wNxsw7v9M(ve%EW_v1U zyL=+E2Ruh-f2|owB`yinS9Zr04CIiC+iu)-j&-MuW3muI=lJ(pzUSK%C!f-5Z<8P0 z`Yqzkhs=~+u3_zIwyxG074^3dJv$mg}vurrVo)urAMD3A2{+a+T4H+ diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png deleted file mode 100644 index 9a6db079521e29578b2953c630ff88724f55696c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 783 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!&b%8s^Ibsyd+%uv{U*N-?Ry+L{c+%wyWz8*gid=JIQ4=5q=&&%9tKZ% z96arD;M9j9lO6?4c@#MLVZfA!K~oNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacqwFQma+kh%hUAyLG?YfshTOy}F ziJbW)Wx=zw1o-U3d7N_@KNe@2cAi(yZrO(Y#p+g~PO$fKk1|e1@ z-9W>g|NjTyxG-t=oi{!4H`Z65k9qd(F2|vD+B43?T@hXK>bd$!1y`oyEe#~%d;ovp1u8XYNyGE>KL{V;~Z(jeyLQa6|qQ-oroO+d6m$6J9%F}3t1K17&KJljv1a7oeY?N-_>!XeF=rkgmc5)-mBk;< z@z}8H-_m4}U-b#m8-33#^|sk``-ks3)%1mbKIxtc@oiVV@-9_=@9s_?$@uR@&onlC b-hYAVoyP4i)91Zw10_gLS3j3^P6p5mq1%p`O}+&5Dl2kr4=lL>3_hM;lsbBpn8GZnZ4!n<3KCmE;44YOw-8TCV9N*s8J;Vra1N7RhQL*j zxeAD_Byy!ho}9#$lLT_0Cvv1j;J}xI3;}pjh^GK8B%Tri8C1A3hzrI56$OdAP~ibj zIf(~aWDt-oxIw^hL1WPaLms%Y_%CER(K5!uJfMZY;AVMCP6qJh`}p#og~~{wGWL=( zv09Y`s8t=QRi!ql(;L+EMs-$``dE{?piNWQrYXLuDR0-7cW7B1+Vg-et*~2H1?bUL z59k^m>6?c1ts;G!$Z+eKq5XxS12FobYt+y+`l09bY#%@}J0hPORn3j5=3c7-MhQS; z{99w308AN`TBA~DRO#k*v-5fjCjFerFlU-GnvC=D$^A7iKfj=$u=v!e(z3GCOy-%h<^Maz5uu$h*rHrq zU;uf4pH}=SYGuHhrL_9Kp}NOttvAL~Qy+!#-PB~a{uFfRPAX{#i^O&knZEQNCaYal zCtJ4CvSX>#S7Z75oX=mLJW*G?&PJ!)zUq0OH@4mRz-9CWYKPyACFYa$KW=NJir;<^E`!DjFdWr{bB9j*#%WDmT8 zMmO#(Yc9@+;~*}2RTj_IT!hC}28g+IL3BvVm69E+R;PJB#s1j{-}Qa@;+n0?qH7p4 zbJh;N14ZsK!yc;R)v}O7kB+iTzr8&lh9Y~61T^p6UcbUUu$Sgvh%JRh!G$MX_UgW>n*txpN}UD7rHqcm!w&DT)UlHVed} zb3GH^)3zwN;l`ng)0>yE_)Raq-fKR9!9V+P(J@ z+vYu%qLKv?_{q|{)*pL=`@*w4b`9%jDb0=}fjit?e#vm{FDi{WIW48fiq;oq==1hD z?3PTJb9hUugYR9s7=)`!6k)d4-5b9X=lV?9@e$V*S$j{MIuqw+wBCZw**4YMEFpT? zBv)>68SL~i8=^JA!w38I^QWhWde!|MXB*ET`j@@i30wWjX?MSUO+y3%f8m{lM9c^?@SfSd6d9-O#Si<(T{0(tI_`n<3n4D}lE diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png deleted file mode 100644 index 1afd341ff9a37dc843102e302954107951cabfc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 746 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)EZv%Wn zT!Hj|nt>;8e?EEp8*cpb4^Z~Shu`AB9bQ6gl%r^z0|`Ks5JB z;@l@G3!bGdc$U57S?;puHS1s2t$*3D@#WOLZ>Iy%{`ZTHe^_zi!^U%;j^Fuq;n9za zK=kCt)n`AhKl^d}`LAd1e*^7$`Qi8LPru)O`u*eA-ygsK0OQ*(1mYgOuizr-sbdTli4c1jwY9Eyxu5n~zQTs0?i&*3*?AF^XAK^H`f6cMPKRwnr zBQ-oT7v$ubZIkU&nbJuMz*xoy$<``z&lWbAk;p=ovg+{an^LB{Ts5 Dv;3lb diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png deleted file mode 100644 index 87d63563ea907c7046d4e8cf6b11ab8335a43f76..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1327 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42<&v zd_r7-ivJHs5H#gc2oOzu6b3?1!lpk7pZ+9r=9BojPZH-oNt*X8d&#rhWzUOOJTG4P zymaOBG9X(0yaI$?R;_(mv-V}<#+QA&-cA6bJ#VM(eLEe9_P?LG|NY#zv%df z6(>HdKJ{Vaxlh|Je%f~V)2_>(4&MBB7>I6vJ9_)uxd%VaJ^FFs(T|Hj^yJ6wm%r}3 z{B`g3uSaixJ$e7@`G?;xf#}ok*PniW_y$COKm7Rn_UzNM?W^^9-|qXDP{C3*V`9OE`{m0TmtLu2-k{A{k)12yzrNvDRid7$ zVqb5k@XDV|9D7Sej@24A1)7O3>rgx|zV!s__NkX&xPN^%*~Mq#w8RA)Z)Nf(&WM*x zniy$%C9BMjFL@5{%m}xzmdjJmabD57F@ZyMl9Gw^++T`UcARXHij@5{W$vu(6{Qmt z%}yTrIxF{u&Z$VXZ9h3=Ri7V_z4CA3n}titz9$I2aw*MdG?>(WPN`(_r_Ox&iUpct zCcKUH=L}DY@3U9Uw>)P)%{eLi!V>4_EBPKycs4`eq~mnH*o|`AkKDh%=U$SdrrDIX z(^e(3Z^=(ewK6!@ma=21^Y_zhx81X;e13*;BCo2#66cFWtG^%3d|0kJxn}NXu60tYt3!4!y)`BJ{FQ3Coc5!lIL8@MUQTpt6Hc|`>jI04Z zA+A8h4FCU!&b%8s^Ibsyd+%uv{U*N-?Ry+L{c+%wyWz8*gid=JIQ4=5q=&&%9tKZ% z96arD;M9j9lO6?4c@#MLVZfA!K~oNUY2SHPSx*h}r*^?gzPJR>!l6nl3 z3IxeM44U#JXfjacqwFQma+kh%hUAyLG?YfshTOy}F ziJbW)Wx=zw1o-U3d7N_@KNe@2cAi(yZrO(Y#p+g~PO$fKk1|e1@ z-9W>g|NjTyxG-t=oi{!4H`Z65k9qd(F2|vD+B43?T@hXK>bd$!1y`oyEe#~%d;ovp1u8XYNyGE>KL{V;~Z(jeyLQa6|qQ-oroO+d6m$6J9%F}3t1K17&KJljv1a7oeY?N-_>!XeF=rkgmc5)-mBk;< z@z}8H-_m4}U-b#m8-33#^|sk``-ks3)%1mbKIxtc@oiVV@-9_=@9s_?$@uR@&onlC b-hYAVoyP4i)91Zw10_gLS3j3^P6p5mq1%p`O}+&5Dl2kr4=lL>3_hM;lsbBpn8GZnZ4!n<3KCmE;44YOw-8TCV9N*s8J;Vra1N7RhQL*j zxeAD_Byy!ho}9#$lLT_0Cvv1j;J}xI3;}pjh^GK8B%Tri8C1A3hzrI56$OdAP~ibj zIf(~aWDt-oxIw^hL1WPaLms%Y_%CER(K5!uJfMZY;AVMCP6qJh`}p#og~~{wGWL=( zv09Y`s8t=QRi!ql(;L+EMs-$``dE{?piNWQrYXLuDR0-7cW7B1+Vg-et*~2H1?bUL z59k^m>6?c1ts;G!$Z+eKq5XxS12FobYt+y+`l09bY#%@}J0hPORn3j5=3c7-MhQS; z{99w308AN`TBA~DRO#k*v-5fjCjFerFlU-GnvC=D$^A7iKfj=$u=v!e(z3GCOy-%h<^Maz5uu$h*rHrq zU;uf4pH}=SYGuHhrL_9Kp}NOttvAL~Qy+!#-PB~a{uFfRPAX{#i^O&knZEQNCaYal zCtJ4CvSX>#S7Z75oX=mLJW*G?&PJ!)zUq0OH@4mRz-9CWYKPyACFYa$KW=NJir;<^E`!DjFdWr{bB9j*#%WDmT8 zMmO#(Yc9@+;~*}2RTj_IT!hC}28g+IL3BvVm69E+R;PJB#s1j{-}Qa@;+n0?qH7p4 zbJh;N14ZsK!yc;R)v}O7kB+iTzr8&lh9Y~61T^p6UcbUUu$Sgvh%JRh!G$MX_UgW>n*txpN}UD7rHqcm!w&DT)UlHVed} zb3GH^)3zwN;l`ng)0>yE_)Raq-fKR9!9V+P(J@ z+vYu%qLKv?_{q|{)*pL=`@*w4b`9%jDb0=}fjit?e#vm{FDi{WIW48fiq;oq==1hD z?3PTJb9hUugYR9s7=)`!6k)d4-5b9X=lV?9@e$V*S$j{MIuqw+wBCZw**4YMEFpT? zBv)>68SL~i8=^JA!w38I^QWhWde!|MXB*ET`j@@i30wWjX?MSUO+y3%f8m{lM9c^?@SfSd6d9-O#Si<(T{0(tI_`n<3n4D}lE diff --git a/common/gtk-3.0/3.16/assets/switch-active-selected.png b/common/gtk-3.0/3.16/assets/switch-active-selected.png deleted file mode 100644 index 08480e0a42cb413a8fcdf28a0435d22c1012fd12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 805 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h{|5*>egFH(yWeP*Kl=a@x%l`yki78d`?aS(f~GtQnffSn+M~#skE3Qjj-K@- zZuXP7IZqPiJV{;fG;QJ2>?O}~mORT{`aEyx^O|)pYk_F}%ewV1>o>fby6^3@eQ&1& z(f)Tc_P<+n?8EXCA6A_Fu;J{dV|Ts+&A<5Q`=!UaMql;^A~L0w*Ao2W0$X7y?*=7-8XOFz5np>)0gi*e*OOa=kM;V=MsT|ujc9E z7$PCL_h4o;W1`-t#%b(Eue~ZbfmpUgV zFWA7OaH{S6=IFf4DVHOcOmgUDx{-X?yK9~4sh4-0RS$mDYY6>UIA00K)AnzAWYoa0 z{qBW{=W0Vd3rx8arqtiHEw<-Z$=JboLoCv3vEEZvX`Xcwr}xYcXwRvU$i2sM+9vhn zBwxQnPj05nyk2Y+y3KaO4d&lEmsf~}ZjG@1z`t;EvYJR>gi~kBGFgc&`D|C!BG|vP ReFla(gQu&X%Q~loCIA39;VJ+C diff --git a/common/gtk-3.0/3.16/assets/switch-active-selected@2.png b/common/gtk-3.0/3.16/assets/switch-active-selected@2.png deleted file mode 100644 index 22586c16123053a236947b5719a5b27afad8c131..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1445 zcmeH`?N`zV6vr_&6w`cYr6}5iXb&qzk7P!cMnkM=DVEOVQ(2~yJc5wA+SX<}rqj$o zDVfK_G)bbI6}p+0`Gik7JE=@lKm-)zK}1AgzwQ10gWdD_-h1vn_tib$TX;GGV+(;o zKp>DUHVhpF)HFc8R^~wN_ZYSYia8+^i?gz_;>||R0IhXaSR4Taa(()b%o3nwZotrm zcp{bK;ED zfWnWV3eHmbXDbBfDg<#fK|+-jsm- zXfl{gMx)92??Lj->UDrWl88|e(I7K(i;Z9hN2jgZoL!)Q!_I0*~A>uwL4{Z%PG{_M=dX2zG`jj>h9_7>*o#(jZ98W&j{y4 z66u0mrC!#otm@YEMtsC@B;d(XEII@i`&Krti+2oh24^w2{k8fryXH1VIeu{T3B#{= zOE}CA67*AemmejpE`Col_j8-U{e^r3m}`4+8;L}^E(2HhEIkd<=U!TwqUF9%^YT~T zr7?YcD;txGA0u5L%Nc%g;f*YdZaBOZ=i-(5)KasYRR3~1A%3AjOS0_z{W7wE_PlmO z?fSPL&=#CeFxEJWk}cX+b4guO;@LG}gPDgPo|tnMVO-0?da`m!51XGm3N~>HFQTea zTgKx`8gK6KuIcKFqgvC8n;UWnPU)zc=gY6kv#nylnP{&YfmMExCd{Ef(8#6a%mG>+ zL}M81JI+!_uAE78N)Pq1-gShHfWYcee69_A?^<3b@*g;9fvi4K=NH*2ig&ma2k#fB6()_mE+CXx_oi zep=4;9bx}0|I3z+bxK&I-bXlMu7Al|62bXQDFo-;84x9UOFIWoXm2iV_@F-7UVR6# zk3+A_w}^4@IFHSl0v8Y%P)`|hOjVG7-?FW&WlpxF4%%Ng|DX;N;Nxqr;J}c)mW_!? z_It_0_arHog`a)w2xL6keKm-Q819{*B&Ih)_nk@IJNSuK9<1~4w;1r)iAZ_oc5!lIL8@MUQTpt6Hc|`>jQRmS zA+A8h4FCU!PJbLU=}G9sXF*f$1x$SsJn2Eulm~%R9)?VP6g>G+@RY|v(?HxHAbaxT zps5dm?BK}{13|J6gQh+Tobo7W3WR(ZJQd6ak&lDGT3}K@E=UTFa+W;HT>`Wbsu3cd zy%;0{MD-h9H*S1Yv-V}px|cw1wnTwufEq<2037TzB@<&MTjH0nybjyRUxPbM?!m$KNkM z`Edn^p8mM{^vC0Ozn;AN_4NJkXYYT%{`BX~=RY66|NRU^KmLCG`S<&;e?NZx`}6ld z5Ipa#c?}FP^O7LHUO$_n*IiwHaDEak7A-VTprZrQd2-}175TS{xQ*|OY zWlwyXA{{x&bmo?cMy3D$=NlLu`*Q7TUCI3)<$C|`M9ooow0d)$_?tP#nv+h7W~~kT zT512JAvLEt#VFNm>NdB;PfIeE8#S+oh)KR;yf!TyUJ> z&4h=G&h`VPUoG7Hpji5VQSI(rV<0ay*)dhnVS<(1jnQ#|~Qf+$)`AS)UqQc$vFfd55>r%^KJ1 s+CTRmV0bep_+bXnmlr=Q5&r*{TRHgs4DLe`S)hdK>FVdQ&MBb@0PoR37gV!=glSj=D=-xfs2oGTU$4%R}WMiBgh@bf-gdSINVkuskFZ z>blVrmd;c15Fxuvw(PgrG&5{1W*hfgb@$(WU+?ed`}w>-@9+Eb&-eAcf=2CIV_<0j zgTdDL`T79R83S!sJ#8rVAYSQ1hc*G}htt#3d&>z{(KjT!EnzS%EA&C!UPugEUdGohd!{Yp z)0lq5w+EiIC2}!j5Fqg|keI{+$eJ!x0%Q&IrA6jq$smRV zY8*&BECtehaw9`Z=q?CAU5L~qTr5RXe!-Xglk7i|4EcZn1sVaxf0dB)XTc|v&$&hh zjrh#}PlPnkL>w8!Q9wKu3@qRU74m`$dEv$U@DhGR3IBNcL`=CL=9b`Oh2ZpUVSJU4 zP%TWXnM|sk{FN?Bs}rTyi7wTPG9QSt8^qTkG>UT?#ko!5JO~VN;a?J3i{wVDr2P3z zRo84y&)ogKIeNeJ;h?nPwXAVi*2Mh4V9K5{KeUd>TUqipmb`sbJ^;@DEm(LXSQrsP zP_TrG(MiSI_lhwHA_ZHd;6Rvyu*jQU%<&0c4`%yLbQ9U=Wmd>kX^Xi4g zrA5_}5`ub3rCw4mEiXY>)-3%_4+Zo*!V>`$7PdlL=PO+kQ?s?^>ntqc);5Uswi`Cu zZ~9@o`;J|^J@z1dfEKQ1U1l}mA`R{_wQ%=7c{!UeTYk0=hAdacuquk7uqP!1bD zU{sRg`iAaRZq5FBf9mG85Nyv@1|7Z2ZNreWi4$G>sjddnDG&gFVQ#UTtLb z+gHughORS3{t;E;>Ndwf8@Y)W=Mk&+aqR74g?%+^%-YUR|8d)3N)0N`KC5xmf8!87 ztmuaL-o4HpYcASZAfki6O`=xR-n8{~)K8#BAswciPqI~+mSxR$+qjk1NT!#2{uQ|4 zo$JUc49Y3L&m#z)Tvdup-Qz7qw8$k9PQN{FD`pf zD9wb2b!}Uzg!kGGZVKx1K2&3fS%1#e7R>0|{V?nT`&o|a)hee|(t2AXF|V97tT1+e zogQ#128Nm)XzXyDk|6?^JB^Qezia98HaDv%?FhY=plf$((&4ag7RNLc;8v&W9C%}8 zqiA>fCWm(0Y^}F!a>wNy+EHW5{2%lmbvg9%H+52uo#lDullmEl(xeH5*lx~Oh(P|d zC8@>Q%+?>I79F@%urIb*I zWPL*wH1n8*6jiw|UzzrTsmEkQ_axSBGuS^BZUqDat|iRE=!xkq&hE@?O0^rsT=KHF eSY;8VCHPKfs6IU<oc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8hKoA#K9i7q;msTE?Tpg8A6_H#UlUNm#QWc$46O~vMl~5CtTos*I6O#l))j&p6 zVs%V1kgSPLss@Wx0~ygEK`;ZzP6kN*T}K~i;SOi^fbFuv4eZ|xXh=Mrq^5@HWRq0XMs zE~P0`u+RQpFe+BT3%rUhOmUEi(`m{T{tTUr#Mm_)kf5IH;!w*uQ)qSZnDD8Z6ZQ?nuUk}sF8aMnnHaFW;YTEVm zskfbY8kZWk*Q}Kfvy5!f56%u+V3{(tU6iAEx-XZZ`{hwI zW(re4g=*(hxs(YoDtP{#TKOGbNs#m=I+##!mpLU*XKtmVg?!V9?ru{ZU!aL43 zu){KG>MNZVpR-FEfX?}y`s32_^G}N1))dWgQ<%2@W6t3Xdl^^9JWmr4i`Sl38g}9I e(W@5A-txbgB`kA`@!}d#+Vgbvb6Mw<&;$U%nlH@& diff --git a/common/gtk-3.0/3.16/assets/switch-dark@2.png b/common/gtk-3.0/3.16/assets/switch-dark@2.png deleted file mode 100644 index b2935b0787443a9f65e134c7ebf72feb9c8c3843..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1338 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42%~8 zd_r7-ih&?BG}NJ?AvCnXGdDLXvm!LPAug^mHnt%$r79tzAttRVA_*u`9g$camsTE? zTpf{65t~vI9$yoaToIK}6PH>UolpxDk4>zNPN|Mgu8d5oj!CGDOstGetcgmhiAt`D zPOgeds*X;q0xFA10l z0z_UhE?%*&-Z8G;v2H$b?!F1$fvMhsX}%$ue!-c3AsK!^Mko+v1%%}Ugac7-V0ca- zkc`L;jVTF>EeVe;jfgLch%b*!sEkSkB5){yLrnSV6%k;JCX@vE1v4-*v#_xX3JHse zOGrvd%gV_sC@QO{s+pRZTUguJ+B>;KL`BEM#wDkuX6NP=m6VoMOqe)n^3-XImu=m) zeaEidM~)poaq`sZGv_Ycx_j@zlc&#KzIy%c)8{W=zy0|6>-WDrzw`bK3{3f+E{-7* zl5Y=wj}A(dV0#dLdfCl;yK^!#FK=3?E1lJ?#G*Z4cwSLTQ@zkVHk{b^t7F_SGj_AJ|Xv$p^Li+Q_u?o0cf6gVTicH;k|M_*M=ihpS+zkmPB z`ilDofB1hZ2fq3s7pt-Jtknz2`un`I=apZ1Xc?emsbhcs{M!>reF4XJrWzeRHapq* zgyM_^ZL_6SPd}SBf9{Eu+HSo2)=o;?`+j++%^3;PAJ;m4Z}x8VdvaBDdE4vml%R{6 zd4O6TZJvM(!SVXa-*C;RF48|}w$HBKz)Tdg`N?BMo*9}cqBDsP2$FZ?jWO3&j| zR$Y706utu$Q2d|AH%y>_YyGJnf7&otNKjipaajuWB#*(%CD&NirsBr!%t`+uWCjTkf$KZ|!=@ z$EzV(qGH*@`S;8vt!dF;oKO0@J9$)^o#WBlX!411iq(rF0u2Wg8W@aY#7-BoEimz5 zcVb|AqR^o5HtXo7>4F-rFB%wGED{9_GQu^dh4whTWS4CaO!K~a=(?6}f^IkZ`^*_2&ur?&; zT2->zCxhfG4`P)i%_@^(PrMB5k=hfja+)n%sYk}CFsmSUg66b&PtAoR&jh}**z8iI zaqs=Z+s8M&{5fMu+wH4IC*5wECFZ8gJh$%fhjJd5x&Zgn6Ms&+e`i&j*+2H&=c}J} vINjWKxYYOE?mzD3cYRCSx9LujynJ52d1k5m_Trb1K_!=`tDnm{r-UW|lUp~U diff --git a/common/gtk-3.0/3.16/assets/switch-header-dark.png b/common/gtk-3.0/3.16/assets/switch-header-dark.png deleted file mode 100644 index 54a297ad7541aed9f8010826ee7f0722b548e1f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 775 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>j8XwU zA+A8hKoA#K9i7q;msTE?Tpg8A6_H#UlUNm#QWc$46O~vMl~5CtTos*I6O#l))j&p6 zVs%V1kgSPLss@Wx0~ygEK`;ZzP6kN*T}K~i-{bYVzjAzTW=2#G2TjVT7Q z{X=uWWL7{Jhyg^pM)tbK4tmCpdL|C~CXV{1P6j5<2Bt0sX3hp?E+&>9rdFO7cD@#N zewHBQZ|@Rj?;7sl7UAF)=?FybKosQ!L>^I2p3%-8(av5mexcd^Ae7@DmK_kD8xma{ z8eIhRGSE5>t(%R&ps_3o@(X5Ql$Mc`H!w7Eb#wRf_VEi2$;&UCHD~Vp1zWdmKXmli zf*{BLQAD8vzWtnMmHH0$0^GfpU^t0;kG5F`0$x*1e`IgH!eQs8U zbT-dbGG82@eApk%uv^UYmCS{u-?U33Zm><*=K1Li<5RuQx0$(DGo)3kyxbhb)3EKQ zOS06OElU$ssy=$yJ)02Pby+}2b+XN~hR{6mhh6g9Ph6GSbShD1Ucj$YE2Z7;zTA8& pHH)k6;nbYCbXME>v3$vw{xRh8NSTJPXkGv%Lr+&fmvv4FO#nokET{kg diff --git a/common/gtk-3.0/3.16/assets/switch-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-header-dark@2.png deleted file mode 100644 index f7333eb18e184e01a839aa1093fd6ef9cf01d5b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1355 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*XJ zd_r7-ih&?BG}NJ?AvCnXGdDLXvm!LPAug^mHnt%$r79tzAttRVA_*u`9g$camsTE? zTpf{65t~vI9$yoaToIK}6PH>UolpxDk4>zNPN|Mgu8d5oj!CGDOstGetcgmhiAt`D zPOgeds*X;q0xFA10lr)f89VBkI2f3^7?`;jnmQX> zdYD*xm|A(7T6>#Wdzk@A8*g(E@-epsB3}zz9}8PwOM8DS`v4oKU>oOPTc==K=MY=x zP&?-kJC{&9moR%Eat*h4jc{-acW{evbc=L!k978o@$gIZ@JsRvO!E#*^#+nbK$Pwi znC=&n+5SKjmK_pZ9127+#bGfe;c=xAab=MS6~F+G0--8kI0Jog_~#sTVC*K8 z1o;IsFfy~Su?q?bi-}7}N=eJg$tx%-tEj4(nweWz+t}JWxkN-o$Hc}Zr=(`*<`tEc zmQ_rcIBD|KX^WR_-L`$luH8qD9Y1mM)af(lF5J3%@4=I&&tATI{qED}FJHg?`1$Mi zzdXP5{tOIEC7v#hArg{r4}OmhN|a!GU>+T|>}~GhoXpJ2r@W%guAGt44EfctGGyH{ zSxp0}DQ_1pdhmJsGsex#O!s&G`Lp!(t9?)R*9Z93c~+JtbEmIdx^dT@l=ME06tVbc zb9Thc(Oj82x8T!r>&O3Mr>}mzPf%tV-|>&BlkWUE>?lDK}zam`sRN9{Cq+Pz|Q*LE=A8Gew6TTx9%xt~jieEIF;MbZapxTg=>;bQq$?7vo z#4)fvju8#khA5Ez^+;0bmhSfg~DxStyL34@;jttZmS-gwyS`_lcz7( z`L5W^#HW>Y-xUt-mA_J$*QzqHa6_kaf5OKP$t_ZOV(A`5-rlo*YFk{m`mk(!IX{d0 zip4)~2zllf2D)lLcX)ktk?W!fbIZ4^S@n@G{iR=W=*@|Ho_@N&|GD||@;NaT9VU}O OMVY6opUXO@geCwiH7(5m diff --git a/common/gtk-3.0/3.16/assets/switch-header.png b/common/gtk-3.0/3.16/assets/switch-header.png deleted file mode 100644 index 3e45db3633cc2039d0db7b01c281da4d34fe8739..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 798 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h{|6L&|M3fmke%@3=N};V`;Xs1^54IIK=R|~@1MT>`26JukO36`^!exKFF%3o zqsLAkJAV4ui8IGeoIP>++`a=x4jepo@X)bCM@}9-3Ph)7&RINr?vmN_md=^K^x@O@ z51+lib^pz+2XC(4esv9q?!3Bm^Tp+xFD~AAe(A>Z^Vgnj=yy8{43Wr^AirP+MhQu2 z8EqY1J9`Ib7gslLpX8LZ?%uxs35%C3UB7AbzWoOd9Xo#I>W!PXZr{0c|KX#@kDokw z_Uz@$m#<#EdGq!i2)qY_uVC===kMRY|Ni~=&tuP%-N4|N^>lFzk&xVb@MTz2fC$@# z{wrrTe}Cz_Zk+i{BvxdA6HeW?R=+@ zqPO?nRmR=l=J9mT6o-t5R~|MbPdfF`hG}Q?bmw=>D`WHznioGUYRR7DW!tN`_R$B4 z_95dlvOWb62!3Kda~#Iq!@h#$$cVVt#9PcMt#v5-prZ^btUaS=M{glhBaZBgtq8WLY4dm>3r6O4kvNtYq z^pa$_^~}7#&?D3PaKNue?aDEeLtb6}@bp~_-%kD|MLRnjz8wKO)KP4q%g1AK755J0 tO*j>q$Q5{UYEh^<>)xn1zobk57#Or3JoOWvc^nuU44$rjF6*2UngBQ>>v;eG diff --git a/common/gtk-3.0/3.16/assets/switch-header@2.png b/common/gtk-3.0/3.16/assets/switch-header@2.png deleted file mode 100644 index 7feaadf8e32987805438100c6c562b98fd05e948..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1406 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42}!|N8dB*LNSj?%2J5=kEQx z_Z-~47l;n+*>`B~{v)s6etG@&%a(1sw{G7vbI#&fbC=AX2SiKf%wPKO>HCMz-amTw z{{G{4_n*AGdGF25`){t_eSHIn?!CTw@AcK&udV^nomZD`zPNnz#f9t7&tH3X;rcVD z-R~X(V{}GIkY6wZBQpyt8^3^{h^Uyjgp{<5tek?Pl7XR-v8kE4rH!qBU{G*KXk=7$ zVp4K?W>!v9b4zPm`{Zehmn>bjV&%roTefc7zGK&(qsLF2I(PokNHvUv>~-e-LDTrRg`DUdQgBm{)vU9bQ+(vcy%g z%4HAtZ{>`>w)nY+-zV5TnNyRlW^P=bwQ)`A*QMJoUVQcC%K@&-j|;b1^1(c zTLT>rRl%ecfm`2dl)u{j`?8SYO9Qu8>-0jx#aNTwDYOaWvlX>qKrf%WHeauSnPbcTI8ARnwhHU8OEk<%;k-vlivp0L3Aq}KwG z(|sq-Sx@`Bvhke81=AB37Urm42oIY!WBbwh{j;RQMPJwzlyt0Tsru(Q?O50J_vcN_ z-)UY*7I--!;$n3Az71acGGz<20|dBARxtcmoND#qN(qNs$_r!XmNRp9ef+ud_mK(9 z&h1G`xF<64r035=0$m69e3A?2aGU1F`Ly=h8U8T2E}f+u@^A7aOtLw>dNt3dy9F;% zU9n@uvy5{*S%GgOZmB&od11oc5!lIL8@MUQTpt6Hc~)E&jWly zT!AzYgoc)frgbC~G(=@qL?ktY##P4wQEFveYC}v?O?YfgY)VaZVr67}ZDdMSWJ*J1 zQguv9ZB%k~R6=!3QdLY+ZFC}#T@{;D6O&jKom2yq0+ET;F+h}56Aj{4M<-WBCj-r? zj!LQti!Kh0E&_6+K;kuFF-2iH{!JL{^sY+?j zuPuzXoUc>1*EY3Gp7pGXUBs)@cth#(dI_bEM}xjsG8jbh9euK4LXITEHnk}N^V{yQ z1Qbu6uw356S@VATsc?ol(VizRDb8=25cAZZvBXtKs7TKB-S$nf40D$**q-r7qS|48Kf$Yoi3T|f!T)78&q Iol`;+0Cl<wNlBg2(Li>2Kte-8K|@q#MQCzia&kjl zTxDchab#LUVq#@PVs&U*d0bjURC0AfMn!B&O?Z51Omah1LQPa^Ra|myOk!13d_`1B zZER9CP)%%NWo%+?baHKE5{Mm>QWKR_6`NQSl~^5yh(IQQ z)qt!33MK=!08OYhwQ@JN@-(;cwy^QGa`3Zp3b1hsvT+Wwa|*F@4smb|b8-)Na*uTK z40rO3bOxblXYW{7Ao7iO_f7N;NbwFx^9{-J3(4>Ul3`f^Vc7xUK$II6TN(~T@nw;T z6_JTmk%>T;fc#Q!JaH8;&}&M9{DK)6nV4BPxwv?EdHMJS1O$bIghfO|W##1L6%>_K zR1FM`jEzmq%+0NB>>V7P`~w1mf+C}nQ&Q8?b8_?Y^79J{iz+Iss%z`&8X6j#TU*=O zJ370%dx!!IDVszX7?^@QT^vIq4!^zeGx)ND2>XX1{wq!2IkgroateLLs-d6|x*_0p z(2W}^0T*(ERXHwQdj0qFq%Ey#cT>XS651s9*_W!ltVvtHefP(oeno#S-ISK%bQgcv z5ZTk_?!<3Z=~Z38WOLGG!`)WSJ$?>}bG7cPYAy}f+ptJzy`F`^Kk<#P=BHko@Y)e%)t<{I#DG^q4$b zQg}7D|7JhkoUZmoOhbN=Qb5~`Ne};Qu&GFPn(y$?c@;-UoUzK`$gS%>Y6{P47m@es zgu(pURk|YYmS_ixooR% z@T1Gt%D3dAWjtOeeZLHXWL|O zvwk%-+h-ti_So}kmdbLC{-&z${_4)XQ;+qv72PwP|1SOXs?D35tn$vX%;GQG&i9_7 z@^aaiK2h0QTbhdB-Q>R?JF%$G(r!gvcgfZ`b-iAveP3@i&CZwCGty5wD3P;7_iMuH zro?@$fBDMyeO_oGQnG4E+4^Z(SIYy|cJj|F-g$JMtVBE$|0WZ&g0^zQ_b()6=Jl!Z nd#NnGd|1DlNqv4`U*bQ;oc5!lIL8@MUQTpt6Hc~)E9|C+r zT!AzYgoc)frgbC~G(=@qL?ktY##P4wQEFveYC}v?O?YfgY)VaZVr67}ZDdMSWJ*J1 zQguv9ZB%k~R6=!3QdLY+ZFC}#T@{;D6O&jKom2yq0+ET;F+h}56Aj{4M<-WBCj-r? zj!LQti7pI|EC6z&K;ktaQH5bKMNvsW1=aqc+5X|V(LgrX1U*9sJ!2qp(ld3?H+9lC zb=Eg`Hns3HweqyE^R=+^b8rrGa1D2GjdTJc_edvCAc}SdBJWtguq$vu;}7Q zu*1CX3#R}*98ePE7tFxO&o3Y-B`vL{rmm@}rLCuDV`~>078V|noRXcBTT)V5R#92m z*woz8(%RP1(b3rj1l>J2fs$Hd7z5ByPZ!4!3CX<&Uj{WLNU&XKzj9_%j-hGp_E62s zuXH0t4AxwzdiOuCs3TDzZQuNP%~Q2QqOV(tepwy1wPDGh!24Ty4}W7?Wn*5{@%E0j zkmUb>r)AO;PaT*v!*ubf*K$tM{L@rs6tDWy6>-5&Hu6!x%Mj)bq8?rjONAQR)HUUd z+vY#{F70f}Fn!yS8)tq9)NAQEKWEt0wnXC0td1S~c}f{ecsvbfepP++F`oTEtFESU znosJZ?(-KU8+K`fv_vhby`p9skOV(xj9xim diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png deleted file mode 100644 index e0ebce4219bf5b0c278795661b12f628db9d83f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1289 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42=B& zJ|V6^#X!)|&=4BB$^l3g7W$?&q@@A54Sq>wNlBg2(Li>2Kte-8K|@q#MQCzia&kjl zTxDchab#LUVq#@PVs&U*d0bjURC0AfMn!B&O?Z51Omah1LQPa^Ra|myOk!13d_`1B zZER9CP)%%NWo%+?baHKE5{Mm>QWKR_6`NQSl~^5yh(IQQ z)qt!33MK=!08OaXGjz~11|latQwM!hXMJ;LLsMsC3r|xZvH~J+b0D$-B3}z2a`3Zq z2(WPqv2g~XFgxcEJLfP5AaV_Na*cFyk978o_4G^h^h@#%NbwFx^9}-{4BvnZzmP1y zFd)hfi7pNUqF5j*1qM`jd|6~-MI_LVU~jHbUB4U{AFU-pe!&ckOw25tTwFZ7ynOru z0)j$9!XhG~vT}0r3W~}qss@He#>OUQ=H}Km_709t{sDnOL6OnPDXD4cIk|ax`S}Hf zMHQ7*)wOkX4GoRWt*veC9i3g>J){A#4eDzc7?`3xT^vIq4!^zeJ6y<7guP%%yXdXo zE2n1WuUxWb%at=K#yt%eZkiTOZB0_#UbHx<=Hrg~iZ|QTe$P3%`_BW*y81_RSnbl& z-k-S_IX~aNTL10cg$D~tq{?Q#%&0IZSvz;x7B=^TlY7{rV`m&#%(6z;yIbB;Z>xr; zw1(El4>On_@0VZw_r!#@lx_{Jvh(@R=Sa0ptxW3L(6y+|FKX_&m0dnLO5p~VLYCj$ zDRbXT_;yF?mASjJO7v8>u{;uBRFBOmxpgn>(h)9uXnir?H4f9)I`tku z@#AoVo~3q@*MH1l+uJN6J1cqj+h2ET%-*UB@_I4(x2HX{SJ})gZ_~cY`_**S z4Xu0TSk<0BbM?)#bGwr+obuC(IBs$*?jGy4k5@XIQV+ksF23f`#iqGe+k>WC%x0|? zGkbAC?XuXBm&_9_AD=6jRT+GCf!S5TZ^w`5iN>n@lK=9GI=?g8vsYX^ z^1E-xoFxA5ePS PP(kGB>gTe~DWM4f`}P}Q diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header.png deleted file mode 100644 index 009545df62b5808b8f6b929ef9cd903a9230961d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 720 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!Hj|T7vICe}Dh}8*amopTB?p{0rfJ`tsw`m!Dt0{e*DmE?6-Sh!(9}uxRDsqbH6Y zJ$3Z>spBWk96xdH#Hn+qfauJHGv_W|xccnk&F7bIKEHbB<@Gx+Z$Ef@`_bD+&pteQ z{sC;@uP@(z{rL6!?_ZEDLAE{VKp%RQ1o;IsF!BosN=d7!Yieoh+1T2JhJ{BYr)1~k zmXwxNR5ms>x3sjjb#!!eb^$?m4<4}S;UXOd21Y(l7sn8b(|fPnENe0lU`seS^;%cN z_FY%+UQ-R#c2yCTGXL~XKSe~hwPIPpn~lk>D%xzx`Ka|=Pkp|d-8`xYOX018adrGvPo_1 zn8w-`6n!|nK+5D~K;I9+hxT(`O<8C6rg*(UNbK*4Cl~84dHLe<%Xo=b3HFCr&uAAB8m+TQj3 cKXEIj2%A?uji)9o1co<*r>mdKI;Vst0AjbD<^TWy diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png deleted file mode 100644 index e85297dd9c981895f4325629fdf480894ee5cb78..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1245 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42&fK zJ|V6^#s7yRn7d%bJRn*GL@O68TDfD_{#|?a@7aHN@BYL4_aEJV5QvWNKYaY);p2yo zo;Z5+)Y0Roj-NPl{KUBvC(fNack#m2XBVym(esNppI^TD{OX;T*YCW%dGGaY5PEz2 z!P^H<-amNu{?W4!kDh;c^8CZ=_ut;W|Mva^5dHY@>BpxpK=kX!uiw9Z{RV@-VDSGh zIH)y$2o?gvy{06{FPMRmiJ66yi-(twUqDbuSVUA-PF_J#Sw+>r(8$=t%-q_>-oeqy zKOitDGCDaWH7z|SH!r`Su&AQ4s=BtWp|QEOt-YhOtGkB`aL$SA69WTNu&0Y-NW|f{ zH~xlS3XotgSQ2#6$9S#J=}BI1T)o#UnIzG&ZbSL$uSH9HrJ2}N8e=N|{k$Lqlcpye&6A$~DA{7(y9ar>&cKzjk;3f9wu31mM z8r##Fwz~T_0y5R&-2ykxyvNt`y=_ah&*W)Kx=ndhW50iz)2NV>eMD$&OV-st4!ez| z(ku^o_9ZU)u;Qwv{Mw*HylWS^y;^kBQhasR5@(Y+CU;(a(KYn4YFkv5e{%c#lDn-k z8&8U5x!rmFi#xVWXyaKkuUQ#Z>T>V1z6Ee?oi}gJoo2O#9xR%RW|{0{w{4JD(&)YY zL+YHsluiRtb^9MlUsr!jyC0T%*+x=#e@gN4t-I`x6un-#e(MJ5ZJG+fJD5JLS^8xf-%6Ez3A+2- z59M@Q+wD-QU-H+guu9Hr<+i-TXSe^pqrL39{?#+$8+~Ie)qn1leOI%$Q6q#aa+TU- zt+QfU8fsQ|lglILajk3Mj^y;4D-?U?_pxQ^;>sVJg+88m^yaML{g3xG+zsj(nC}|) VzF4#U959(Pc)I$ztaD0e0sz2l*cku- diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png deleted file mode 100644 index f4398f604cea201a384be697cc410ec161652278..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)ETLOGS zT!A#HfRmFmH#fJkva+_ewxpz_s;X+voH;XR&YU-I-ok|omn~bic=6)p%a^ZPw{Fv> zO`A7w-oAbNmMvR$?AWn$=gwWbcJ0}-XYby<55eI6{rf=r5g5D&gST(r0_m?`zkUaU z-(c|f?_W6M|NsA~cN|23j)zZ?|(J?bOx3sjf zvbT3|aCCHXc6E!5i;qu8%r7V`tg5PRZfR+2Z|{-%E$oOnr~FxA(cT`lgx&c}YfZ z@R0}1-dnC`g_!wo{#R!DNA-&JgQ|Jl75p7~Z}Ogf-j)97iTqB+Akmapv3@_QK}o>V L)z4*}Q$iB}XucBQ diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png deleted file mode 100644 index 67ea825a4dac0c1fcd15b7bd32b42e7c1aa4c652..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1081 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42*mM zJ|V6^#gqe1PEH{qAwfYwDJdyMMMVt_4Idw$;NalEz`)$x+`_`bl9G~z3l}b4ymcfQR8`fqv~?`4tgLP9ot&IqTwLAU-90?LyuE#VW8>oD;}a5-Q&Likii(R%N=wVi z%PXs@Ynq!|Iy<|%dz4ODyD=~@nR~i8hD02GJ3Tx2mV-#!Qzci9%!W6STSPtvt>uVV zdTWx<)J363#Bv00{{Qdp!?caXY>UZAW=YRbd@y@C`r}Cj) zDb4TtBtuEnS?8LBQZENiG?Z#QJNew(4-XS7Zd=}SSlA(!5~kuCmK~ns7Qc#BL`(Kz z;Ul&;_cmJcmIZ`K$}AR2``A-h5_M$4nIlZ?Yrac_-xYfGEAEHo>6F?7OeO~=POE)5 zP5)cOf?ewkmi$>Wzr-S$X={Ms!vBv{65Bbqb}OmYs|DnJ_2YT9_><=UDSp}k=|Z6a zYHNKQBX>+{)GMsC*5%xw`FKO24;&XzB# zHP&BNzJ2-l)}6OrHFESkSy26h_mT~JM^(UGR@p#3kEd5d)x*vGjYQd*Z3`6I+uu1_ z9-Pp4zUV@wM8H+&faxL6TgtimL{)Q&le)Y&S#V0X_ikJylyX%~bw%1ouYehgsunI< zVU@c`i}|f)rtrj=M1^NH!Iyu`3H#^9b1Ufbsk;xKgdEuzAamC~ue90n`m1BQ=?yxp zyH@^}I{cA;!aI)`t_?4x%vY#cIM;Q*mcO!Bm+xoae4ZQc^pBY8-HSWMB)0L;zo$N? zQt=@gr)2&qnZ@d!?k&r=kovnL)BKc1c88d#-f1?CiHb4P{y+Nle@%Tre_ErTxBRw6 QOF{Y8)78&qol`;+0C33TeEoc5!lIL8@MUQTpt6Hc~)EKLdP1 zT!Hle|Nqb21%h|y@4vrv>EXE>uP@wueDmg;3)i1qxc>U$ji+ZXKRbKt*}1FFFI;_i z_VVMimtS7E`Rwe~XP2%$JAd`b1rU0E;o6IH*PdRy_VoOn$I)C-q#cR*5f*C+@p!RFGU){L<3aApO{^GUg zcOJgI_wX&ygsus5yC%%*nl!Ix(!3=rcPv}IYsK0njw|5@Bef$2~r!T)gef#y}$L}A%e*gac_xE2A0D74z{Pr%O=Yvav{DK)6 z`S}F|rKF|R)YLUKwY2s0Y;5g9!@|NNl2cN$b8<^cO3NxL8=IP2T3TA$IyyQ!yMUm( z2M@6L^JX~%1EaX7i(`nz>AhEOh8;2xV0#ee;Nln%R_G`Y6Conf%jKcX>ygv_^0z%t zb7J;m$(OwUuf}|__Eev#acY~e*W6Gk5zoa%v$%G8e0VbR=A7F(J(j;_aIZO&c(&x3 zVY|lePFe751x^-Yqd%w|I3USIX@(kM1N@@JG#*{r*Pnb85|<(?1_SxE8-qQ`G8Lz_NS3 R8o(G}@O1TaS?83{1OQCJq?`Z% diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive@2.png deleted file mode 100644 index b0a2b569d611c70dad934bdded3f061186376543..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1331 zcmb7@i&GO<6vo3t1u94Zbp$l>EK*T17KSz=3817h5FskU*zrL?K?sjjM2e5tfCh>@ zRP3MuBLd;&SR6$J9SVrpB)cJOLWohwV>c9IqCg5V485U$LC<{W-r2L?@0>e(XRlFX z_SxIH+Tn0GdrDM99N15R++kw{);D;_7Hn3zWD3p3#zrv_I}RRgv!agV;&5&c&1vzI zYlS-~ZeT_xFyk31%)H|{bX;Cu-nP@3>A5G5XVJGYa#CwP5?ygPi$-cREfScQmXCY(iX_9vh5wl*m9DKSkR)8+V|8II zhkVoi;KX+C`&PA`;pNo2z!P?#+`B%F!5e(`U_)Uq{)!^DyI&nj9uMvrJjm*2kDcEc zV@M~iZ~g4YNq%zdx^cmJz;|S!Dk6Hx_WPOI(B_^NMMT+(#l58JLqVbV9YHT5L)~hp zEYrVTVzb6%%~gY@fg$3X{Q9`8~$ogM7sU!;Wz(q+ZeAXXsW+J7?YK&gh!k WfsG399$y6f2{=k*Ohh~R80%k5GVKQd diff --git a/common/gtk-3.0/3.16/assets/switch-selected.png b/common/gtk-3.0/3.16/assets/switch-selected.png deleted file mode 100644 index c2d2186b7c0bd5bac14b912d1a4c0263236bac21..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 717 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc~)E_X2!E zT!A!I04pnNetv#+b#+ZmO>uE?Wo2baNy*%~bLY&NGjHC!MT-_KS+ZpD;>AmsE?u!= z#j<6~HiE(C&6~Gw-MS47wr}6QbLY-oyLRo_vuEGFef#(Ce*goIkidH+@ZrOUZ!qv1 z4E}(@UoiOp|NpAJj&VTmd6oqE1v9X+aq;mB2#SfzE2yZdYiMcf=o=Us8Jqa{`UM08 zCa0uiWMpP$W)&5emX?)QR#w&4)~{N#cI~?L8%~`*bN1}L`w!lK{P^YTw>Jx)T*l;fhO!6yy8uRKfHdw=~g-ZO%+UpHn{dY+H8S@_1V%5dYYzPQcR zj-s8r)q=iCdTkdK$($&B>YV0e)wG*1jyF#7C52Yu`8FS8cH5X;e zt#$droW@=C?&m>A*4ggcI(qmV?(gjoVY(Q9pudKxq}HQmp6V>Il3NK?=Y!R3q*!?l zne@DGH0RiPaPjrq%F~UEujv#_F1)^C$It&#o*SR9J^z4v_3`yrHU7q(k=cKIbz890 vQ(m3h+Zg6Iu4}pRPA$m%^}K}Fb^S67Ud}DAW4c+6fYOqutDnm{r-UW|d-6fb diff --git a/common/gtk-3.0/3.16/assets/switch-selected@2.png b/common/gtk-3.0/3.16/assets/switch-selected@2.png deleted file mode 100644 index 6e1b8944f146baf901484833de12d8f0ff4e0995..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1216 zcmeAS@N?(olHy`uVBq!ia0vp^89;2n!3-o%$)D#0Qq09po*^6@9Je3(KLBz$3p^r= z85pG3gD_*9)I=Gepk#?_L`iUdT1k0gQ7S`udAVL@UUqSEVnM22eo^}DcQ#TC42)p` zJ|V6^#dHI#tgKvITzq_d!otGh;^HbQDjFIZ+S=MaK0f~b{(*skSy@@Rxw(afg~i3i zixw?fx^(HXWy_W?U%q0+iq)%EZ``mZQpVJ!o`c1E?>QR z?fQ+Icke%V`0o9Ok3WC?{x`3FcM$^vQ@p2(V@Sl|w>NHw3pvWL7jPW$PFdHn#pTea z+pdQ{ghggHl?7f(N;Y-c?4+|nBjw-!>1osTbk4k6^Y_`&;y-q8>E4&=KnkO7t+Q2P5CnzCxebukWfA*9{-Hmk%JQZ@G@uR=i z=GNp(llg!0bj|v*dCml${&ODjvsSMNJK3{Q%J-bSfZMmt5}KB`-uGy7mmc!bZGW}z zby>PgWQI_?N#UiA++AnST<=WIDmT33^ZrTqLB>K)NmJ#d|8t}_c*T5{P;LFMx8TT| znbubv)-JcMpLW?IN62s9qFE;Yq`MBg%ayc5Z;wrv2&>?GsZ;s$P*J9@>HSxeCoTL| zC$MP&=Z(isOJ1;E;!W;mdbKNY&sIlsT@9{KyO57ew&p&bcNggY=I@TWko)6MyWbv% znc>Sq7W7{){&x9f)1(WJobTK8?%I|cQE7aA`}U{+sarKK)MFf8l`H7V1a0@ph)#B5 z+U<9?e0QFEa_QV1Cl}Z*K5<(7nRBvFo5r5!&hPg)RCZtR$((GsS3M#8LX&Rk>?AL% z5BES#Y+Nt=cD>4Br!m5B*bSy*n3f$S!Yt zN`9B~_oFgT?e3er*==ccYUZ}7(Klyp{_GjE)0O+goW};H?-FII89lx8Rlna{XuHFy zG-tz!^V4QNZhp1>pwj#}&D4qu5;Lyv_*vFndGw37SK8wh>E^Fw)@4hmss5b1ZkizL zw63XDtMC4+3)0kE6t&oeY2EZx$rhJs>pto|a}>P(|H0M!8q*E-GaO+xW!}rjRtqXV NJYD@<);T3K0RTvLGB^ML diff --git a/common/gtk-3.0/3.16/assets/switch.png b/common/gtk-3.0/3.16/assets/switch.png deleted file mode 100644 index 3bc55877e42a5bf328abd5e09b449ed63c6c3ee0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 765 zcmeAS@N?(olHy`uVBq!ia0vp^CO|B~!3-puPUuYmQq09po*^6@9Je3(KLBz$3p^r= zfy%FgFr$;k>oc5!lIL8@MUQTpt6Hc|`>jC=t; zA+A8h|NsBLaP#rSi%-s6eRl5Jv-4M4odhfav_S=RkDf`ipZ{pPsw^ z?A+Do=dJ<;pIrc{0g>l`3a&l{vLOhl1!N8g0X4z|L0Z6EuwJ0}wL7oiBt#j|sB5=h zUI&W-Mf#w`b-0 zy(>5DU$tTHstx;AZ#n>UD#Y+x58ePxxbyJsn|EK|y#M<7%g@hWe}4b*`}@z|KYsrH z{par=Ao~07@85sGa4%aS0!U9>XdKYAm6lf+fx#=|>Eak7A-VV9^Pocx zB5W7*nUuPc936BbHh6DXq%9`WddH!Mv1jM||4L40QWA_e+gq{+Pd||-`*O(w`Mfk? z3Gw?owzJQ>zFjwHr{)oXD64Xd2Q!uwZR&7X_N?f{+X<%*bJY}w>-87<2CY;xTryQ= z-h&B2p3EB(HXc!0D$>w&R%o`;D|wfH8N}th>oiyC9$D?U&zRvi^RzD-i&UlFFY??M%TPI6HC`kzU+UQN$&Sje8J_7* zEAiB1b-4ZS87H6S+YAY>xPKocuB%LarBgF=)@jA<&RXTCIhOd#@>!^@lvys=^)&zO xyysuv=&g)-o@Su8FHGn4k_FSdR~P!+mM>!C>Qp*s*aHk~22WQ%mvv4FO#o?*sN(=^M5Mq7G>Jw=X{FF2C=~;- z0*aA+x1uZ!B3dvihUA6t!V*v-S-~Vo4IvApH`?j=Pv89RyXSuAJNL|e_vM754_I5- zS|Jb!YgC{=2F%}s;bCC{-n|YiOE8%b{7_g63kx3q&^TCHrUph55D2?_hG7(Cdwn$! zR}lkn#ITgpL{bbs4nZQ3wj?Ac5n^LfdJ7Fta5zE+EMjs+tU)n*NW$Pq```%{cLEv| zum;2sEM~)!KCXl{B!plQ8#sXtmN2hJ04Y%NuVM(q(0`s!wV%u%W6<}rTCm%vzMqT#8|UWVzLH;h#~nR({6tjjsko#w z$#~+~bLaD~lM5&}%Bxyh+uCUzJ@n@TnGwke63HyZvl?TOsC; z=!DA6lpdEGx_Yk+zkZjZ7k!Jw(-#6A@aV_e3QCH6TX093b(qNb6kb&*#qj`o4NlJLj4^6E#}%wBg&SHN_!|nk&kUz7Xz?4JWjE zb??}K%(_DT?rc)<{jjlbZY{==ElyVaHt84N6`!>n+nwb>R$S^Ip0eYc=B4gPxHejQ z-jiWf925FrFzT_S@OX9>wZIJ<;7QrE_kiPC$?4V3_PxIK3Y#A^p=QcmyKviV?6XlB z`L2n9&qa5Ar%OyL4?{Aa_zhPrd$RI&PN%U}N`GG%+0UM_<2g%^JugEU7J}-UAKB`V z!(SsIOG}!u+txx)<8-Qj&O)J98a~>-X`kwn^Zu(#Bp2?vT8p;ad+e4xN})b~QsDF& zI#&G#gNbstPYr^$y&&J+q|3%io`i9nBrETFKXgAO8n9*@97{TSW|FbdOcVQMnjZZK za(@;bm1YxYx;ZG_U6|g_usO0i*Hs<9d&u4+k-JpjP*{3MrKSW!t-7*e7avYdKucUq z$z?Lt5=r#zdhcVLm8ZDoV|PdBk+4ypVH-Mjl7v6l<)i)u-_+ZoopmgiF{mSr*>N-U z4cb0rrWs_>A~JN^W`E#skTR$57 z;`^%dQn<-XPP{ERQ6k*nTI+?$Zys9(Y`OQlCvo;Q$*!e_F_ZWBXTRV3J@-(7U(xI* zb|?E)%D?_PS-m5qdhK-;eb0HvFJ6qgz5V69hsz9Xu2rqL?pM~iw5;9sr0U7wN%z@R zZZ4~CTU*w4TxI{ODsx%cDCQ$u%i0?suALV@spgjAv56l8B!Ya6b?YMQe|_5EyZ_Fz$B%7lFK=*O!>V*S=l{>|hsu65 zmqn=GH<|YO%h5UZe*>7D95^@_6%|-o8UzHeaq!6jb>Y+pGZCAaFgdW*1T1KnfWu*M zLp%uhKtTnr6yeoh_P6-X|4w|nb&Ff_yyKSjoJnp4zMta4txrZNJiGbMUF0_7VN+n7 zWKVitmCKx@De&GiF6-FzSwGpkB#)S$jGnYyW&i81yH%d6oUPvJl6-Ex>Eq?IewMOb z4J%&Qq5D|c%1^mUu&>%?;(E*_m(M9El$AB!AFDX(DtT@ bc8WikEzLKv>9wkWk~f2=tDnm{r-UW|J+3%t diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png deleted file mode 100644 index caa0384a093b9f7872d3720a7aa4865539897650..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkZxdTIAd(Q-`L@ht?f=Lw|y3l`^_EpS~`Ik77jqP*W78JrQ?1}Fx$cjC<~MViU84G z3#WbNAO=Voglz#61ggP{+IhCd0Ik<33GxeOU}6;!6$=Up4U11mOiE74C@!n4YiMk0 zZfQGv?)-%hA3uHm^83%csIe>Z^JzX3_BqVbWdI~ieFfbep?Ah^tw+4&ov;X=g zu7UI3JX>E-yC?3b>V?@Z)`rWCGv98t^z4Y56%y6ku-Yod{A}8Sd5z1f680r57jrPV zdH9+NQ{dk-3BSU$A1qvFAs4xdwIJ}YZ@!}~qvEgNG?mKi^|F^wYFj^@aqmUV`q#fT bAJ5lcSSZ36u{J#w=oki1S3j3^P6Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LCkq1!w?_ggp|G_%`d>ay3$X}_hzK2yj2Rt^U(?eBh02KonAXy6s zh!oHqkQT6MAStji2m_=5tQbgw*p?t!QqkOV;jBR4`j!Ow1v4-*vnwbnDXVB37#bN{ zS=-p!**iKpySTb}czOE-1_g(NrKV*T7ME1j);BaZP1w6{|B++IPhPuz!W+-kW(JMgx7&x|!$9;&A&-05~R374Gk z|C0V(QK6e{K_<&PX08glE4_!=(*JyH<$3?2E{kP)?Ava=dMV=Q*I}%$&)mB0%T8X& z%FPkiKj}3%{Z1CPm@1wyRn(f9OZq@zcpT^Jz}n{)?f1K`ZctM7dtv!%mHwfwE8q9| zop)NYFMQ3er1#kt+!K=&udUs4%}9X7VV&ywmQvMxc8(-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkp5(B{Mpd#p~Xi7tB;13AAuqUmY)oOTqqlbVPyT$*yfY9 z%O@MxACsp4m@((a%(*}2F8n!v@y|ueey(2kYu(0Q>o@&czxmgOEx$Hy`L${5ubq4T zy?yup_wWCI|Nj5~UpF`JFwh;MB|(0{3?iapK_Q`yP0cN5&z-;U;p3;zU;Z6c4=e#H zX!CS&43UszJ=o}XSV4s0K(o7Ju5s`G|NYT#gk+ZZuoc5!lIL8@MUQTpt6Hc|`>jDi6^ zA+A8h{}~wG8(4hMGy7m{_0h=ky`jx}1FQG?mLK#iJ{XyQFtq+;VDU-c{F9#bXG6>P z`qm%xtUl=j85SQ5tw0FK(6{(#X!+5=;-i7pM}12WGPL+)XbIA202Bu!pc*IxB4P#Q z!WCdL41w;k{%C6V(F};}KbkvyvT*!l>Ga9k`LjpBXP@BjUHv~MPW>@`&W{;$e$1Np zW6pw~3zz;}wCv~N|KBKa&@&| zjj4*=6(_cNB_Ssp9;*DxVO?@QM2z{<=17j|iVQ=w9a%qs1A|sd`PR=ksQv zHJghi1Pw#j*nS4NU4JOdc~~%+DQtGml*YyBn|QS~Zdt9-p49v4qxQ+@2<=5jAMR4T zS)p7R-y|xWD{Xt-M2`P~S9e&$^S)Sq)h{A0w_VSlwB9{S^vj!$X^pR+G`nqPny!3{ zZOvu>Nz=tuW{XA`UJOgT>Upg}>ZH{g)r(FWtWtPmO*b)ThnP%l`*?NLp%vTqB`i78 z^@zVXX{GLuTOp66P5~VpVPow2Cuq(zd9}?F6ZpO7J22InwWl<6S$tUX?5KZ%>N628 fznn^+f0xbcV%tm}A5-fD#sGt-tDnm{r-UW|5w&aW diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop-dark.png deleted file mode 100644 index 7611f5dd0803772b0f8a5c99bc2c87ec99f1f103..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkY-@`4+Q)7?_ag**v_2?x9mB*2aLAwJF;`<{+;{xZ`*Td`<_EP_8s1}|LBgrhjs!P zyY}zeb!6B6Bir{J0E+D1eQ@`_BRh5<+O_x4j@^fM>^;15_dziG&~BjmJqLI0IXrVx z=`5gC$|XU5!3>N{9Gr?uN^0sF8d`e#21dpvCMKq4K|#R@iHS)msi|pcn;kZ&0+rW$ zx;TbNNah~&6lyYHU^p14^kCfzolfpE|K&5g7TMf98~@O7PuySI4J#&X4l!D-CLZi5 zHpy-Cij53%ud3|(+NV}Avwd~i`*g`S2P5ml7j+mt|6U2$dzFLdRp0BWYi}`^n{K(q zww2N8le$>S(%1*Zuoc5!lIL8@MUQTpt6Hc~)EX99de zT!Hle|NmF5TD9>A2y6p^6WdOl*mC&ro;@cwZ{ELoKMrY}>Z|+xG9@x%1#|5IC}b|8XFD%O0TK!#npM+r9hXwmpY{_JA2X_8!`~ z@9?f&`+?%juW?%BU{&!HW=5AFbR_Z``}2Pg~T?%I18EO>a=ULg1I zj=hI>?moD4_hGPtBR~Up1I+{}KHT#=vRA3y(qfUvNz@QA3`xVVJG#H6I;a~a{TeVcZm!L4HICzt4GgURESHaS?f4;CsI(Or O>I|N)elF{r5}E+s$yJd6 diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop.png deleted file mode 100644 index 47ec30d89eb70f6d4d037b176754cef95cff1e69..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u7fKP}k zknZd2YiMYwsp+b0=&f$(t*q@TZ|FFC_QHh=S1(__aq8^l%a?CnyLR)={YQ@;Jp~bu zo<4p0x(cYcuBWP@>&K5D)eYTMbzN1BJ&mms8#^XeHgp3;Y8v~%QoYqp-9ScFU1wEY z50Fu(@A@8St6E8rUoZnFm#UhTwM|%9SU3noL`25K#%1N?0zqD0VPR2GQE_qclOvh| zKpicfE{-7*;ko^%g_;}$m^a&qiHHigggFLQ{rfMzS4X^ipX$n$o=a>eEt>!Qp8D)_ zObjhLucn@u zTCi=^CbfAL2^tG!8f^C6-LZRrQsx?~V>Wk>S={#xo^Jj2BlE$zLIDhAf4hP1VeoYI Kb6Mw<&;$S*7P~9} diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-backdrop@2.png deleted file mode 100644 index 3a27f104257b8ee65c5df3f547cfd4664cf19eb3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 748 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E4+DHc zT!C~$!=&=^j)sQ*l7{Z8s@AHi3Dwmt)h&Hx4V?`Qoz>O7ery=66>wYA;V z4ZW4MU8m1otgh>-YUsXj;p*kfHx3>-b?WTp%hzsR1EQOE?%cV5|Nf)vwP7ynFKw2tESAoA>YEe*%HZy6(!x?y3f$nY~}Xe(jk!`|H;q z-4kY3)^$}k^i%=uYV4^5n%2!HeX&D(=IaM`vODpS;(6F$ua43j~jEahm zj*bC>*!cLw#H6I;w6yfhtlZo@5XjFj0D{7zqT=G>Wm(T685kJVJY5_^BqY}!%#3CX zlwf;sJ!+zWJL$m~BVu3lao{{V%lfTdS;-stG+ZvFV!hnna$e3qnaH3nunjn(dSG z$e5N9DB-=yl6{}_6Ct;VDLOq&C!hWKJn@NXPme~W#X1kO`5yPyB|dSfY<@lI)?a;@ z+(5SvcM2Zo@m}|sA{cX7%{D04aHbbstH^nJDbaG7{R6Ybx~repvH&B3!PC{x JWt~$(697+&Tyy{c diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png deleted file mode 100644 index 95eb2e478e559b81713478034db5eaff2c792528..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 446 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpAD$a3(G7Ol0J_(8PkDf4#2r<=Fx$o2aJg~j+pU(K9Z|DFqIw%vTg8~4O>!&mB iy{K9L`nTre`T7eBMHnO2rl$fO!{F)a=d#Wzp$Pz$gtOZK diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png deleted file mode 100644 index ef6e11d302359d89d520e6ec70ee2041bc383a41..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|28LCkp|?GA&qpMj42?Y<6?G;&{%mN>smS zi#;0=3pDC9kc6m-h&cn60$TwT1ey>Bk_v|)uu7l^NEb2!x(CdKs6>}VR*Ay4OE#1R z`qsB3$S;_Ik(pgVQAt@v+rZGs*vi_**3RD1$=Su#&BM#vCom{DBrG*8v#_|NsK7aZ8?fZ|PzyAJvd+5te1_nlTPZ!4!3CXnw zGp(5d8QLB`_xPsT^5*7t$3;Gor(9g#|Nn1o_1vd8^qBegv-L)wuRpzYJ33gEbn@PCjg#VZH=ZXs5Yzs13-Z67k&|T?0%$EM=V=K@57j;=I z(_`Ou>(xsUN52kZeSPNEZC`fsN>*-;xc*76!RdFhu*FpIgsGy|%v{n33d7?#UkBDc zw`jlLb#;T1s^1ICSF7|7bzS+s&+oj`l6~Q8b|t;fw&0$aq-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uhfKP}k zkpAD$a3(G7W^u#q%E~(>4c9AcZU9k5-Hr0v>y>raD{604*4?P6y;fOw4alyjy8V;goec@ zBqk-NWE7WG)-^OXHMg{#J$L@XhmW5=fBF6A@4u`3vK&A?jh-%!Arg|g2R((F3>X*= z2KMZDzgvSv^x1!X6W73bZ=S6$sNEBHRQ1Aa7i+`i#+h%oT6%Uw%?gR?ZCGs;V}3Sm z!Mw)hRSEkNmWw%<+&p|ug(>jwnS@_q+7A}4vyh8i#aa+}*f-zNmQnFnaGFYG_IlaN oC$+7g&barYX8r5mnvdt}FDw*cj98nV3UmyEr>mdKI;Vst0Hnmg#Q*>R diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png deleted file mode 100644 index 212abd9398631ae9b105e7b4e17746ccdf90c299..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 760 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EuL68R zT!Hj|APNn=ott~TqTxnO&8>=t+od&ED;lnr*Iun^xLQ$rt*YUAMeX(S>Km1{H_NN9 zR@PoCufAScd!wrEMn%ols=8|xHP_1Ou2<9mxz{Rdu9eqa2a**a@_I$xjmnxE<+ax< zfeLDGlmo?qf;B+x*UM|6Y>>*@8x=rvKx%;EAQFn|u2llX;au_={Y@Jhfxh)E3GxeO zU}R=jP*hS@(KawNGPbg|v9+^zbaHlab@TA@_6ZCM4hc(5%PcG|sj97SXl$CWci;Xa z$Bv)8cKyc9TX!G6eD&tzr_W!$e*6C8=dZv2-X8jLlYxOz-P6S}L_%`y!AxtWK!&!5 z&pp1Ww!FEy-Eomm z#L=(ASYMyHb=#MnypolhBd&kaYjFCVENn4VJYlM+H8Yp=fx_@O&ewsp&n?>TcU|3} zr0Vy=^3^K+LtR(C@AEtFv}9lSnq5invn{wMCMjN9yXTsb0E@#q)%7i03OBilU zEblZ`&*x$K%3`3F&vyFC6Ca=ZCw9)9H{o-`_VxB}9?k3ux+|IVn0IN0-=v6_FQ%Up zVit=xSu``<<6E5byJM1xT?>WytC!5=^-5eVI!!PAhrfNR_}q-WTLS!malzo}>gTe~ HDWM4fVq#~e diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover.png deleted file mode 100644 index ee915d6a66d93e74889d9311d1e14280479612df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 464 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkp9%r^SQ0 zfzTr$dh+AR)9+7TK=p!6`0@S6caRBf-`o2@;_bZ<*&jcCerxLZ*3=HP0>p+W{_(Tj z_GAOl9a<$pe!&bPqGCZIp^Z(=E&KQHKXBl{!9$0E;Mm!7=P$he@bTlPPoKa1`u*qc z-+!%F1WkatIy_w*LnI_~4~7dhIf%F(?6zo{VJuO=BK-VqeZ8M=VBN*Fj+updx3gxg zGXLmuPjgnu7pvt8UklVL9Be0rFr0t;eDhDHolCe4HXpth=Ae2~Sm(?&mbgjm_uMyM z=3b#Xw{flR^li*qp1}{S+JB0kP+2-}fApdQrC)Y!R0=-U7Q diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover@2.png deleted file mode 100644 index 6c9afb626b6d0823012b2c85e1938bbb3118da75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j2r=B{|Y9*HMMB{%Z*MD5N{O$au@5fGlzjo{U^;_R>-2QRz{`Y$izu$id zQ`!Fg#Y-Uj`>QwKU%&bJ=I!@4?|;5~{{uvR`1$_hk9Y5Xe){y|!v~=GU@c(V8`^(- z{q}9r^zUE4eVs4`W)#p3P}{$?^@0T3y1%ved~fak-rDuOrR!Tu=Z_yhLE_DwKoZ1; z_yx>KhuHcJJM{9|#VBz`;X@ zjvPCF{N$-qr%sgJvf_2^JP|QeFKaRBQ^13%|hviHVHCrYt6DOZ*>6JKrk&==zG|qJ-#l zD~A)PduIKRL5wwwSC5owW4Y zZ_bmt5#EbZAKp@lv{K!9xpk`GTd8@bQq}eap)T2nwx6AMSI@@x;;avQ=5Ad6hvj^8 zM(B=vdKpvZKPYmEZv0y0S5!Om$y4n$JsFx2?JC6%eNPnExL#CCC_N!lRg}VhZAQi_ zrpNEnn2#MhE8C;JQS3u|-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`u1fKP}k zkp7gG_Bk=}b8N=vg!Ipe>7NsTTp*e8IUdMO`+nf?_hYBNpFa2P=*e%V&woF6>Bse( zKW^RmaqI5)TX(+Sx%=bpz3&g7d`U?El9&!66ViWt{{dlq$tnObG7G-OgT;UR{F0pc zB`NbuV#W_38>0Bf&kUA-Z-MU6DhcunW)Kk-3knHsY-(=VzkmOM0|yQsI&}E(;bUjd zoxkw-V3(fB(rX|NQ`{tKHMZF+@T#_h2~RAp;TDgWf$a_p*B!$j;yX z|8HWXSp1n6`sP;m-haKY@&)Ur2UEW)xqk7AY2ZF7dduq)N5z_Z@1L?ucvvwC-_FhD zyE2LC4;6;r<%P> kYt_MrW!7J;e?8}(DppzIpUHx3vIVCg!0F)NtHvj+t diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close@2.png deleted file mode 100644 index 28b625ea9c44012f9b40c0c627d610eed25ed491..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 815 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc|`>j2rbX>=fsR} zaT%Wz(m%&%d`<+BUlYN6Am5ul92u-F&#*LKX&5#@zdW=o%we3=!3?<6*ZB0W8Tml&*R;H^>G@yNa=)hM zeof8!l9K)7$4`*5lpG)lVkc&R5SU%39>E3-i?EU)zhDMN1w~~Q14AQYYa3g8N2kD` z;E=HThQ_Add-v@Jf&(CM@X(GS6=U%q_(_8n-^&tHH3{%beXkN}3dxu=U`h=kSwS7UTOZK7d zXXoA3v+=z+>%*S88<+oKIp3TSy5pW+#+3OFid>=_zZUrwmCk(fRC`TNhGs;&O0h%V z6U8;I7u6CtBp1160V9dQ M)78&qol`;+0Jlu4asU7T diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png deleted file mode 100644 index c6a82b744a01db35ba362a2b8125ca909fbf2225..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 391 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65ec69 zC}irR&}omur$0V?>+A8m-_AVvcK6lK`>%if|NlSj{+%U2J48!@{DK)oM8$$aLK~Z! zTh5+4f8oQ&PoKa1JE|U70#s1p>Eak7A<23$y6>=p0E59{p9jj9?){&)_R6#m5z-6} zjV~_#xfY?3QQq{kj^kE5!&duf(Q-zO@~KryN^jS%t_@Zai<}q~wCPN-Ud$y&gM)#- z9a7cFUXzQxHhu6&UdErm^KeZZ!}G1IzdIQon`#C`m+ZIXV_^8hJn@;n)%rpfFQ6M3 NJYD@<);T3K0RW#3r4s-E diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png deleted file mode 100644 index 5ed5c6ce4103a0e6a445863a1469d6fb5a575ee7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EhXZ^< zT!A#h|NjBg?}tu)5HRUc=+wu7lb!@jeG)wBLC};30n;7^Pkt0M`C;JHhar<51x|Y$ zH1$c~WT4dJz^RXeCj+?;gQq+Un*1nu3XuI6q!P>xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5hQ?J_?=oC}GZ%gtNFipnbb28Kq)Ce}8#_Kr@0LBSzm;dS*5jZMva_w7G& z?D)xR*Kgds_43u5kDoq&`T6T&r@9UU10$QKi(`nz>9v!uR~<6oX=PqGB{1!#@)Dl* zO-vorcq{)ee{^_SvZ`769P8TW{Ytmpr+sx(Ewa5Hy?*BHvr=!5i8xh$b-Cl;tGH;Q z>{o8%j?BP?b(P$+%v7J=E;h*cD0t4CZE;)CCAB>PywWQ^zde62c>7|FnGBzvNUN-i zNVB-WKKH>%iH-ZH?U z;Fzbfa~Y>X^@1pw6ORnvGrm-uA{PF(^VJeT;hHtSRv%w=>bcy^zw-@dcoruFX$39q zRV;FqI;C&B-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`t@fKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65ec69 zC}irR&}omur$0V?>+A8m-_AVvcK6lK`>%if|NlSj{+%U2J48!@{DK)oM8$$aLK~Z! zTh5+4f8oQ&PoKa1JE|U70#s1p>Eak7A<23$y6>=p0E59{p9jj9?){&)_R6#m5z-6} zjV~_#xfY?3QQq{kj^kE5!&duf(Q-zO@~KryN^jS%t_@Zai<}q~wCPN-Ud$y&gM)#- z9a7cFUXzQxHhu6&UdErm^KeZZ!}G1IzdIQon`#C`m+ZIXV_^8hJn@;n)%rpfFQ6M3 NJYD@<);T3K0RW#3r4s-E diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png deleted file mode 100644 index 5ed5c6ce4103a0e6a445863a1469d6fb5a575ee7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 662 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EhXZ^< zT!A#h|NjBg?}tu)5HRUc=+wu7lb!@jeG)wBLC};30n;7^Pkt0M`C;JHhar<51x|Y$ zH1$c~WT4dJz^RXeCj+?;gQq+Un*1nu3XuI6q!P>xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5hQ?J_?=oC}GZ%gtNFipnbb28Kq)Ce}8#_Kr@0LBSzm;dS*5jZMva_w7G& z?D)xR*Kgds_43u5kDoq&`T6T&r@9UU10$QKi(`nz>9v!uR~<6oX=PqGB{1!#@)Dl* zO-vorcq{)ee{^_SvZ`769P8TW{Ytmpr+sx(Ewa5Hy?*BHvr=!5i8xh$b-Cl;tGH;Q z>{o8%j?BP?b(P$+%v7J=E;h*cD0t4CZE;)CCAB>PywWQ^zde62c>7|FnGBzvNUN-i zNVB-WKKH>%iH-ZH?U z;Fzbfa~Y>X^@1pw6ORnvGrm-uA{PF(^VJeT;hHtSRv%w=>bcy^zw-@dcoruFX$39q zRV;FqI;C&B@L=H;{dJmbs4vPziTQkY6wZBO?>Dv#Uo?a2k7# zc0N#8+tbA{gkxrMf`Z_TwOI_8&zy(yEr+qAXP8FD1G)j8!4b7l>na* zS0K&6@V}vTOXzUR>H-3NE>IkW>vf*3$_c$!yQH&7K%NswPK10xd$m!4rr zSW^7lsqnjRQRHB41tnGtosYXVD| zMZ**Y&Npn@j$#Zzd?S`8q)CY(s43-b)&?P!30tebmo+aGyThRKQSuVwS`I^y!#rL6 KT-G@yGywoGwqce4 diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop.png deleted file mode 100644 index 36858b0c462d82fa6dd389e0a8904c988aa87082..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFS5;llyQ_O-fhxF5g8YIR7#W$Ez5N1X;);`n z%~t`1wLM)NLpWw8CnyNcSewOg`OKL}?gKo9?4caat6DS}4n?FTFr*c%^HRH7!SKj| VZL!AY#cCk?JYD@<);T3K0RSE(NHG8a diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-backdrop@2.png deleted file mode 100644 index 061e3569f13ada9e9769abcd8ed92d2ed7e6fbff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7^#Gp` zS0D`p4Gj%_eSIY*-L*|Ul}+7M4PBLWot1Un)eYTMbv;1D%6Q5SsE)TJ$S;_Ik%^Pr z*gP&iF)zP3!0LGqP$JmV#W6%9I5|NgsbS~yGc%WJD2b(?o8uH3RQ!ym>39Z1Sd&1) zET*s~m4Zu+jR$2SAMiwQZejr912dBr2#GLG5MoKV!yMMcvg!OB%e(^yM;I6aIHfNI Srd+!Ma-gTHpUXO@geCxY)?2p# diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark.png deleted file mode 100644 index 8addbf89ee6d52a0ccf0b12497ec3711182ec985..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFq~#NKo0-i(}EKta3~@zfg!D6otN6x a3Wi4xY>PEEFIEF;WAJqKb6Mw<&;$U}K~sAG diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-dark@2.png deleted file mode 100644 index dedcc3871bfebdbc65da210f37639f454859034f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0MfW|Nm91R-HI;V)yRdTMi%Ix#!T1-3NE=KD2A^p`Adq2PCpJ3>*we)^L?bvkK_aOk_1^CC;{h%<_xD!!u3GZ` zt~E>lMTRvjiU+octYPtd5X!*Z%)aS>^#-97Mj&o1KkJ~X!K9$daiD^K4GZU$ebwI& dH6(U0GMHN`l;<24bq5;H;OXk;vd$@?2>^8UZtMU6 diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png deleted file mode 100644 index 84a5583cc628653dd5e203c79909759b887cff10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uGfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak7A<24> zvFNY?2ZMp+iLJN)|G!mYSRusFz#91alMlbxt5VmSd-u4X5?!QkoY=d#Wzp$P!;ypHSu diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png deleted file mode 100644 index d2ef62ad4eab22e6407724d1d8f4204e836e69b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 807 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)EPXc^G zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVfL=9l;6m30@@^e$MsVeyL1yZ0U0z5nQ*1IG>@ zJ#`3#P9Hgb=7{^5!$5y}mjw9*Gw|>V2?>jdiA%`IE9mJPxOsSb`TGZig-1q3MMuX# zK`ao&B_t#!CMG4Pq@<>1Wo2g<6crbjl-AWZY})qh*^8gQe&4Q_+R4Dc80YEY7-DgH z?c{9dCIgW+Q=NR(jwX-F!%5$!#p-NTt62Hw*#H0b8%-0MdU(UJobIKP6+x^-4+aC1T#-FI((-1oC?NhzBE7M)9 zUrbZ^FSgFM-u)g&n9$P3#8YxYvM&n%6|9^uSSoNe=~0|ao*nbD`Q_VoHY>hk|7+2p zu&+`;oQplAN9g!$UG*Qc793;bJ)g5X#@p^k5tHwd52v=RUcdbad;HnNq62K}6Gc6a z)XQ$LywJzcDc}&@QX%Nz^x?eE70pR04jV*gzEfG*bj0CF^J}hj8I1+U^|F3Sd)PVY zF6!o*yd#xeUNfm@Sw*+joZ5a<2h}P++2=Q(?{l$z*S@DUa91KnR8aJ^T`y9i)@hhO z^}Mmgy!*%ZcE?qjhc&DoOj<6vbTemRW0jq;WT>*_oV3*UIhv+t6BdUD^I2W2XMEm# VWR-v%A20$LJYD@<);T3K0RUeWC(Qr= diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png deleted file mode 100644 index 128a39da1505934b85102494ab976af03f15ee55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i`uSfKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};Yy&%Z0YI)9~YJ^zKfsv)*-Bo_bf6^Ytd ztk=t>cxvs`?Bo`vyK6eDTQ^@g-lzXrt2|5nl+U$^d9TvnOYhkiT=e3>*SdIK%S~

Zuoc5!lIL8@MUQTpt6Hc~)E&jWly zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPka|?_ZEOkoob`moGqlU%wqXa%%6vV||n7PMA7x;?(&KtrM#1yX%_!>sux~ zypjF^=vA+hAirP+R#tWnPA)DUUSSa#Svdt|6%|!A6LSkoD{Je>=$M$e!lL4m(z3Ei z(`U?@J$J$K4I4L|JAdKQv*#~fzW?y?^XJb%>wf$MSuf}GHj9CQG0fA&F~s8Z+Th6O zCI^vF&tNA73&~qeOE1OgO?lL{P4esidjB&et&D%FUcBCOX70}RYX0(*PyY#9Z(1bT zw(P{EuyR*tmbH@##X}Zce7XDa#@qSV8MjXOB3>GCJ$SxBwMElD?O)z%v*zh1q#V}a z`dAus<_}96-xrJSuC!C~MmZ}c)O46?PdezdAo2 ze6zB3e%ITBoy_a6%{lm1EX6P2Lh|*an+2L@$7-lN?2LV$f7*g=dyG(G!~erJ0upyV zB&cvQHP3f`6WrylbcCmlM}xI9r6s}FOIRs&i}E2gw&Rk2m$g`FUwLFKkkm3GhfB0; zM=Jk%&0|-WU0D;kIA?R)))kS7yZe{VEStYbi?3(0+zh@idkiM2y>XfL&@<`Dj|*}! zev8h(&%WS&bK~}?y^YU#cRd#iIGb*^SVzyV@^zl){`L3bKl0w@t@E1@EBzK2Zw#KU KelF{r5}E)dl%1Ra diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize.png deleted file mode 100644 index 14e5e3e74dff69ce6e125a0ec0bd54012d6d7bb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF;HMs~Ui)tFob|x}mGOq5D_-vRa@b?vfzCUEal|F*7+qL2$;}EQZTx&O~w_;3;Ge<#1lrqRDV5A}xU-tzey(+SLk%M-FU@ UH8w9+18QUNboFyt=akR{0P0~(_5c6? diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize@2.png deleted file mode 100644 index a1a13bb592dfbbf413347f0541f9be75043fb727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv=3*z$5DpHG+YkL80J)q69+AZi z4ASdCm@!Ujq6|<_vcxr_Bsf2(yEr+qAXP8FD1G)j8!4b7-2k5u zS0LTc(6DONs)mOCii-BiwzlfVo{EO9s`~CqAlcAU-Oydt&|O*A4P-1i7Wo&bfxjfk zFPMReSwK)YI%)Ze)rXH9J7c}NFBK>i?CIhdq7j^&Ad%FNdT)36@c*1pLI~xU{X-!I8edAhK2LWzUuFX d8WKAg8O$ve%5x5jx&w`8@O1TaS?83{1OS2wWsCp- diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png deleted file mode 100644 index 4785503dc0b00ac0a0317c19dd5e0fe908418551..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65&8fB z|I#Vdl0bt*OM?7@8AL?If zMM1#z;Np&acd4E4>Q^RP9r=(bI{#2r%=LXNt1dp#d30>iDi^tfU%YHLtTJS_H!V}} z-ZfW++2_(*71aj;$?RgLY6>&r(vK^Pg{B@js#4Au@^{bEJ-)K>|7vIRsCJq!l?GbJ N;OXk;vd$@?2>^J^hV%dc diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png deleted file mode 100644 index fb9325fa50568924eea350ceccac88729398b0d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5lzX|DWr2$PMU1cKqbE>o;!Rdim` z+k9Kvp4&!$GL%_tAE(*A!j--1N%;7dAdJ2crVW4UCkGD=E$aP)y@9(a<><4_?XVW{R{tG&&u$! T(h6Om*BCrq{an^LB{Ts5R0#oi diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png deleted file mode 100644 index 4785503dc0b00ac0a0317c19dd5e0fe908418551..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 343 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_CfKP}k zkoKMVEOgTI!0C4ar#=pv`Y>?v!@wyIgC;);n(`=cDu@i4`ZyRU0%QP1KqQn65&8fB z|I#Vdl0bt*OM?7@8AL?If zMM1#z;Np&acd4E4>Q^RP9r=(bI{#2r%=LXNt1dp#d30>iDi^tfU%YHLtTJS_H!V}} z-ZfW++2_(*71aj;$?RgLY6>&r(vK^Pg{B@js#4Au@^{bEJ-)K>|7vIRsCJq!l?GbJ N;OXk;vd$@?2>^J^hV%dc diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png deleted file mode 100644 index fb9325fa50568924eea350ceccac88729398b0d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E^8xn(_#!CTI$f3uFKhNDY_)5(lXP z3Qh%!gB5_4fd!%JL5lzX|DWr2$PMU1cKqbE>o;!Rdim` z+k9Kvp4&!$GL%_tAE(*A!j--1N%;7dAdJ2crVW4UCkGD=E$aP)y@9(a<><4_?XVW{R{tG&&u$! T(h6Om*BCrq{an^LB{Ts5R0#oi diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-backdrop-dark.png deleted file mode 100644 index b04db91415d46e182c878ab176fe3ecb2491235d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%?4l^1TDHm`Z~Df*H~-IdO&pc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!C~|UC+wR=dFM&rjj7PV20xT^WW|R@`OBH978ywlM@#3ZTR2p831%c$5)oO)A=-S Q17#UJUHx3vIVCg!0Kk|sWB>pF diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-dark.png deleted file mode 100644 index b5c973246c00bf2b1b0a0cff5a2eb8bf94623a35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`EX7WqAsj$Z!;#Vf2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4gcyqV(DCY@~pS*aCb) zT!Hk?J%@rm*;N2pOeH~n!3>*Ke(UoAc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_OfKP}k zkXBJqQBY8jl9G~?loS<}78R8e5tkMbmlBs!5D}LJlQJ?gDnMjtEak75uV#0&DWs7!@^j(f^~J%+VA!&I~H&j{wtf5yUpp(!Zn}oNnYL5 zR;qqWu;lFNgRLT6fdR#41>4`8($Cl=@mPJ)=|jSwBNLWccJCBlw_f5+pO%O2a!Zuoc5!lIL8@MUQTpt6Hc~)Edjotz zT!FNxsHljD2p^vepNtHzw6r(~D2s_Hii#>oNl8gcN=isbh>6LFiAjr!N{flfib~3e zN`R2KxRkiKEJ#E`PE=f01cYR?bMY?#!xOm5T1jKrUr1^%V`2?o=1gD0?<%h%- zhQ$_y#TP}VRL7;)#%9#TXVe`zerEIPw`o8R*p&qN1vBvQ3JD2|iHS?d$t&pT8@PFR zdinbYgoQ^&MMX!)KtU`J#3dvoCMG5&r=+B&W@Tk(7Zep2-)=I_W?*2{@N{tuu{gbU z^6jW52a#4o9e>u2CXdFhqZhQSBb<7T_x?|A{mg4|=u2tfYrb#%zqf2l{ImRA?s0zS z^BZ^H`mnS=>fZ`cyV(rho3u4_%TgG3%)MNZ-GlLbdTz+1+R`CH@^OYbKV^OX+G>5M3yn+q{L`5c{A|c z`+7jEPv>E4#%$yt{M$L&mV|c_TvKc&NrX0E9DB<7PM-4coyb+cO&xB7`+e_MJ#DdzV=VTEj|wuEIjHpwezMXp;u>(e5Ww}a`i}Wv;Xo)mOtIfq{K+~xb>WQssA3<-TuXvbE-jX`#Awy QVCXY=y85}Sb4q9e0A@Ju!~g&Q diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png deleted file mode 100644 index c250748c552e9c2fc4c266ce0167a8046688cbdd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJbFq_W2nPqp?T7vkfLzW3kH})6 z^6MbX=%g{b0w^e1;u=vBoS#-wo>-L1P+nfHmzkGcoSayYs+V7sKKq@G6i|_0fKP}k zkPZcb2EU}Tz_?1^$l{==V!xP*(3py};dR$4@+a@$z&2xu-jUit;^O z9780g=Jvl8Y7h``jaD@KvT)1Z|J`jDu9W<{YrOf+?b7;&30|Izrr%#odmN$jO|@S- z_0J66gp(H&b_w-KwYe)^cRypqCE9V0Con*MBY(a6p*lI%FK?rH%MIhZHwJ~ywrn|> iaqZYglfLbR`g+zu+-n<;to#AAn!(f6&t;ucLK6TdBAogF diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png deleted file mode 100644 index 965ce3db3357fad9fe47dcef3a9c89d220caaf64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 694 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy%*9TgAsieWw;%dH0CG7CJR*x3 z7^K&OFk_t5L>Zuoc5!lIL8@MUQTpt6Hc~)E2LgOT zT!FN48VGpi<~k%agoYOSrlt9&0T~T`No9d?mA;Y1LD6OYiPfQTAz5Gj0Cb8FSaonzv!jg0%~lY&?DO`q}eWPhGfr_VSH$S8m?D|K#q2 zC-*?;DG=R%`1Il9=da$pfA`_zyAPks>U2<}=l%aM!Cn)C%{gns?%UsxJ~y-Yo5ZpDq7>^R zpF5IgM^!omIJ0%#DQ!HNG&jfWWR)G;oxI@pfh_%&;v)It3yyEP_uVixMv433_a*;> z?}+Yk6m0w#QfQd_a;b7l^!NUT!qzu3(+mXm6!7{hB-zb)V&yFNpgKvtW5+bfH>VyX zEH&48*db=O>iJxkuS$Zx6$w?$&E+>HJPMgoaa}qo@X>X(+%sR>qziq7lix1b_S$f*`(e?kV znBK15$e*@)#>R?DX@2?p zUk71ECym(^Ktah8*NBqf{Irtt#G+J&^73-M%)IR4;OXk;vd$@? F2>|T-EmQyi diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize@2.png deleted file mode 100644 index 9a3581928b3997773cbfc83c9c0f17389a768cc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnL3?x0byx0z;n2Vh}LpV4%Za?&Y0OWEOctjR6 zFi5WlVa7PAi84Sz$r9IylHmNblJdl&REF~Ma=pyF?Be9af>gcyqV(DCY@~pS*aCb) zT!D0TL-!u7KXZXBrjj7PV1_eK9Gw>fc|x8pjv*Y;$q5ViHvDh)3;?>J<15SC>3o{E PfwByqu6{1-oD!M .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #ab6441); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #b6bcc6; } - .linked.vertical > .entry { - border-bottom-color: #3a3e4a; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(68, 74, 88, 0); - border-color: rgba(43, 46, 57, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #D3DAE3; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(35, 38, 46, 0.95); } - .button.osd.image-button, .header-bar .button.osd.titlebutton, - .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.suggested-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.destructive-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, - .titlebar .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, - .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, - .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, - .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, - .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > .label, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > .label, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > .button.needs-attention > .label:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 2px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .inline-toolbar GtkToolButton > .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #484c59; } - .menuitem.button.flat:checked { - color: #D3DAE3; } - -*:link, .button:link, .button:visited { - color: #a9caf1; } - *:link:visited, .button:visited { - color: #7eafe9; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #d5e5f8; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #a9caf1; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(43, 46, 57, 0.6); - border-style: none none none solid; - color: #ccd3dc; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(211, 218, 227, 0.45); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .the-button-in-the-combobox { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(211, 218, 227, 0.45); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #383C4A; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.85); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } - -.inline-toolbar { - background-color: #313541; - border-style: solid; - border-color: #2b2e39; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #383C4A; - border-style: solid; - border-color: #2b2e39; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #313541; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: rgba(47, 52, 63, 0.97); - border-color: rgba(38, 42, 51, 0.97); } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(82, 148, 226, 0.95); - outline-color: rgba(82, 148, 226, 0.25); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.35); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - .csd .titlebar { - background-color: rgba(47, 52, 63, 0.97); } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.37); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); - border-color: rgba(21, 23, 28, 0.67); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: rgba(211, 218, 227, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - GtkTreeView.view:selected { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(211, 218, 227, 0.1); } - GtkTreeView.view:insensitive { - color: rgba(211, 218, 227, 0.45); } - GtkTreeView.view:insensitive:selected { - color: #97bfee; } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #93b7e3; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #8a909b; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #D3DAE3; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #D3DAE3; - background-image: linear-gradient(to bottom, #2b2e39); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #b6bcc6; - background-color: #404552; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #D3DAE3; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #404552; } - column-header .button:active:hover { - color: #D3DAE3; } - column-header .button:insensitive { - border-color: #383C4A; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #383C4A; - border: 1px solid #2b2e39; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(211, 218, 227, 0.45); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(64, 69, 82, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #4f5461; } - .menu.button.bottom { - border-top: 1px solid #4f5461; } - .menu.button:hover { - background-color: #4f5461; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - padding: 2px; - border: 1px solid #20222a; - border-radius: 3px; - background-clip: border-box; - background-color: #383C4A; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(64, 69, 82, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #404552; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #2b2e39; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #383C4A; } - .notebook.header.frame { - border: 0px solid #2b2e39; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #2b2e39; } - .notebook.header.bottom { - box-shadow: inset 0 1px #2b2e39; } - .notebook.header.right { - box-shadow: inset 1px 0 #2b2e39; } - .notebook.header.left { - box-shadow: inset -1px 0 #2b2e39; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #404552; - box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(211, 218, 227, 0.45); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(211, 218, 227, 0.725); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #D3DAE3; } - .notebook tab .button { - padding: 0; - color: #9da3ad; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(211, 218, 227, 0.45); } - .notebook.arrow:hover { - color: rgba(211, 218, 227, 0.725); } - .notebook.arrow:active { - color: #D3DAE3; } - .notebook.arrow:insensitive { - color: rgba(211, 218, 227, 0.15); } - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - -GtkRange-slider-width: 6px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #a5abb5; - border: 1px solid rgba(0, 0, 0, 0.3); - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { - margin-top: 2px; - margin-bottom: 2px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { - margin-left: 2px; - margin-right: 2px; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - .scrollbar .trough { - background-color: #3e434f; - border: 1px none #2b2e39; } - .scrollbar .slider { - background-color: #767b87; } - .scrollbar .slider:hover { - background-color: #676b78; } - .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294e2; } - .scrollbar .slider:insensitive { - background-color: transparent; } - .scrollbar .slider { - border-radius: 100px; - margin: 3px; } - .scrollbar.fine-tune .slider { - margin: 4px; } - .scrollbar.vertical .slider { - margin-left: 4px; } - .scrollbar.vertical .slider:dir(rtl) { - margin-left: 3px; - margin-right: 4px; } - .scrollbar.vertical.fine-tune .slider { - margin-left: 5px; } - .scrollbar.vertical.fine-tune .slider:dir(rtl) { - margin-left: 4px; - margin-right: 5px; } - .scrollbar.vertical .trough { - border-left-style: solid; } - .scrollbar.vertical .trough:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .scrollbar.horizontal .slider { - margin-top: 4px; } - .scrollbar.horizontal.fine-tune .slider { - margin-top: 5px; } - .scrollbar.horizontal .trough { - border-top-style: solid; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #3e434f; } - .scrollbars-junction:dir(rtl), - .scrollbars-junction.frame:dir(rtl) { - border-image-slice: 0 1 0 0; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(211, 218, 227, 0.45); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #444a58); - border: 1px solid #262933; - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, #505666); - border-color: #262933; } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3c414e); - border-color: rgba(38, 41, 51, 0.8); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #2d303b); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(211, 218, 227, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #2d303b; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: #404552; - border-color: #404552; } - -.frame { - border: 1px solid #2b2e39; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #404552; - border-color: #2b2e39; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(255, 255, 255, 0.03); } - .list-row.button:active { - color: #D3DAE3; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive .label { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: rgba(31, 33, 40, 0.95); } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: white; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #D3DAE3; - border: 1px solid #2b2e39; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #D3DAE3; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(211, 218, 227, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #D3DAE3; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: rgba(47, 52, 63, 0.97); - border-bottom: 1px solid rgba(32, 35, 43, 0.97); } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #383C4A; - border-color: #2b2e39; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #2b2e39; } - -.sidebar, .sidebar .view { - border: none; - background-color: #3c4150; } - .sidebar:selected, .sidebar .view:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #D3DAE3; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - GtkPaned .pane-separator { - background-color: #2b2e39; } - -GtkPaned.wide { - -GtkPaned-handle-size: 5; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #2b2e39; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: rgba(75, 81, 98, 0.95); - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -:selected GtkColorSwatch { - box-shadow: none; } - :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #ffffff; } - -GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { - border-radius: 3px; } - -GtkColorSwatch:hover, GtkColorSwatch:hover:selected { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - -GtkColorEditor GtkColorSwatch { - border-radius: 3px; } - GtkColorEditor GtkColorSwatch:hover { - background-image: none; } - -GtkColorSwatch.color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); } - -GtkColorSwatch.color-light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); } - -GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid rgba(0, 0, 0, 0.15); } - GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { - border-color: rgba(0, 0, 0, 0.25); } - -GtkColorSwatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - GtkColorSwatch#add-color-button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - GtkColorSwatch#add-color-button .overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.35); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.ssd { - border-radius: 3px 3px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } - .window-frame.ssd.maximized { - border-radius: 0; } - .window-frame.csd.popup { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - .window-frame.solid-csd { - border-radius: 0; - margin: 1px; - background-color: rgba(47, 52, 63, 0.97); - box-shadow: none; } - -.header-bar.default-decoration .button.titlebutton, -.titlebar.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding-left: 4px; - padding-right: 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); } - .header-bar .button.titlebutton:not(GtkMenuButton), - .titlebar .button.titlebutton:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; } - .header-bar .button.titlebutton:hover, - .titlebar .button.titlebutton:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, - .titlebar .button.titlebutton:active, - .titlebar .button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.close, - .titlebar .button.titlebutton.maximize, - .titlebar .button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - opacity: 1; } - .header-bar .button.titlebutton.close, - .titlebar .button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.close:hover, - .titlebar .button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .button.titlebutton.close:active, - .titlebar .button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .button.titlebutton.maximize, - .titlebar .button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.maximize:hover, - .titlebar .button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .button.titlebutton.maximize:active, - .titlebar .button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.minimize:hover, - .titlebar .button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .button.titlebutton.minimize:active, - .titlebar .button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - -.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } - -GtkHTML { - background-color: #404552; - color: #D3DAE3; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #D3DAE3; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, -.nautilus-list-dim-label { - color: #868b97; } - .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #dceaf9; } - -NautilusNotebook.notebook { - background-color: #404552; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #404552; } - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(211, 218, 227, 0.5); - border-color: rgba(180, 192, 207, 0.5); } - .disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); } - .disk-space-display.free { - background-color: #313541; - border-color: #1b1d24; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #2b2e39; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: rgba(38, 42, 51, 0.97); } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #404552; } - .open-document-selector-treeview.view:prelight { - background-color: #4a4f5c; } - .open-document-selector-treeview.view:prelight:selected { - color: #ffffff; - background-color: #5294e2; } - -.open-document-selector-name-label { - color: #D3DAE3; } - -.open-document-selector-path-label { - color: #8a909b; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #9da3ad; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #D3DAE3; } - -.gedit-document-panel-dragged-row { - border: 1px solid #2b2e39; - background-color: #22242d; - color: #D3DAE3; } - -GeditStatusbar { - border-top: 1px solid #2b2e39; - background-color: #383C4A; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #2b2e39; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(211, 218, 227, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #3c4150; - padding: 6px; - border-color: #2b2e39; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #D3DAE3; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #383C4A; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #2b2e39; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #404552; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #D3DAE3; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(211, 218, 227, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: rgba(65, 70, 84, 0.95); } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(255, 255, 255, 0.05); - border: solid rgba(255, 255, 255, 0.07); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(211, 218, 227, 0.45); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #D3DAE3; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(32, 35, 43, 0.97); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: rgba(64, 71, 86, 0.97); - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #2b2e39; - border-right: 1px solid #2b2e39; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #2b2e39; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #2b2e39; - background-color: #383C4A; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #383C4A; - color: #D3DAE3; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: #434859; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #383C4A; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #D3DAE3; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #404552; } - -GraniteWidgetsWelcome GtkLabel { - color: #868b97; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(211, 218, 227, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #404552); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #a5abb5; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: rgba(43, 46, 55, 0.95); - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #D3DAE3; } - -#content_frame { - padding-bottom: 14px; - background-color: #383C4A; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - #content_frame .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(47, 52, 63, 0.97); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(38, 42, 51, 0.97); } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -#login_window #user_combobox { - color: #D3DAE3; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(38, 42, 51, 0.97); } - -NemoWindow GtkEventBox { - background-color: #383C4A; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog .sidebar, -NautilusWindow .sidebar, -NemoWindow .sidebar { - border-right: 1px solid rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog .sidebar:dir(rtl), -NautilusWindow .sidebar:dir(rtl), -NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog .source-list.sidebar.view, -NautilusWindow .sidebar, -NautilusWindow .source-list.sidebar.view, -NemoWindow .sidebar, -NemoWindow .source-list.sidebar.view, -MarlinViewWindow .sidebar, -MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(53, 57, 69, 0.95); } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar row, - NautilusWindow .source-list.sidebar.view .view, - NautilusWindow .source-list.sidebar.view row, - NemoWindow .sidebar .view, - NemoWindow .sidebar row, - NemoWindow .source-list.sidebar.view .view, - NemoWindow .source-list.sidebar.view row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar row, - MarlinViewWindow .source-list.sidebar.view .view, - MarlinViewWindow .source-list.sidebar.view row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar row.image, - NautilusWindow .source-list.sidebar.view .view.image, - NautilusWindow .source-list.sidebar.view row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar row.image, - NemoWindow .source-list.sidebar.view .view.image, - NemoWindow .source-list.sidebar.view row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar row.image, - MarlinViewWindow .source-list.sidebar.view .view.image, - MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar row.cell:selected, - NautilusWindow .source-list.sidebar.view .view.cell:selected, - NautilusWindow .source-list.sidebar.view row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar row.cell:selected, - NemoWindow .source-list.sidebar.view .view.cell:selected, - NemoWindow .source-list.sidebar.view row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar row.cell:selected, - MarlinViewWindow .source-list.sidebar.view .view.cell:selected, - MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, - NautilusWindow .sidebar.frame, - NautilusWindow .source-list.sidebar.view.frame, - NemoWindow .sidebar.frame, - NemoWindow .source-list.sidebar.view.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow .source-list.sidebar.view.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow .source-list.sidebar.view .separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow .source-list.sidebar.view .separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow .source-list.sidebar.view .separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } - -NautilusWindow NautilusWindowSlot { - background-color: #404552; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(53, 57, 69, 0.95); } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: rgba(31, 33, 40, 0.95); } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(38, 42, 51, 0.97); } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(47, 52, 63, 0.97); } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(42, 45, 55, 0.95); } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #2b2e39; } - -.gedit-bottom-panel-paned { - background-color: #404552; } - -.gedit-document-panel { - background-color: rgba(53, 57, 69, 0.95); } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: rgba(53, 57, 69, 0.95); } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: rgba(37, 40, 49, 0.95); } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #e7eaee; - border: 1px solid rgba(0, 0, 0, 0.3); } - -GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, -NautilusWindow .sidebar .scrollbar .trough, -NautilusWindow .source-list.sidebar.view .scrollbar .trough, -NemoWindow .sidebar .scrollbar .trough, -NemoWindow .source-list.sidebar.view .scrollbar .trough, -MarlinViewWindow .sidebar .scrollbar .trough, -MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { - background-color: rgba(0, 0, 0, 0.2); - border: none; } - -GtkFileChooserDialog .sidebar .scrollbar .slider, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider, -NautilusWindow .sidebar .scrollbar .slider, -NautilusWindow .source-list.sidebar.view .scrollbar .slider, -NemoWindow .sidebar .scrollbar .slider, -NemoWindow .source-list.sidebar.view .scrollbar .slider, -MarlinViewWindow .sidebar .scrollbar .slider, -MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .scrollbar .slider:hover, - NautilusWindow .sidebar .scrollbar .slider:hover, - NemoWindow .sidebar .scrollbar .slider:hover, - MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, - NautilusWindow .sidebar .scrollbar .slider:prelight:active, - NemoWindow .sidebar .scrollbar .slider:prelight:active, - MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, - NautilusWindow .sidebar .scrollbar .slider:insensitive, - NemoWindow .sidebar .scrollbar .slider:insensitive, - MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { - background-color: transparent; } - -@define-color theme_fg_color #D3DAE3; -@define-color theme_text_color #D3DAE3; -@define-color theme_bg_color #383C4A; -@define-color theme_base_color #404552; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #D3DAE3; -@define-color text_color #D3DAE3; -@define-color bg_color #383C4A; -@define-color base_color #404552; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #3c4150; -@define-color insensitive_fg_color alpha(#d3dae3, 0.5); -@define-color insensitive_base_color #404552; -@define-color theme_unfocused_fg_color #D3DAE3; -@define-color theme_unfocused_text_color #D3DAE3; -@define-color theme_unfocused_bg_color #383C4A; -@define-color theme_unfocused_base_color #404552; -@define-color borders #2b2e39; -@define-color unfocused_borders #2b2e39; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #a9caf1; -@define-color content_view_bg #404552; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css deleted file mode 100644 index fa9430a..0000000 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ /dev/null @@ -1,3896 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #5c616c; } - -.label:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar .label { - padding: 6px 12px; } - -GtkAssistant .sidebar .label.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -.grid-child { - padding: 3px; - border-radius: 3px; } - .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: rgba(53, 57, 69, 0.95); - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(35, 38, 46, 0.95); } - .button.osd.image-button, .header-bar .button.osd.titlebutton, - .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, - .titlebar .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, - .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, - .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, - .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, - .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > .label, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > .label, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > .label:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .the-button-in-the-combobox { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.85); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, rgba(32, 35, 43, 0.97)) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: rgba(47, 52, 63, 0.97); - border-color: rgba(38, 42, 51, 0.97); } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(82, 148, 226, 0.95); - outline-color: rgba(82, 148, 226, 0.25); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.35); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - .csd .titlebar { - background-color: rgba(47, 52, 63, 0.97); } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.37); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.37)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.27)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.67); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991)); - border-color: rgba(21, 23, 28, 0.67); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - GtkTreeView.view:selected { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } - GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkTreeView.view:insensitive:selected { - color: #97bfee; } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - -GtkRange-slider-width: 6px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #8a8e96; - border: 1px solid rgba(255, 255, 255, 0.6); - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { - margin-top: 2px; - margin-bottom: 2px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { - margin-left: 2px; - margin-right: 2px; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - .scrollbar .trough { - background-color: #fcfcfc; - border: 1px none #dcdfe3; } - .scrollbar .slider { - background-color: #b8babf; } - .scrollbar .slider:hover { - background-color: #c7c9cd; } - .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294e2; } - .scrollbar .slider:insensitive { - background-color: transparent; } - .scrollbar .slider { - border-radius: 100px; - margin: 3px; } - .scrollbar.fine-tune .slider { - margin: 4px; } - .scrollbar.vertical .slider { - margin-left: 4px; } - .scrollbar.vertical .slider:dir(rtl) { - margin-left: 3px; - margin-right: 4px; } - .scrollbar.vertical.fine-tune .slider { - margin-left: 5px; } - .scrollbar.vertical.fine-tune .slider:dir(rtl) { - margin-left: 4px; - margin-right: 5px; } - .scrollbar.vertical .trough { - border-left-style: solid; } - .scrollbar.vertical .trough:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .scrollbar.horizontal .slider { - margin-top: 4px; } - .scrollbar.horizontal.fine-tune .slider { - margin-top: 5px; } - .scrollbar.horizontal .trough { - border-top-style: solid; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fcfcfc; } - .scrollbars-junction:dir(rtl), - .scrollbars-junction.frame:dir(rtl) { - border-image-slice: 0 1 0 0; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive .label { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: rgba(31, 33, 40, 0.95); } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: rgba(47, 52, 63, 0.97); - border-bottom: 1px solid rgba(32, 35, 43, 0.97); } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar, .sidebar .view { - border: none; - background-color: #fbfbfc; } - .sidebar:selected, .sidebar .view:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - GtkPaned .pane-separator { - background-color: #dcdfe3; } - -GtkPaned.wide { - -GtkPaned-handle-size: 5; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #dcdfe3; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: rgba(75, 81, 98, 0.95); - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -:selected GtkColorSwatch { - box-shadow: none; } - :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #ffffff; } - -GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { - border-radius: 3px; } - -GtkColorSwatch:hover, GtkColorSwatch:hover:selected { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - -GtkColorEditor GtkColorSwatch { - border-radius: 3px; } - GtkColorEditor GtkColorSwatch:hover { - background-image: none; } - -GtkColorSwatch.color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); } - -GtkColorSwatch.color-light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); } - -GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid rgba(0, 0, 0, 0.15); } - GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { - border-color: rgba(0, 0, 0, 0.25); } - -GtkColorSwatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - GtkColorSwatch#add-color-button .overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.97), 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.87), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.ssd { - border-radius: 3px 3px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } - .window-frame.ssd.maximized { - border-radius: 0; } - .window-frame.csd.popup { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - .window-frame.solid-csd { - border-radius: 0; - margin: 1px; - background-color: rgba(47, 52, 63, 0.97); - box-shadow: none; } - -.header-bar.default-decoration .button.titlebutton, -.titlebar.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding-left: 4px; - padding-right: 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); } - .header-bar .button.titlebutton:not(GtkMenuButton), - .titlebar .button.titlebutton:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; } - .header-bar .button.titlebutton:hover, - .titlebar .button.titlebutton:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, - .titlebar .button.titlebutton:active, - .titlebar .button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.close, - .titlebar .button.titlebutton.maximize, - .titlebar .button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - opacity: 1; } - .header-bar .button.titlebutton.close, - .titlebar .button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.close:hover, - .titlebar .button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .button.titlebutton.close:active, - .titlebar .button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .button.titlebutton.maximize, - .titlebar .button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.maximize:hover, - .titlebar .button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .button.titlebutton.maximize:active, - .titlebar .button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.minimize:hover, - .titlebar .button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .button.titlebutton.minimize:active, - .titlebar .button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - -.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, -.nautilus-list-dim-label { - color: #a9acb2; } - .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #dceaf9; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } - .disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); } - .disk-space-display.free { - background-color: #edeef0; - border-color: #d0d5da; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.37); - background-color: rgba(95, 105, 127, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37), inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: rgba(38, 42, 51, 0.97); } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; } - .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } - .open-document-selector-treeview.view:prelight:selected { - color: #ffffff; - background-color: #5294e2; } - -.open-document-selector-name-label { - color: #5c616c; } - -.open-document-selector-path-label { - color: #aeb0b6; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: rgba(65, 70, 84, 0.95); } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(32, 35, 43, 0.97); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: rgba(64, 71, 86, 0.97); - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: rgba(43, 46, 55, 0.95); - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(53, 57, 69, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(38, 42, 51, 0.97); } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog .source-list.sidebar.view, -NautilusWindow .sidebar, -NautilusWindow .source-list.sidebar.view, -NemoWindow .sidebar, -NemoWindow .source-list.sidebar.view, -MarlinViewWindow .sidebar, -MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(53, 57, 69, 0.95); } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar row, - NautilusWindow .source-list.sidebar.view .view, - NautilusWindow .source-list.sidebar.view row, - NemoWindow .sidebar .view, - NemoWindow .sidebar row, - NemoWindow .source-list.sidebar.view .view, - NemoWindow .source-list.sidebar.view row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar row, - MarlinViewWindow .source-list.sidebar.view .view, - MarlinViewWindow .source-list.sidebar.view row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar row.image, - NautilusWindow .source-list.sidebar.view .view.image, - NautilusWindow .source-list.sidebar.view row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar row.image, - NemoWindow .source-list.sidebar.view .view.image, - NemoWindow .source-list.sidebar.view row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar row.image, - MarlinViewWindow .source-list.sidebar.view .view.image, - MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar row.cell:selected, - NautilusWindow .source-list.sidebar.view .view.cell:selected, - NautilusWindow .source-list.sidebar.view row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar row.cell:selected, - NemoWindow .source-list.sidebar.view .view.cell:selected, - NemoWindow .source-list.sidebar.view row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar row.cell:selected, - MarlinViewWindow .source-list.sidebar.view .view.cell:selected, - MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, - NautilusWindow .sidebar.frame, - NautilusWindow .source-list.sidebar.view.frame, - NemoWindow .sidebar.frame, - NemoWindow .source-list.sidebar.view.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow .source-list.sidebar.view.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow .source-list.sidebar.view .separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow .source-list.sidebar.view .separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow .source-list.sidebar.view .separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(53, 57, 69, 0.95); } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(38, 42, 51, 0.97); } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(47, 52, 63, 0.97); } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(50, 56, 67, 0.97); } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: rgba(53, 57, 69, 0.95); } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: rgba(53, 57, 69, 0.95); } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: rgba(37, 40, 49, 0.95); } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #e7eaee; - border: 1px solid rgba(0, 0, 0, 0.3); } - -GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, -NautilusWindow .sidebar .scrollbar .trough, -NautilusWindow .source-list.sidebar.view .scrollbar .trough, -NemoWindow .sidebar .scrollbar .trough, -NemoWindow .source-list.sidebar.view .scrollbar .trough, -MarlinViewWindow .sidebar .scrollbar .trough, -MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { - background-color: rgba(0, 0, 0, 0.2); - border: none; } - -GtkFileChooserDialog .sidebar .scrollbar .slider, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider, -NautilusWindow .sidebar .scrollbar .slider, -NautilusWindow .source-list.sidebar.view .scrollbar .slider, -NemoWindow .sidebar .scrollbar .slider, -NemoWindow .source-list.sidebar.view .scrollbar .slider, -MarlinViewWindow .sidebar .scrollbar .slider, -MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .scrollbar .slider:hover, - NautilusWindow .sidebar .scrollbar .slider:hover, - NemoWindow .sidebar .scrollbar .slider:hover, - MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, - NautilusWindow .sidebar .scrollbar .slider:prelight:active, - NemoWindow .sidebar .scrollbar .slider:prelight:active, - MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, - NautilusWindow .sidebar .scrollbar .slider:insensitive, - NemoWindow .sidebar .scrollbar .slider:insensitive, - MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { - background-color: transparent; } - -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color content_view_bg #ffffff; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css deleted file mode 100644 index 3bd18b0..0000000 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ /dev/null @@ -1,3903 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #a9caf1; - -GtkWidget-visited-link-color: #7eafe9; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(211, 218, 227, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #D3DAE3; - background-color: #383C4A; } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #383C4A; - color: #D3DAE3; } - .gtkstyle-fallback:prelight { - background-color: #4e5467; - color: #D3DAE3; } - .gtkstyle-fallback:active { - background-color: #22242d; - color: #D3DAE3; } - .gtkstyle-fallback:insensitive { - background-color: #3c4150; - color: rgba(211, 218, 227, 0.45); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #D3DAE3; - background-color: #404552; } - .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(211, 218, 227, 0.55); } - .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #D3DAE3; } - -.label:insensitive { - color: rgba(211, 218, 227, 0.45); } - -.dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #404552; - border-top: 1px solid #2b2e39; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #2b2e39; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #2b2e39; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar .label { - padding: 6px 12px; } - -GtkAssistant .sidebar .label.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #3c414e; } - -.grid-child { - padding: 3px; - border-radius: 3px; } - .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: #353945; - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #D3DAE3; - border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #D3DAE3; - border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #D3DAE3; - border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); - box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } - .entry:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(64, 69, 82, 0.55); - background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #ab6441); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #b6bcc6; } - .linked.vertical > .entry { - border-bottom-color: #3a3e4a; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #3a3e4a; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(68, 74, 88, 0); - border-color: rgba(43, 46, 57, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #D3DAE3; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: #353945; - border-color: #23262e; } - .button.osd.image-button, .header-bar .button.osd.titlebutton, - .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.suggested-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(211, 218, 227, 0.45); } - .button.destructive-action:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, - .titlebar .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, - .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, - .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, - .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, - .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > .label, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > .label, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 2px; } - .stack-switcher > .button.needs-attention > .label:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 2px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .inline-toolbar GtkToolButton > .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5), inset -1px 0 rgba(43, 46, 57, 0.5); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5), inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(43, 46, 57, 0.5); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #484c59; } - .menuitem.button.flat:checked { - color: #D3DAE3; } - -*:link, .button:link, .button:visited { - color: #a9caf1; } - *:link:visited, .button:visited { - color: #7eafe9; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #d5e5f8; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #a9caf1; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(43, 46, 57, 0.6); - border-style: none none none solid; - color: #ccd3dc; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(211, 218, 227, 0.45); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .the-button-in-the-combobox { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(211, 218, 227, 0.45); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(43, 46, 57, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #2b2e39; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(43, 46, 57, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #383C4A; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.9); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } - -.inline-toolbar { - background-color: #313541; - border-style: solid; - border-color: #2b2e39; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #383C4A; - border-style: solid; - border-color: #2b2e39; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #313541; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px #363b48; } - .csd .titlebar { - background-color: #2f343f; } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: #323843; } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #a45d39); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #aa3c3b); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.4); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3e4553); - border-color: rgba(21, 23, 28, 0.7); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: rgba(211, 218, 227, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - GtkTreeView.view:selected { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(211, 218, 227, 0.1); } - GtkTreeView.view:insensitive { - color: rgba(211, 218, 227, 0.45); } - GtkTreeView.view:insensitive:selected { - color: #97bfee; } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #93b7e3; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #8a909b; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #D3DAE3; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #D3DAE3; - background-image: linear-gradient(to bottom, #2b2e39); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #b6bcc6; - background-color: #404552; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #D3DAE3; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #404552; } - column-header .button:active:hover { - color: #D3DAE3; } - column-header .button:insensitive { - border-color: #383C4A; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #383C4A; - border: 1px solid #2b2e39; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(211, 218, 227, 0.45); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(64, 69, 82, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #4f5461; } - .menu.button.bottom { - border-top: 1px solid #4f5461; } - .menu.button:hover { - background-color: #4f5461; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - padding: 2px; - border: 1px solid #20222a; - border-radius: 3px; - background-clip: border-box; - background-color: #383C4A; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(64, 69, 82, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #404552; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #2b2e39; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #383C4A; } - .notebook.header.frame { - border: 0px solid #2b2e39; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #2b2e39; } - .notebook.header.bottom { - box-shadow: inset 0 1px #2b2e39; } - .notebook.header.right { - box-shadow: inset 1px 0 #2b2e39; } - .notebook.header.left { - box-shadow: inset -1px 0 #2b2e39; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #404552, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #404552; - box-shadow: inset 0 -1px #404552, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #404552, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(64, 69, 82, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(64, 69, 82, 0.5); - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #404552; - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #404552; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(211, 218, 227, 0.45); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(211, 218, 227, 0.725); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #D3DAE3; } - .notebook tab .button { - padding: 0; - color: #9da3ad; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(211, 218, 227, 0.45); } - .notebook.arrow:hover { - color: rgba(211, 218, 227, 0.725); } - .notebook.arrow:active { - color: #D3DAE3; } - .notebook.arrow:insensitive { - color: rgba(211, 218, 227, 0.15); } - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - -GtkRange-slider-width: 6px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #a5abb5; - border: 1px solid rgba(0, 0, 0, 0.3); - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { - margin-top: 2px; - margin-bottom: 2px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { - margin-left: 2px; - margin-right: 2px; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - .scrollbar .trough { - background-color: #3e434f; - border: 1px none #2b2e39; } - .scrollbar .slider { - background-color: #767b87; } - .scrollbar .slider:hover { - background-color: #676b78; } - .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294e2; } - .scrollbar .slider:insensitive { - background-color: transparent; } - .scrollbar .slider { - border-radius: 100px; - margin: 3px; } - .scrollbar.fine-tune .slider { - margin: 4px; } - .scrollbar.vertical .slider { - margin-left: 4px; } - .scrollbar.vertical .slider:dir(rtl) { - margin-left: 3px; - margin-right: 4px; } - .scrollbar.vertical.fine-tune .slider { - margin-left: 5px; } - .scrollbar.vertical.fine-tune .slider:dir(rtl) { - margin-left: 4px; - margin-right: 5px; } - .scrollbar.vertical .trough { - border-left-style: solid; } - .scrollbar.vertical .trough:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .scrollbar.horizontal .slider { - margin-top: 4px; } - .scrollbar.horizontal.fine-tune .slider { - margin-top: 5px; } - .scrollbar.horizontal .trough { - border-top-style: solid; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - border-image: linear-gradient(to bottom, #2b2e39 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #3e434f; } - .scrollbars-junction:dir(rtl), - .scrollbars-junction.frame:dir(rtl) { - border-image-slice: 0 1 0 0; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(211, 218, 227, 0.45); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #444a58); - border: 1px solid #262933; - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, #505666); - border-color: #262933; } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3c414e); - border-color: rgba(38, 41, 51, 0.8); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, #353945); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #2d303b); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(45, 48, 59, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, #454a59); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(211, 218, 227, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #2d303b; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: #404552; - border-color: #404552; } - -.frame { - border: 1px solid #2b2e39; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #404552; - border-color: #2b2e39; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(255, 255, 255, 0.03); } - .list-row.button:active { - color: #D3DAE3; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive .label { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: #353945; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1f2128; } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: white; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #D3DAE3; - border: 1px solid #2b2e39; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #D3DAE3; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(211, 218, 227, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #D3DAE3; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #2f343f; - border-bottom: 1px solid #20232b; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #383C4A; - border-color: #2b2e39; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #2b2e39; } - -.sidebar, .sidebar .view { - border: none; - background-color: #3c4150; } - .sidebar:selected, .sidebar .view:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #D3DAE3; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - GtkPaned .pane-separator { - background-color: #2b2e39; } - -GtkPaned.wide { - -GtkPaned-handle-size: 5; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #2b2e39; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: #4b5162; - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -:selected GtkColorSwatch { - box-shadow: none; } - :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #ffffff; } - -GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { - border-radius: 3px; } - -GtkColorSwatch:hover, GtkColorSwatch:hover:selected { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - -GtkColorEditor GtkColorSwatch { - border-radius: 3px; } - GtkColorEditor GtkColorSwatch:hover { - background-image: none; } - -GtkColorSwatch.color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); } - -GtkColorSwatch.color-light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); } - -GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid rgba(0, 0, 0, 0.15); } - GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { - border-color: rgba(0, 0, 0, 0.25); } - -GtkColorSwatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - GtkColorSwatch#add-color-button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - GtkColorSwatch#add-color-button .overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.35); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.35); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.ssd { - border-radius: 3px 3px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } - .window-frame.ssd.maximized { - border-radius: 0; } - .window-frame.csd.popup { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - .window-frame.solid-csd { - border-radius: 0; - margin: 1px; - background-color: #2f343f; - box-shadow: none; } - -.header-bar.default-decoration .button.titlebutton, -.titlebar.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding-left: 4px; - padding-right: 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); } - .header-bar .button.titlebutton:not(GtkMenuButton), - .titlebar .button.titlebutton:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; } - .header-bar .button.titlebutton:hover, - .titlebar .button.titlebutton:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, - .titlebar .button.titlebutton:active, - .titlebar .button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.close, - .titlebar .button.titlebutton.maximize, - .titlebar .button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - opacity: 1; } - .header-bar .button.titlebutton.close, - .titlebar .button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.close:hover, - .titlebar .button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .button.titlebutton.close:active, - .titlebar .button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .button.titlebutton.maximize, - .titlebar .button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.maximize:hover, - .titlebar .button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .button.titlebutton.maximize:active, - .titlebar .button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.minimize:hover, - .titlebar .button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .button.titlebutton.minimize:active, - .titlebar .button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - -.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #2b2e39, inset 0 -1px #2b2e39, inset 1px 0 #2b2e39, inset -1px 0 #2b2e39; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #2b2e39; } - -GtkHTML { - background-color: #404552; - color: #D3DAE3; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #D3DAE3; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, -.nautilus-list-dim-label { - color: #868b97; } - .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #dceaf9; } - -NautilusNotebook.notebook { - background-color: #404552; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #404552; } - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(211, 218, 227, 0.5); - border-color: rgba(180, 192, 207, 0.5); } - .disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); } - .disk-space-display.free { - background-color: #313541; - border-color: #1b1d24; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #2b2e39; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: #262a33; } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #404552; } - .open-document-selector-treeview.view:prelight { - background-color: #4a4f5c; } - .open-document-selector-treeview.view:prelight:selected { - color: #ffffff; - background-color: #5294e2; } - -.open-document-selector-name-label { - color: #D3DAE3; } - -.open-document-selector-path-label { - color: #8a909b; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #9da3ad; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #D3DAE3; } - -.gedit-document-panel-dragged-row { - border: 1px solid #2b2e39; - background-color: #22242d; - color: #D3DAE3; } - -GeditStatusbar { - border-top: 1px solid #2b2e39; - background-color: #383C4A; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #2b2e39; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(211, 218, 227, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #3c4150; - padding: 6px; - border-color: #2b2e39; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #D3DAE3; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #383C4A; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #2b2e39; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #404552; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #D3DAE3; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(211, 218, 227, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, #2b2e37); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: #2b2e37; - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: #414654; } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(255, 255, 255, 0.05); - border: solid rgba(255, 255, 255, 0.07); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(211, 218, 227, 0.45); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #D3DAE3; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid #20232b; - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px #363b48; } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, #20232b); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: #404756; - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #2b2e39; - border-right: 1px solid #2b2e39; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #2b2e39; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #2b2e39; - background-color: #383C4A; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #383C4A; - color: #D3DAE3; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: #434859; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #383C4A; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #D3DAE3; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #404552; } - -GraniteWidgetsWelcome GtkLabel { - color: #868b97; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(211, 218, 227, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #404552); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #a5abb5; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: #2b2e37; - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px #1b1d23; } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #D3DAE3; } - -#content_frame { - padding-bottom: 14px; - background-color: #383C4A; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #444a58; } - #content_frame .button:hover { - color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); - border-color: #2b2e39; - background-color: #505666; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #2b2e39; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(211, 218, 227, 0.45); - border-color: rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #2f343f; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #262a33; } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -#login_window #user_combobox { - color: #D3DAE3; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #262a33; } - -NemoWindow GtkEventBox { - background-color: #383C4A; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog .sidebar, -NautilusWindow .sidebar, -NemoWindow .sidebar { - border-right: 1px solid #2a2d37; } - -GtkFileChooserDialog .sidebar:dir(rtl), -NautilusWindow .sidebar:dir(rtl), -NemoWindow .sidebar:dir(rtl) { - border-left: 1px solid #2a2d37; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog .source-list.sidebar.view, -NautilusWindow .sidebar, -NautilusWindow .source-list.sidebar.view, -NemoWindow .sidebar, -NemoWindow .source-list.sidebar.view, -MarlinViewWindow .sidebar, -MarlinViewWindow .source-list.sidebar.view { - background-color: #353945; } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar row, - NautilusWindow .source-list.sidebar.view .view, - NautilusWindow .source-list.sidebar.view row, - NemoWindow .sidebar .view, - NemoWindow .sidebar row, - NemoWindow .source-list.sidebar.view .view, - NemoWindow .source-list.sidebar.view row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar row, - MarlinViewWindow .source-list.sidebar.view .view, - MarlinViewWindow .source-list.sidebar.view row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar row.image, - NautilusWindow .source-list.sidebar.view .view.image, - NautilusWindow .source-list.sidebar.view row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar row.image, - NemoWindow .source-list.sidebar.view .view.image, - NemoWindow .source-list.sidebar.view row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar row.image, - MarlinViewWindow .source-list.sidebar.view .view.image, - MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar row.cell:selected, - NautilusWindow .source-list.sidebar.view .view.cell:selected, - NautilusWindow .source-list.sidebar.view row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar row.cell:selected, - NemoWindow .source-list.sidebar.view .view.cell:selected, - NemoWindow .source-list.sidebar.view row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar row.cell:selected, - MarlinViewWindow .source-list.sidebar.view .view.cell:selected, - MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, - NautilusWindow .sidebar.frame, - NautilusWindow .source-list.sidebar.view.frame, - NemoWindow .sidebar.frame, - NemoWindow .source-list.sidebar.view.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow .source-list.sidebar.view.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow .source-list.sidebar.view .separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow .source-list.sidebar.view .separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow .source-list.sidebar.view .separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #2a2d37; } - -NautilusWindow NautilusWindowSlot { - background-color: #404552; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #353945; } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #383C4A; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: #1f2128; } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #262a33; } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #2a2d37; } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #2b2e39; } - -.gedit-bottom-panel-paned { - background-color: #404552; } - -.gedit-document-panel { - background-color: #353945; } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: #353945; } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: #252831; } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #e7eaee; - border: 1px solid rgba(0, 0, 0, 0.3); } - -GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, -NautilusWindow .sidebar .scrollbar .trough, -NautilusWindow .source-list.sidebar.view .scrollbar .trough, -NemoWindow .sidebar .scrollbar .trough, -NemoWindow .source-list.sidebar.view .scrollbar .trough, -MarlinViewWindow .sidebar .scrollbar .trough, -MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { - background-color: rgba(0, 0, 0, 0.2); - border: none; } - -GtkFileChooserDialog .sidebar .scrollbar .slider, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider, -NautilusWindow .sidebar .scrollbar .slider, -NautilusWindow .source-list.sidebar.view .scrollbar .slider, -NemoWindow .sidebar .scrollbar .slider, -NemoWindow .source-list.sidebar.view .scrollbar .slider, -MarlinViewWindow .sidebar .scrollbar .slider, -MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .scrollbar .slider:hover, - NautilusWindow .sidebar .scrollbar .slider:hover, - NemoWindow .sidebar .scrollbar .slider:hover, - MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, - NautilusWindow .sidebar .scrollbar .slider:prelight:active, - NemoWindow .sidebar .scrollbar .slider:prelight:active, - MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, - NautilusWindow .sidebar .scrollbar .slider:insensitive, - NemoWindow .sidebar .scrollbar .slider:insensitive, - MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { - background-color: transparent; } - -@define-color theme_fg_color #D3DAE3; -@define-color theme_text_color #D3DAE3; -@define-color theme_bg_color #383C4A; -@define-color theme_base_color #404552; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #D3DAE3; -@define-color text_color #D3DAE3; -@define-color bg_color #383C4A; -@define-color base_color #404552; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #3c4150; -@define-color insensitive_fg_color alpha(#d3dae3, 0.5); -@define-color insensitive_base_color #404552; -@define-color theme_unfocused_fg_color #D3DAE3; -@define-color theme_unfocused_text_color #D3DAE3; -@define-color theme_unfocused_bg_color #383C4A; -@define-color theme_unfocused_base_color #404552; -@define-color borders #2b2e39; -@define-color unfocused_borders #2b2e39; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #a9caf1; -@define-color content_view_bg #404552; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css deleted file mode 100644 index 5add043..0000000 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ /dev/null @@ -1,3896 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: #F5F6F7; } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #5c616c; } - -.label:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar .label { - padding: 6px 12px; } - -GtkAssistant .sidebar .label.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -.grid-child { - padding: 3px; - border-radius: 3px; } - .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: #353945; - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: #353945; - border-color: #23262e; } - .button.osd.image-button, .header-bar .button.osd.titlebutton, - .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, - .titlebar .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, - .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, - .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, - .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, - .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > .label, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > .label, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > .label:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .the-button-in-the-combobox { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.9); } - -.primary-toolbar { - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #2f343f, #20232b) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #262a33; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; } - .csd .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #2f343f; - border-color: #262a33; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #2f343f; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #2f343f; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 3px 3px 0 0; - color: rgba(207, 218, 231, 0.8); - background-color: #2f343f; - box-shadow: inset 0 1px #363b48; } - .csd .titlebar { - background-color: #2f343f; } - .titlebar:backdrop { - color: rgba(207, 218, 231, 0.5); - background-color: #323843; } - .csd .titlebar:backdrop { - background-color: #323843; } - .maximized .titlebar { - background-color: #2f343f; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #323843; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(207, 218, 231, 0) 25%, rgba(207, 218, 231, 0.15) 25%, rgba(207, 218, 231, 0.15) 75%, rgba(207, 218, 231, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: padding-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #a45d39); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #aa3c3b); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - outline-offset: -3px; - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; - background-clip: padding-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(207, 218, 231, 0.35); - background-color: rgba(47, 52, 63, 0); - border-color: rgba(47, 52, 63, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(207, 218, 231, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(207, 218, 231, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(207, 218, 231, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(207, 218, 231, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(21, 23, 28, 0.4); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.4)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(21, 23, 28, 0.3)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #454c5c); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, #50586b); - border-color: rgba(21, 23, 28, 0.7); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #3e4553); - border-color: rgba(21, 23, 28, 0.7); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - GtkTreeView.view:selected { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } - GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkTreeView.view:insensitive:selected { - color: #97bfee; } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #2f343f; - color: rgba(207, 218, 231, 0.8); } - .menubar:backdrop { - color: rgba(207, 218, 231, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(207, 218, 231, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - -GtkRange-slider-width: 6px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #8a8e96; - border: 1px solid rgba(255, 255, 255, 0.6); - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { - margin-top: 2px; - margin-bottom: 2px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { - margin-left: 2px; - margin-right: 2px; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - .scrollbar .trough { - background-color: #fcfcfc; - border: 1px none #dcdfe3; } - .scrollbar .slider { - background-color: #b8babf; } - .scrollbar .slider:hover { - background-color: #c7c9cd; } - .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294e2; } - .scrollbar .slider:insensitive { - background-color: transparent; } - .scrollbar .slider { - border-radius: 100px; - margin: 3px; } - .scrollbar.fine-tune .slider { - margin: 4px; } - .scrollbar.vertical .slider { - margin-left: 4px; } - .scrollbar.vertical .slider:dir(rtl) { - margin-left: 3px; - margin-right: 4px; } - .scrollbar.vertical.fine-tune .slider { - margin-left: 5px; } - .scrollbar.vertical.fine-tune .slider:dir(rtl) { - margin-left: 4px; - margin-right: 5px; } - .scrollbar.vertical .trough { - border-left-style: solid; } - .scrollbar.vertical .trough:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .scrollbar.horizontal .slider { - margin-top: 4px; } - .scrollbar.horizontal.fine-tune .slider { - margin-top: 5px; } - .scrollbar.horizontal .trough { - border-top-style: solid; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fcfcfc; } - .scrollbars-junction:dir(rtl), - .scrollbars-junction.frame:dir(rtl) { - border-image-slice: 0 1 0 0; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, #353945); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, #454a59); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive .label { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: #353945; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1f2128; } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #2f343f; - border-bottom: 1px solid #20232b; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar, .sidebar .view { - border: none; - background-color: #fbfbfc; } - .sidebar:selected, .sidebar .view:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - GtkPaned .pane-separator { - background-color: #dcdfe3; } - -GtkPaned.wide { - -GtkPaned-handle-size: 5; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #dcdfe3; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: #4b5162; - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -:selected GtkColorSwatch { - box-shadow: none; } - :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #ffffff; } - -GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { - border-radius: 3px; } - -GtkColorSwatch:hover, GtkColorSwatch:hover:selected { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - -GtkColorEditor GtkColorSwatch { - border-radius: 3px; } - GtkColorEditor GtkColorSwatch:hover { - background-image: none; } - -GtkColorSwatch.color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); } - -GtkColorSwatch.color-light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); } - -GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid rgba(0, 0, 0, 0.15); } - GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { - border-color: rgba(0, 0, 0, 0.25); } - -GtkColorSwatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - GtkColorSwatch#add-color-button .overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 3px 3px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px #20232b, 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(32, 35, 43, 0.9), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.ssd { - border-radius: 3px 3px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65); } - .window-frame.ssd.maximized { - border-radius: 0; } - .window-frame.csd.popup { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - .window-frame.solid-csd { - border-radius: 0; - margin: 1px; - background-color: #2f343f; - box-shadow: none; } - -.header-bar.default-decoration .button.titlebutton, -.titlebar.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding-left: 4px; - padding-right: 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(47, 52, 63, 0); } - .header-bar .button.titlebutton:not(GtkMenuButton), - .titlebar .button.titlebutton:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; } - .header-bar .button.titlebutton:hover, - .titlebar .button.titlebutton:hover { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, - .titlebar .button.titlebutton:active, - .titlebar .button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.close, - .titlebar .button.titlebutton.maximize, - .titlebar .button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - opacity: 1; } - .header-bar .button.titlebutton.close, - .titlebar .button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png")); } - .header-bar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.close:hover, - .titlebar .button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png")); } - .header-bar .button.titlebutton.close:active, - .titlebar .button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png")); } - .header-bar .button.titlebutton.maximize, - .titlebar .button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png")); } - .header-bar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.maximize:hover, - .titlebar .button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png")); } - .header-bar .button.titlebutton.maximize:active, - .titlebar .button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png")); } - .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png")); } - .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png")); } - .header-bar .button.titlebutton.minimize:hover, - .titlebar .button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png")); } - .header-bar .button.titlebutton.minimize:active, - .titlebar .button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png")); } - -.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #262a33, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, -.nautilus-list-dim-label { - color: #a9acb2; } - .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #dceaf9; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } - .disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); } - .disk-space-display.free { - background-color: #edeef0; - border-color: #d0d5da; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); - border-color: rgba(21, 23, 28, 0.4); - background-color: rgba(95, 105, 127, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(134, 144, 165, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(207, 218, 231, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4), inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: #262a33; } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; } - .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } - .open-document-selector-treeview.view:prelight:selected { - color: #ffffff; - background-color: #5294e2; } - -.open-document-selector-name-label { - color: #5c616c; } - -.open-document-selector-path-label { - color: #aeb0b6; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, #2b2e37); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: #2b2e37; - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: #414654; } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(207, 218, 231, 0.8); - border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: transparent; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid #20232b; - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); - color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px #363b48; } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(207, 218, 231, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, #20232b); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: #404756; - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: #2b2e37; - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px #1b1d23; } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #353945; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #353945; } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #262a33; } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog .source-list.sidebar.view, -NautilusWindow .sidebar, -NautilusWindow .source-list.sidebar.view, -NemoWindow .sidebar, -NemoWindow .source-list.sidebar.view, -MarlinViewWindow .sidebar, -MarlinViewWindow .source-list.sidebar.view { - background-color: #353945; } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar row, - NautilusWindow .source-list.sidebar.view .view, - NautilusWindow .source-list.sidebar.view row, - NemoWindow .sidebar .view, - NemoWindow .sidebar row, - NemoWindow .source-list.sidebar.view .view, - NemoWindow .source-list.sidebar.view row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar row, - MarlinViewWindow .source-list.sidebar.view .view, - MarlinViewWindow .source-list.sidebar.view row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar row.image, - NautilusWindow .source-list.sidebar.view .view.image, - NautilusWindow .source-list.sidebar.view row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar row.image, - NemoWindow .source-list.sidebar.view .view.image, - NemoWindow .source-list.sidebar.view row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar row.image, - MarlinViewWindow .source-list.sidebar.view .view.image, - MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar row.cell:selected, - NautilusWindow .source-list.sidebar.view .view.cell:selected, - NautilusWindow .source-list.sidebar.view row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar row.cell:selected, - NemoWindow .source-list.sidebar.view .view.cell:selected, - NemoWindow .source-list.sidebar.view row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar row.cell:selected, - MarlinViewWindow .source-list.sidebar.view .view.cell:selected, - MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, - NautilusWindow .sidebar.frame, - NautilusWindow .source-list.sidebar.view.frame, - NemoWindow .sidebar.frame, - NemoWindow .source-list.sidebar.view.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow .source-list.sidebar.view.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow .source-list.sidebar.view .separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow .source-list.sidebar.view .separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow .source-list.sidebar.view .separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #353945; } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #353945; } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: #2a2d37; } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #262a33; } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #2f343f; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #323843; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #353945; } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: #353945; } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: #353945; } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: #252831; } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #e7eaee; - border: 1px solid rgba(0, 0, 0, 0.3); } - -GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, -NautilusWindow .sidebar .scrollbar .trough, -NautilusWindow .source-list.sidebar.view .scrollbar .trough, -NemoWindow .sidebar .scrollbar .trough, -NemoWindow .source-list.sidebar.view .scrollbar .trough, -MarlinViewWindow .sidebar .scrollbar .trough, -MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { - background-color: rgba(0, 0, 0, 0.2); - border: none; } - -GtkFileChooserDialog .sidebar .scrollbar .slider, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider, -NautilusWindow .sidebar .scrollbar .slider, -NautilusWindow .source-list.sidebar.view .scrollbar .slider, -NemoWindow .sidebar .scrollbar .slider, -NemoWindow .source-list.sidebar.view .scrollbar .slider, -MarlinViewWindow .sidebar .scrollbar .slider, -MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .scrollbar .slider:hover, - NautilusWindow .sidebar .scrollbar .slider:hover, - NemoWindow .sidebar .scrollbar .slider:hover, - MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, - NautilusWindow .sidebar .scrollbar .slider:prelight:active, - NemoWindow .sidebar .scrollbar .slider:prelight:active, - MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, - NautilusWindow .sidebar .scrollbar .slider:insensitive, - NemoWindow .sidebar .scrollbar .slider:insensitive, - MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { - background-color: transparent; } - -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color content_view_bg #ffffff; -@define-color wm_title alpha(#cfdae7, 0.8); -@define-color wm_unfocused_title alpha(#cfdae7, 0.5); -@define-color wm_bg #2f343f; -@define-color wm_bg_unfocused #323843; -@define-color wm_highlight #363b48; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #cc575d; -@define-color wm_button_close_hover_bg #d7787d; -@define-color wm_button_close_active_bg #be3841; -@define-color wm_icon_close_bg #2f343f; -@define-color wm_button_hover_bg #454C5C; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #262932; -@define-color wm_icon_bg #90939B; -@define-color wm_icon_unfocused_bg #666A74; -@define-color wm_icon_hover_bg #C4C7CC; -@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css deleted file mode 100644 index 603b3ff..0000000 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ /dev/null @@ -1,3896 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: #F5F6F7; } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #5c616c; } - -.label:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar .label { - padding: 6px 12px; } - -GtkAssistant .sidebar .label.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -.grid-child { - padding: 3px; - border-radius: 3px; } - .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: #353945; - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: #353945; - border-color: #23262e; } - .button.osd.image-button, .header-bar .button.osd.titlebutton, - .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, - .titlebar .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, - .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, - .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, - .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, - .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > .label, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > .label, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > .label:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .the-button-in-the-combobox { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.9); } - -.primary-toolbar { - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #e7e8eb, #d4d5db) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; } - .csd .header-bar { - background-color: #e7e8eb; - border-color: #d4d5db; } - .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: #5294e2; - border-color: #4189df; - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294e2; - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #e7e8eb; - border-color: #d4d5db; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #e7e8eb; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #e7e8eb; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: inset 0 1px #eff0f2; } - .csd .titlebar { - background-color: #e7e8eb; } - .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); - background-color: #eff0f2; } - .csd .titlebar:backdrop { - background-color: #eff0f2; } - .maximized .titlebar { - background-color: #e7e8eb; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #eff0f2; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: border-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: #F27835; - background-image: linear-gradient(to bottom, #eea57e); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #f48480); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - outline-offset: -3px; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - background-clip: border-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #f5f5f7); - border-color: rgba(82, 93, 118, 0.3); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - GtkTreeView.view:selected { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } - GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkTreeView.view:insensitive:selected { - color: #97bfee; } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } - .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - -GtkRange-slider-width: 6px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #8a8e96; - border: 1px solid rgba(255, 255, 255, 0.6); - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { - margin-top: 2px; - margin-bottom: 2px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { - margin-left: 2px; - margin-right: 2px; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - .scrollbar .trough { - background-color: #fcfcfc; - border: 1px none #dcdfe3; } - .scrollbar .slider { - background-color: #b8babf; } - .scrollbar .slider:hover { - background-color: #c7c9cd; } - .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294e2; } - .scrollbar .slider:insensitive { - background-color: transparent; } - .scrollbar .slider { - border-radius: 100px; - margin: 3px; } - .scrollbar.fine-tune .slider { - margin: 4px; } - .scrollbar.vertical .slider { - margin-left: 4px; } - .scrollbar.vertical .slider:dir(rtl) { - margin-left: 3px; - margin-right: 4px; } - .scrollbar.vertical.fine-tune .slider { - margin-left: 5px; } - .scrollbar.vertical.fine-tune .slider:dir(rtl) { - margin-left: 4px; - margin-right: 5px; } - .scrollbar.vertical .trough { - border-left-style: solid; } - .scrollbar.vertical .trough:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .scrollbar.horizontal .slider { - margin-top: 4px; } - .scrollbar.horizontal.fine-tune .slider { - margin-top: 5px; } - .scrollbar.horizontal .trough { - border-top-style: solid; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fcfcfc; } - .scrollbars-junction:dir(rtl), - .scrollbars-junction.frame:dir(rtl) { - border-image-slice: 0 1 0 0; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, #353945); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, #454a59); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive .label { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: #353945; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: #1f2128; } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: #e7e8eb; - border-bottom: 1px solid #d4d5db; } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar, .sidebar .view { - border: none; - background-color: #fbfbfc; } - .sidebar:selected, .sidebar .view:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - GtkPaned .pane-separator { - background-color: #dcdfe3; } - -GtkPaned.wide { - -GtkPaned-handle-size: 5; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #dcdfe3; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: #4b5162; - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -:selected GtkColorSwatch { - box-shadow: none; } - :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #ffffff; } - -GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { - border-radius: 3px; } - -GtkColorSwatch:hover, GtkColorSwatch:hover:selected { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - -GtkColorEditor GtkColorSwatch { - border-radius: 3px; } - GtkColorEditor GtkColorSwatch:hover { - background-image: none; } - -GtkColorSwatch.color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); } - -GtkColorSwatch.color-light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); } - -GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid rgba(0, 0, 0, 0.15); } - GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { - border-color: rgba(0, 0, 0, 0.25); } - -GtkColorSwatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - GtkColorSwatch#add-color-button .overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 4px 4px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.ssd { - border-radius: 4px 4px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.ssd.maximized { - border-radius: 0; } - .window-frame.csd.popup { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - .window-frame.solid-csd { - border-radius: 0; - margin: 1px; - background-color: #e7e8eb; - box-shadow: none; } - -.header-bar.default-decoration .button.titlebutton, -.titlebar.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding-left: 4px; - padding-right: 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(231, 232, 235, 0); } - .header-bar .button.titlebutton:not(GtkMenuButton), - .titlebar .button.titlebutton:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; } - .header-bar .button.titlebutton:hover, - .titlebar .button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, - .titlebar .button.titlebutton:active, - .titlebar .button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.close, - .titlebar .button.titlebutton.maximize, - .titlebar .button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - opacity: 1; } - .header-bar .button.titlebutton.close, - .titlebar .button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } - .header-bar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } - .header-bar .button.titlebutton.close:hover, - .titlebar .button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - .header-bar .button.titlebutton.close:active, - .titlebar .button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } - .header-bar .button.titlebutton.maximize, - .titlebar .button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } - .header-bar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } - .header-bar .button.titlebutton.maximize:hover, - .titlebar .button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - .header-bar .button.titlebutton.maximize:active, - .titlebar .button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } - .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } - .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } - .header-bar .button.titlebutton.minimize:hover, - .titlebar .button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - .header-bar .button.titlebutton.minimize:active, - .titlebar .button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } - -.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, -.nautilus-list-dim-label { - color: #a9acb2; } - .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #dceaf9; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } - .disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); } - .disk-space-display.free { - background-color: #edeef0; - border-color: #d0d5da; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: #d4d5db; } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; } - .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } - .open-document-selector-treeview.view:prelight:selected { - color: #ffffff; - background-color: #5294e2; } - -.open-document-selector-name-label { - color: #5c616c; } - -.open-document-selector-path-label { - color: #aeb0b6; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, #2b2e37); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: #2b2e37; - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: #414654; } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(0, 0, 0, 0.1); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px #eff0f2; } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: #fdfdfe; - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: #2b2e37; - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px #1b1d23; } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: #353945; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px #353945; } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: #d4d5db; } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog .source-list.sidebar.view, -NautilusWindow .sidebar, -NautilusWindow .source-list.sidebar.view, -NemoWindow .sidebar, -NemoWindow .source-list.sidebar.view, -MarlinViewWindow .sidebar, -MarlinViewWindow .source-list.sidebar.view { - background-color: #353945; } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar row, - NautilusWindow .source-list.sidebar.view .view, - NautilusWindow .source-list.sidebar.view row, - NemoWindow .sidebar .view, - NemoWindow .sidebar row, - NemoWindow .source-list.sidebar.view .view, - NemoWindow .source-list.sidebar.view row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar row, - MarlinViewWindow .source-list.sidebar.view .view, - MarlinViewWindow .source-list.sidebar.view row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar row.image, - NautilusWindow .source-list.sidebar.view .view.image, - NautilusWindow .source-list.sidebar.view row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar row.image, - NemoWindow .source-list.sidebar.view .view.image, - NemoWindow .source-list.sidebar.view row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar row.image, - MarlinViewWindow .source-list.sidebar.view .view.image, - MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar row.cell:selected, - NautilusWindow .source-list.sidebar.view .view.cell:selected, - NautilusWindow .source-list.sidebar.view row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar row.cell:selected, - NemoWindow .source-list.sidebar.view .view.cell:selected, - NemoWindow .source-list.sidebar.view row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar row.cell:selected, - MarlinViewWindow .source-list.sidebar.view .view.cell:selected, - MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, - NautilusWindow .sidebar.frame, - NautilusWindow .source-list.sidebar.view.frame, - NemoWindow .sidebar.frame, - NemoWindow .source-list.sidebar.view.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow .source-list.sidebar.view.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow .source-list.sidebar.view .separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow .source-list.sidebar.view .separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow .source-list.sidebar.view .separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: #353945; } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: #353945; } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: #2a2d37; } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: #d4d5db; } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #e7e8eb; } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #eff0f2; } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #e7e8eb; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #eff0f2; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: #353945; } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: #353945; } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: #353945; } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: #252831; } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.4); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(119, 127, 151, 0.5); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.4); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.4); - background-color: rgba(102, 109, 132, 0.25); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.4)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } - -GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #e7eaee; - border: 1px solid rgba(0, 0, 0, 0.3); } - -GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, -NautilusWindow .sidebar .scrollbar .trough, -NautilusWindow .source-list.sidebar.view .scrollbar .trough, -NemoWindow .sidebar .scrollbar .trough, -NemoWindow .source-list.sidebar.view .scrollbar .trough, -MarlinViewWindow .sidebar .scrollbar .trough, -MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { - background-color: rgba(0, 0, 0, 0.2); - border: none; } - -GtkFileChooserDialog .sidebar .scrollbar .slider, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider, -NautilusWindow .sidebar .scrollbar .slider, -NautilusWindow .source-list.sidebar.view .scrollbar .slider, -NemoWindow .sidebar .scrollbar .slider, -NemoWindow .source-list.sidebar.view .scrollbar .slider, -MarlinViewWindow .sidebar .scrollbar .slider, -MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .scrollbar .slider:hover, - NautilusWindow .sidebar .scrollbar .slider:hover, - NemoWindow .sidebar .scrollbar .slider:hover, - MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, - NautilusWindow .sidebar .scrollbar .slider:prelight:active, - NemoWindow .sidebar .scrollbar .slider:prelight:active, - MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, - NautilusWindow .sidebar .scrollbar .slider:insensitive, - NemoWindow .sidebar .scrollbar .slider:insensitive, - MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { - background-color: transparent; } - -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #e7e8eb; -@define-color wm_bg_unfocused #eff0f2; -@define-color wm_highlight #eff0f2; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #f46067; -@define-color wm_button_close_hover_bg #f68086; -@define-color wm_button_close_active_bg #f13039; -@define-color wm_icon_close_bg #F8F8F9; -@define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #D1D3DA; -@define-color wm_icon_bg #90949E; -@define-color wm_icon_unfocused_bg #B6B8C0; -@define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css deleted file mode 100644 index d33a027..0000000 --- a/common/gtk-3.0/3.16/gtk.css +++ /dev/null @@ -1,3896 +0,0 @@ -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #FC4138; - -GtkPaned-handle-size: 1; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - -GtkWidget-link-color: #2679db; - -GtkWidget-visited-link-color: #1e61b0; - -GtkWidget-focus-padding: 2; - -GtkWidget-focus-line-width: 1; - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; } - -.background { - color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } - -*:insensitive { - -gtk-image-effect: dim; } - -.gtkstyle-fallback { - background-color: #F5F6F7; - color: #5c616c; } - .gtkstyle-fallback:prelight { - background-color: white; - color: #5c616c; } - .gtkstyle-fallback:active { - background-color: #d9dde0; - color: #5c616c; } - .gtkstyle-fallback:insensitive { - background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } - .gtkstyle-fallback:selected { - background-color: #5294e2; - color: #ffffff; } - -.view { - color: #5c616c; - background-color: #ffffff; } - .view.dim-label, .view.label.separator, GtkPlacesSidebar.sidebar .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } - .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { - color: rgba(255, 255, 255, 0.65); - text-shadow: none; } - -.rubberband { - border: 1px solid #5294e2; - background-color: rgba(82, 148, 226, 0.2); } - -.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { - color: #5c616c; } - -.label:insensitive { - color: rgba(92, 97, 108, 0.55); } - -.dim-label, .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator, .header-bar .subtitle { - opacity: 0.55; } - -GtkAssistant .sidebar { - background-color: #ffffff; - border-top: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #dcdfe3; } - GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #dcdfe3; } - -GtkAssistant.csd .sidebar { - border-top-style: none; } - -GtkAssistant .sidebar .label { - padding: 6px 12px; } - -GtkAssistant .sidebar .label.highlight { - background-color: #5294e2; - color: #ffffff; } - -GtkTextView { - background-color: #fafbfb; } - -.grid-child { - padding: 3px; - border-radius: 3px; } - .grid-child:selected { - outline-offset: -2px; } - -.popover.osd, .osd { - color: #BAC3CF; - border: none; - background-color: rgba(53, 57, 69, 0.95); - background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); - box-shadow: none; } - -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: 0.5; } - -.entry { - border: 1px solid; - padding: 5px 8px; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry.image.left { - padding-left: 0; } - .entry.image.right { - padding-right: 0; } - .entry.flat, .entry.flat:focus { - padding: 2px; - color: #5c616c; - border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); - border: none; - border-radius: 0; } - .entry:focus { - background-clip: border-box; - color: #5c616c; - border-color: #5294e2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } - .entry:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(255, 255, 255, 0.55); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } - .entry:selected, .entry:selected:focus { - background-color: #5294e2; - color: #ffffff; } - .entry.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: #5294e2; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; } - .linked > .entry:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .linked > .entry:first-child:dir(rtl) { - border-right-style: none; } - .linked > .entry:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; } - .linked > .entry:last-child:dir(rtl) { - border-left-style: solid; } - .entry.warning { - color: #ffffff; - border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } - .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); - box-shadow: none; } - .entry.warning:selected, .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .entry.error { - color: #ffffff; - border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } - .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); - box-shadow: none; } - .entry.error:selected, .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - .entry.image { - color: #7d8189; } - .linked.vertical > .entry { - border-bottom-color: #f4f5f6; - box-shadow: none; } - .linked.vertical > .entry:focus { - border-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294e2; - box-shadow: none; } - .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #f4f5f6; } - .linked.vertical > .entry:last-child { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .linked.vertical > .entry:last-child:focus { - border-bottom-color: #5294e2; - box-shadow: 0 -1px 0 0 #5294e2; } - .linked.vertical > .entry:last-child:insensitive { - border-bottom-color: rgba(0, 0, 0, 0.14); } - .osd .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - .osd .entry.image, .osd .entry.image:hover { - color: inherit; } - .osd .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - .osd .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkSearchEntry.entry { - border-radius: 20px; } - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } - -.button { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border: 1px solid; - border-radius: 3px; - padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(251, 251, 252, 0); - border-color: rgba(207, 214, 230, 0); - transition: none; } - .button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 350ms; } - .button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; - -gtk-image-effect: highlight; } - .button:active, .button:checked { - background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - transition-duration: 50ms; } - .button:active { - color: #5c616c; } - .button:active:hover, .button:checked { - color: #ffffff; } - .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; } - .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button:insensitive > GtkLabel { - color: inherit; } - .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { - color: inherit; } - .button.osd { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - background-color: rgba(53, 57, 69, 0.95); - border-color: rgba(35, 38, 46, 0.95); } - .button.osd.image-button, .header-bar .button.osd.titlebutton, - .titlebar .button.osd.titlebutton { - padding: 10px; } - .button.osd:hover { - color: #5294e2; } - .button.osd:active, .button.osd:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.osd:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .osd .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .osd .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:dir(rtl) { - border-left-style: solid; } - .osd .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button:hover, .osd .button:hover:first-child, .osd .button:hover:last-child { - box-shadow: none; } - .osd .button:active, .osd .button:checked { - background-clip: padding-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .osd .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - .osd .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .osd .button.flat:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .osd .button.flat:hover, .osd .button.flat:hover:first-child, .osd .button.flat:hover:last-child { - box-shadow: none; } - .osd .button.flat:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); - background-image: none; } - .osd .button.flat:active, .osd .button.flat:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .button.suggested-action:active, .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .button.suggested-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .button.destructive-action:active, .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .button.destructive-action.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - color: rgba(92, 97, 108, 0.55); } - .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - .button.image-button, .header-bar .button.titlebutton, - .titlebar .button.titlebutton { - padding: 7px; } - .header-bar .button.image-button, .header-bar .button.titlebutton { - padding: 7px 10px; } - .button.text-button { - padding-left: 16px; - padding-right: 16px; } - .button.text-button.image-button, .header-bar .button.text-button.titlebutton, - .titlebar .button.text-button.titlebutton { - padding: 5px 8px; } - .button.text-button.image-button GtkLabel:first-child, .header-bar .button.text-button.titlebutton GtkLabel:first-child, - .titlebar .button.text-button.titlebutton GtkLabel:first-child { - padding-left: 8px; } - .button.text-button.image-button GtkLabel:last-child, .header-bar .button.text-button.titlebutton GtkLabel:last-child, - .titlebar .button.text-button.titlebutton GtkLabel:last-child { - padding-right: 8px; } - .stack-switcher > .button { - outline-offset: -3px; } - .stack-switcher > .button > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > .button > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > .button.text-button { - padding: 5px 10px; } - .stack-switcher > .button.image-button, .header-bar .stack-switcher > .button.titlebutton, - .titlebar .stack-switcher > .button.titlebutton { - padding: 2px 4px; } - .stack-switcher > .button.needs-attention:active > .label, - .stack-switcher > .button.needs-attention:active > GtkImage, - .stack-switcher > .button.needs-attention:checked > .label, - .stack-switcher > .button.needs-attention:checked > GtkImage { - animation: none; - background-image: none; } - .stack-switcher > .button.needs-attention > .label, - .stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - .stack-switcher > .button.needs-attention > .label:dir(rtl), - .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .button .sidebar-item.needs-attention > GtkLabel:dir(rtl) { - background-position: left 3px, left 4px; } - .inline-toolbar .button, .inline-toolbar .button:backdrop { - border-radius: 2px; - border-width: 1px; } - -.inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { - color: inherit; } - .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.8); - border-color: rgba(82, 148, 226, 0.75); - background-color: rgba(82, 148, 226, 0.75); - opacity: 0.6; } - .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { - color: inherit; } - -.inline-toolbar.toolbar GtkToolButton > .button.flat, .inline-toolbar GtkToolButton > .button.flat, .osd .button:hover, .osd .button:active, .osd .button:checked, .osd .button:insensitive, .inline-toolbar .button, .inline-toolbar .button:backdrop, .linked > .button, -.linked > .button:hover, -.linked > .button:active, -.linked > .button:checked, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button, NemoWindow .primary-toolbar NemoPathBar.linked > .button, .linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: none; } - .inline-toolbar GtkToolButton > .button.flat:hover, .osd .button:hover, .inline-toolbar .button:hover, .linked > .button:hover, GtkComboBox.combobox-entry .entry:hover, GtkComboBox.combobox-entry .button:hover, .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover, .linked > GtkComboBox > .button:hover:dir(ltr) { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4), inset -1px 0 rgba(207, 214, 230, 0.4); } - .inline-toolbar GtkToolButton > .button.flat:active, .osd .button:active, .inline-toolbar .button:active, .linked > .button:active, GtkComboBox.combobox-entry .entry:active, GtkComboBox.combobox-entry .button:active, .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, .linked > GtkComboBox > .button:active:dir(ltr), .inline-toolbar GtkToolButton > .button.flat:checked, .osd .button:checked, .inline-toolbar .button:checked, .linked > .button:checked, GtkComboBox.combobox-entry .entry:checked, GtkComboBox.combobox-entry .button:checked, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked, .linked > GtkComboBox > .button:checked:dir(ltr) { - box-shadow: none; } - .inline-toolbar.toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar GtkToolButton > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:dir(rtl) > .button.flat, .osd .button:dir(rtl):hover, .osd .button:dir(rtl):active, .osd .button:dir(rtl):checked, .osd .button:dir(rtl):insensitive, .inline-toolbar .button:dir(rtl), .inline-toolbar .button:dir(rtl):backdrop, .linked > .button:dir(rtl), - .linked > .button:dir(rtl):hover, - .linked > .button:dir(rtl):active, - .linked > .button:dir(rtl):checked, GtkComboBox.combobox-entry .entry:dir(rtl), GtkComboBox.combobox-entry .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:dir(rtl), .header-bar .linked.stack-switcher > .button:dir(rtl), .primary-toolbar .linked.path-bar > .button:dir(rtl), .header-bar .linked.path-bar > .button:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:dir(rtl), .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; } - -.osd .button:first-child:hover, .osd .button:first-child:active, .osd .button:first-child:checked, .osd .button:first-child:insensitive, .inline-toolbar .button:first-child, .linked > .button:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button.flat, .inline-toolbar GtkToolButton:first-child > .button.flat, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .primary-toolbar .linked.stack-switcher > .button:first-child, .header-bar .linked.stack-switcher > .button:first-child, .primary-toolbar .linked.path-bar > .button:first-child, .header-bar .linked.path-bar > .button:first-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; } - .osd .button:first-child:hover, .inline-toolbar .button:first-child:hover, .linked > .button:first-child:hover, .inline-toolbar GtkToolButton:first-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:first-child:hover, GtkComboBox.combobox-entry .button:first-child:hover, .linked > GtkComboBox:first-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:first-child:active, .inline-toolbar .button:first-child:active, .linked > .button:first-child:active, .inline-toolbar GtkToolButton:first-child > .button.flat:active, GtkComboBox.combobox-entry .entry:first-child:active, GtkComboBox.combobox-entry .button:first-child:active, .linked > GtkComboBox:first-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, .osd .button:first-child:checked, .inline-toolbar .button:first-child:checked, .linked > .button:first-child:checked, .inline-toolbar GtkToolButton:first-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:first-child:checked, GtkComboBox.combobox-entry .button:first-child:checked, .linked > GtkComboBox:first-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - -.osd .button:last-child:hover, .osd .button:last-child:active, .osd .button:last-child:checked, .osd .button:last-child:insensitive, .inline-toolbar .button:last-child, .linked > .button:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat, .inline-toolbar GtkToolButton:last-child > .button.flat, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .primary-toolbar .linked.stack-switcher > .button:last-child, .header-bar .linked.stack-switcher > .button:last-child, .primary-toolbar .linked.path-bar > .button:last-child, .header-bar .linked.path-bar > .button:last-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; } - .osd .button:last-child:hover, .inline-toolbar .button:last-child:hover, .linked > .button:last-child:hover, .inline-toolbar GtkToolButton:last-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:last-child:hover, GtkComboBox.combobox-entry .button:last-child:hover, .linked > GtkComboBox:last-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } - .osd .button:last-child:active, .inline-toolbar .button:last-child:active, .linked > .button:last-child:active, .inline-toolbar GtkToolButton:last-child > .button.flat:active, GtkComboBox.combobox-entry .entry:last-child:active, GtkComboBox.combobox-entry .button:last-child:active, .linked > GtkComboBox:last-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, .osd .button:last-child:checked, .inline-toolbar .button:last-child:checked, .linked > .button:last-child:checked, .inline-toolbar GtkToolButton:last-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:last-child:checked, GtkComboBox.combobox-entry .button:last-child:checked, .linked > GtkComboBox:last-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - .osd .button:last-child:dir(rtl):hover, .osd .button:last-child:dir(rtl):active, .osd .button:last-child:dir(rtl):checked, .osd .button:last-child:dir(rtl):insensitive, .inline-toolbar .button:last-child:dir(rtl), .linked > .button:last-child:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar GtkToolButton:last-child > .button.flat:dir(rtl), .inline-toolbar.toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, .inline-toolbar GtkToolButton:last-child:dir(rtl) > .button.flat, GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .primary-toolbar .linked.stack-switcher > .button:last-child:dir(rtl), .header-bar .linked.stack-switcher > .button:last-child:dir(rtl), .primary-toolbar .linked.path-bar > .button:last-child:dir(rtl), .header-bar .linked.path-bar > .button:last-child:dir(rtl), NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:dir(rtl) { - border-bottom-left-radius: 0; } - -.osd .button:only-child:hover, .osd .button:only-child:active, .osd .button:only-child:checked, .osd .button:only-child:insensitive, .inline-toolbar .button:only-child, .linked > .button:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button.flat, .inline-toolbar GtkToolButton:only-child > .button.flat, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .primary-toolbar .linked.stack-switcher > .button:only-child, .header-bar .linked.stack-switcher > .button:only-child, .primary-toolbar .linked.path-bar > .button:only-child, .header-bar .linked.path-bar > .button:only-child, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child { - border-radius: 3px; - border-style: solid; } - .osd .button:only-child:hover, .inline-toolbar .button:only-child:hover, .linked > .button:only-child:hover, .inline-toolbar GtkToolButton:only-child > .button.flat:hover, GtkComboBox.combobox-entry .entry:only-child:hover, GtkComboBox.combobox-entry .button:only-child:hover, .linked > GtkComboBox:only-child > .button:hover, .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - .osd .button:only-child:active, .inline-toolbar .button:only-child:active, .linked > .button:only-child:active, .inline-toolbar GtkToolButton:only-child > .button.flat:active, GtkComboBox.combobox-entry .entry:only-child:active, GtkComboBox.combobox-entry .button:only-child:active, .linked > GtkComboBox:only-child > .button:active, .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, .osd .button:only-child:checked, .inline-toolbar .button:only-child:checked, .linked > .button:only-child:checked, .inline-toolbar GtkToolButton:only-child > .button.flat:checked, GtkComboBox.combobox-entry .entry:only-child:checked, GtkComboBox.combobox-entry .button:only-child:checked, .linked > GtkComboBox:only-child > .button:checked, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.linked.vertical > .entry, .linked.vertical > .entry:focus, .linked.vertical > .entry:insensitive, .linked.vertical > .button, -.linked.vertical > .button:hover, -.linked.vertical > .button:active, -.linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; } - .linked.vertical > .entry:hover, .linked.vertical > .button:hover, .linked.vertical > GtkComboBoxText > .button:hover, - .linked.vertical > GtkComboBox > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4), inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:active, .linked.vertical > .button:active, .linked.vertical > GtkComboBoxText > .button:active, - .linked.vertical > GtkComboBox > .button:active, .linked.vertical > .entry:checked, .linked.vertical > .button:checked, .linked.vertical > GtkComboBoxText > .button:checked, - .linked.vertical > GtkComboBox > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:first-child, .linked.vertical > .button:first-child, .linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { - border-radius: 3px 3px 0 0; - border-top-style: solid; } - .linked.vertical > .entry:first-child:hover, .linked.vertical > .button:first-child:hover, .linked.vertical > GtkComboBoxText:first-child > .button:hover, - .linked.vertical > GtkComboBox:first-child > .button:hover { - box-shadow: inset 0 -1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:first-child:active, .linked.vertical > .button:first-child:active, .linked.vertical > GtkComboBoxText:first-child > .button:active, - .linked.vertical > GtkComboBox:first-child > .button:active, .linked.vertical > .entry:first-child:checked, .linked.vertical > .button:first-child:checked, .linked.vertical > GtkComboBoxText:first-child > .button:checked, - .linked.vertical > GtkComboBox:first-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:last-child, .linked.vertical > .button:last-child, .linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; } - .linked.vertical > .entry:last-child:hover, .linked.vertical > .button:last-child:hover, .linked.vertical > GtkComboBoxText:last-child > .button:hover, - .linked.vertical > GtkComboBox:last-child > .button:hover { - box-shadow: inset 0 1px rgba(207, 214, 230, 0.4); } - .linked.vertical > .entry:last-child:active, .linked.vertical > .button:last-child:active, .linked.vertical > GtkComboBoxText:last-child > .button:active, - .linked.vertical > GtkComboBox:last-child > .button:active, .linked.vertical > .entry:last-child:checked, .linked.vertical > .button:last-child:checked, .linked.vertical > GtkComboBoxText:last-child > .button:checked, - .linked.vertical > GtkComboBox:last-child > .button:checked { - box-shadow: none; } - -.linked.vertical > .entry:only-child, .linked.vertical > .button:only-child, .linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { - border-radius: 3px; - border-style: solid; } - .linked.vertical > .entry:only-child:hover, .linked.vertical > .button:only-child:hover, .linked.vertical > GtkComboBoxText:only-child > .button:hover, - .linked.vertical > GtkComboBox:only-child > .button:hover { - box-shadow: none; } - .linked.vertical > .entry:only-child:active, .linked.vertical > .button:only-child:active, .linked.vertical > GtkComboBoxText:only-child > .button:active, - .linked.vertical > GtkComboBox:only-child > .button:active, .linked.vertical > .entry:only-child:checked, .linked.vertical > .button:only-child:checked, .linked.vertical > GtkComboBoxText:only-child > .button:checked, - .linked.vertical > GtkComboBox:only-child > .button:checked { - box-shadow: none; } - -.menuitem.button.flat, .button:link, .button:visited, .button:link:hover, .button:link:active, .button:link:checked, .button:visited:hover, .button:visited:active, .button:visited:checked, .menu.button, .notebook tab .button, .list-row.button, .app-notification .button.flat, -.app-notification.frame .button.flat, .app-notification .button.flat:insensitive, -.app-notification.frame .button.flat:insensitive { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - outline-offset: -1px; - border-radius: 2px; } - .menuitem.button.flat:hover { - background-color: #edeff0; } - .menuitem.button.flat:checked { - color: #5c616c; } - -*:link, .button:link, .button:visited { - color: #2679db; } - *:link:visited, .button:visited { - color: #1e61b0; } - *:selected *:link:visited, *:selected .button:visited:link, *:selected .button:visited { - color: #bad4f3; } - *:link:hover, .button:hover:link, .button:hover:visited { - color: #5294e2; } - *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #eef4fc; } - *:link:active, .button:active:link, .button:active:visited { - color: #2679db; } - *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #dceaf9; } - *:link:selected, .button:selected:link, .button:selected:visited, .header-bar.selection-mode .subtitle:link, .header-bar.titlebar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link, *:selected .button:visited { - color: #dceaf9; } - -.spinbutton { - border-radius: 3px; } - .spinbutton .button { - background-image: none; - border: 1px solid rgba(220, 223, 227, 0.6); - border-style: none none none solid; - color: #646973; - border-radius: 0; - box-shadow: none; } - .spinbutton .button:dir(rtl) { - border-style: none solid none none; } - .spinbutton .button:first-child { - color: red; } - .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } - .spinbutton .button:active { - background-color: #5294e2; - color: #ffffff; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { - color: inherit; } - .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; } - .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; } - .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; } - GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #5294e2; - border-radius: 0; - box-shadow: none; } - -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; } - GtkComboBox > .the-button-in-the-combobox { - padding-top: 3px; - padding-bottom: 3px; } - GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkComboBox .separator.vertical, GtkComboBox GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar GtkComboBox .vertical.view.separator { - -GtkWidget-wide-separators: true; } - GtkComboBox.combobox-entry .entry:dir(ltr) { - border-right-style: none; } - GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294e2; } - GtkComboBox.combobox-entry .entry:dir(rtl) { - border-left-style: none; } - GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: -1px 0 #5294e2; } - GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(207, 214, 230, 0.55); } - GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 #cfd6e6; } - GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(207, 214, 230, 0.55); } - -.toolbar, .inline-toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: #F5F6F7; } - .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { - padding: 7px; - border: 1px solid rgba(0, 0, 0, 0.5); - border-radius: 3px; - background-color: rgba(53, 57, 69, 0.85); } - -.primary-toolbar { - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, #e7e8eb, rgba(212, 213, 219, 0.95)) 1 0 1 0; } - -.inline-toolbar { - background-color: #edeef0; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; } - -.search-bar { - background-color: #F5F6F7; - border-style: solid; - border-color: #dcdfe3; - border-width: 0 0 1px; - padding: 3px; } - -.action-bar { - background-color: #edeef0; } - -.header-bar { - padding: 5px 5px 4px 5px; - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; } - .csd .header-bar { - background-color: rgba(231, 232, 235, 0.95); - border-color: rgba(212, 213, 219, 0.95); } - .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .header-bar .title { - padding-left: 12px; - padding-right: 12px; } - .header-bar .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; } - .header-bar.selection-mode, .header-bar.titlebar.selection-mode { - color: #ffffff; - background-color: rgba(82, 148, 226, 0.95); - border-color: rgba(65, 137, 223, 0.95); - box-shadow: none; } - .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: rgba(82, 148, 226, 0.95); - color: rgba(255, 255, 255, 0.6); } - .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button.flat, .header-bar.titlebar.selection-mode .button.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:hover, .header-bar.titlebar.selection-mode .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.05); - border-color: rgba(255, 255, 255, 0.5); } - .header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked { - color: rgba(82, 148, 226, 0.95); - outline-color: rgba(82, 148, 226, 0.25); - background-color: #ffffff; - border-color: #ffffff; } - .header-bar.selection-mode .button:insensitive, .header-bar.titlebar.selection-mode .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0); } - .header-bar.selection-mode .button:insensitive:active, .header-bar.selection-mode .button:insensitive:checked, .header-bar.titlebar.selection-mode .button:insensitive:active, .header-bar.titlebar.selection-mode .button:insensitive:checked { - color: rgba(82, 148, 226, 0.35); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(255, 255, 255, 0.15); } - .header-bar.selection-mode .selection-menu, .header-bar.titlebar.selection-mode .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; } - .header-bar.selection-mode .selection-menu GtkArrow, .header-bar.titlebar.selection-mode .selection-menu GtkArrow { - -GtkArrow-arrow-scaling: 1; } - .header-bar.selection-mode .selection-menu .arrow, .header-bar.titlebar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - .maximized .header-bar.selection-mode, .maximized .header-bar.titlebar.selection-mode { - background-color: #5294e2; } - .tiled .header-bar, .tiled .header-bar:backdrop, - .maximized .header-bar, .maximized .header-bar:backdrop { - border-radius: 0; } - .maximized .header-bar { - background-color: #e7e8eb; - border-color: #d4d5db; } - .header-bar.default-decoration, - .csd .header-bar.default-decoration, .header-bar.default-decoration:backdrop, - .csd .header-bar.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: #e7e8eb; - border-bottom-width: 0; } - .maximized .header-bar.default-decoration, .maximized - .csd .header-bar.default-decoration, .maximized .header-bar.default-decoration:backdrop, .maximized - .csd .header-bar.default-decoration:backdrop { - background-color: #e7e8eb; } - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); - background-color: #e7e8eb; - box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } - .csd .titlebar { - background-color: rgba(231, 232, 235, 0.95); } - .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); - background-color: #eff0f2; } - .csd .titlebar:backdrop { - background-color: rgba(239, 240, 242, 0.95); } - .maximized .titlebar { - background-color: #e7e8eb; } - .maximized .titlebar:backdrop, .csd .maximized .titlebar:backdrop { - background-color: #eff0f2; } - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { - background-color: transparent; } - -.primary-toolbar .separator, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator, .header-bar .header-bar-separator, -.header-bar > GtkBox > .separator.vertical, GtkPlacesSidebar.sidebar -.header-bar > GtkBox > .vertical.view.separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } - .primary-toolbar .separator:backdrop, .primary-toolbar GtkPlacesSidebar.sidebar .view.separator:backdrop, GtkPlacesSidebar.sidebar .primary-toolbar .view.separator:backdrop, .header-bar .header-bar-separator:backdrop, - .header-bar > GtkBox > .separator.vertical:backdrop, GtkPlacesSidebar.sidebar - .header-bar > GtkBox > .vertical.view.separator:backdrop { - opacity: 0.6; } - -.primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { - color: inherit; } - .primary-toolbar .entry:backdrop, .header-bar .entry:backdrop { - opacity: 0.85; } - .primary-toolbar .entry:focus, .header-bar .entry:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - background-clip: border-box; } - .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { - color: #ffffff; } - .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { - background-color: #ffffff; - color: #5294e2; } - .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294e2; - background-image: none; - background-color: transparent; } - .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: white; - border-color: #F27835; - background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } - .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: white; - background-image: linear-gradient(to bottom, #F27835); } - .primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus { - background-color: white; - color: #F27835; } - .primary-toolbar .entry.error, .header-bar .entry.error { - color: white; - border-color: #FC4138; - background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } - .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: white; - background-image: linear-gradient(to bottom, #FC4138); } - .primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus { - background-color: white; - color: #FC4138; } - -.primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - outline-offset: -3px; - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:backdrop, .header-bar .button:backdrop { - opacity: 0.7; } - .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; - background-clip: border-box; } - .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { - color: inherit; } - .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { - color: rgba(255, 255, 255, 0.75); - border-color: rgba(82, 148, 226, 0.65); - background-color: rgba(82, 148, 226, 0.65); } - -.primary-toolbar .linked > .button, .header-bar .linked > .button { - border-radius: 3px; - border-style: solid; } - -.primary-toolbar .linked > .button:hover, .header-bar .linked > .button:hover { - box-shadow: none; } - -.primary-toolbar .linked.stack-switcher > .button, .header-bar .linked.stack-switcher > .button, .primary-toolbar .linked.path-bar > .button, .header-bar .linked.path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:first-child:hover, .header-bar .linked.stack-switcher > .button:first-child:hover, .primary-toolbar .linked.path-bar > .button:first-child:hover, .header-bar .linked.path-bar > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:first-child:active, .header-bar .linked.stack-switcher > .button:first-child:active, .primary-toolbar .linked.stack-switcher > .button:first-child:checked, .header-bar .linked.stack-switcher > .button:first-child:checked, .primary-toolbar .linked.path-bar > .button:first-child:active, .header-bar .linked.path-bar > .button:first-child:active, .primary-toolbar .linked.path-bar > .button:first-child:checked, .header-bar .linked.path-bar > .button:first-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:last-child:hover, .header-bar .linked.stack-switcher > .button:last-child:hover, .primary-toolbar .linked.path-bar > .button:last-child:hover, .header-bar .linked.path-bar > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar .linked.stack-switcher > .button:last-child:active, .header-bar .linked.stack-switcher > .button:last-child:active, .primary-toolbar .linked.stack-switcher > .button:last-child:checked, .header-bar .linked.stack-switcher > .button:last-child:checked, .primary-toolbar .linked.path-bar > .button:last-child:active, .header-bar .linked.path-bar > .button:last-child:active, .primary-toolbar .linked.path-bar > .button:last-child:checked, .header-bar .linked.path-bar > .button:last-child:checked { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:hover, .header-bar .linked.stack-switcher > .button:only-child:hover, .primary-toolbar .linked.path-bar > .button:only-child:hover, .header-bar .linked.path-bar > .button:only-child:hover { - box-shadow: none; } - .primary-toolbar .linked.stack-switcher > .button:only-child:active, .header-bar .linked.stack-switcher > .button:only-child:active, .primary-toolbar .linked.stack-switcher > .button:only-child:checked, .header-bar .linked.stack-switcher > .button:only-child:checked, .primary-toolbar .linked.path-bar > .button:only-child:active, .header-bar .linked.path-bar > .button:only-child:active, .primary-toolbar .linked.path-bar > .button:only-child:checked, .header-bar .linked.path-bar > .button:only-child:checked { - box-shadow: none; } - -.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - .primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } - .primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - .primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop, .primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - .primary-toolbar .button.destructive-action.flat, .header-bar .button.destructive-action.flat { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } - .primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - .primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked { - background-clip: border-box; - color: white; - outline-color: rgba(255, 255, 255, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); - background-color: rgba(231, 232, 235, 0); - border-color: rgba(231, 232, 235, 0); } - .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { - color: inherit; } - -.primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop, .primary-toolbar .button.destructive-action:backdrop, .header-bar .button.destructive-action:backdrop { - opacity: 0.8; } - -.primary-toolbar .spinbutton:focus .button, .header-bar .spinbutton:focus .button { - color: #ffffff; } - .primary-toolbar .spinbutton:focus .button:hover, .header-bar .spinbutton:focus .button:hover { - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; } - .primary-toolbar .spinbutton:focus .button:insensitive, .header-bar .spinbutton:focus .button:insensitive { - color: rgba(255, 255, 255, 0.4); } - -.primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } - .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); - border-color: transparent; } - .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } - .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { - background-color: rgba(0, 0, 0, 0.1); } - -.primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } - -.primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { - color: inherit; } - .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); - box-shadow: none; } - .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus { - box-shadow: none; } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr), .header-bar GtkComboBox.combobox-entry .button:dir(ltr) { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(ltr):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(ltr):insensitive { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl), .header-bar GtkComboBox.combobox-entry .button:dir(rtl) { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - .primary-toolbar GtkComboBox.combobox-entry .button:dir(rtl):insensitive, .header-bar GtkComboBox.combobox-entry .button:dir(rtl):insensitive { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0); } - -.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { - opacity: 0.75; } - -.primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } - -.primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale:backdrop, .header-bar .scale:backdrop { - opacity: 0.75; } - -.primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } - .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } - -.primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } - .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); - border-color: rgba(82, 93, 118, 0.3); } - -.path-bar .button { - padding: 5px 10px; } - .path-bar .button:first-child { - padding-left: 10px; } - .path-bar .button:last-child { - padding-right: 10px; } - .path-bar .button:only-child { - padding-left: 14px; - padding-right: 14px; } - .path-bar .button GtkLabel:last-child { - padding-left: 4px; } - .path-bar .button GtkLabel:first-child { - padding-right: 4px; } - .path-bar .button GtkLabel:only-child, .path-bar .button GtkLabel { - padding-right: 0; - padding-left: 0; } - .path-bar .button GtkImage { - padding-top: 2px; - padding-bottom: 1px; } - -GtkTreeView.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); - border-top-color: rgba(0, 0, 0, 0.1); } - GtkTreeView.view:selected { - border-radius: 0; - border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } - GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } - GtkTreeView.view:insensitive:selected { - color: #97bfee; } - GtkTreeView.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #577ba7; } - GtkTreeView.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } - GtkTreeView.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - GtkTreeView.view.expander:hover { - color: #5c616c; } - GtkTreeView.view.expander:selected { - color: #cbdff6; } - GtkTreeView.view.expander:selected:hover { - color: #ffffff; } - GtkTreeView.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - GtkTreeView.view.progressbar, GtkTreeView.view.progressbar:focus { - color: #ffffff; - border-radius: 3px; - background-image: linear-gradient(to bottom, #5294e2); } - GtkTreeView.view.progressbar:selected, GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:focus:selected, GtkTreeView.view.progressbar:focus:selected:focus { - color: #5294e2; - box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } - GtkTreeView.view.trough { - color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); - border-radius: 3px; - border-width: 0; } - GtkTreeView.view.trough:selected, GtkTreeView.view.trough:selected:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); - border-radius: 3px; - border-width: 0; } - -column-header .button { - color: #7d8189; - background-color: #ffffff; } - column-header .button:hover { - color: #5294e2; - box-shadow: none; - transition: none; } - column-header .button:active { - color: #5c616c; - transition: none; } - -column-header:last-child .button, column-header:last-child.button { - border-right-style: none; - border-image: none; } - -column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { - transition: none; - color: #5294e2; - box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } - -column-header .button, column-header .button:hover, column-header .button:active { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, transparent 80%) 0 1 0 0/0 1px 0 0 stretch; } - column-header .button:active, column-header .button:hover { - background-color: #ffffff; } - column-header .button:active:hover { - color: #5c616c; } - column-header .button:insensitive { - border-color: #F5F6F7; - background-image: none; } - -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } - .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } - .menubar > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; } - .menubar > .menuitem:hover { - background-color: #5294e2; - color: #ffffff; } - .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); - border-color: transparent; } - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: #ffffff; - border: 1px solid #dcdfe3; } - .csd .menu { - padding: 4px 0px; - border-radius: 2px; - border: none; } - .menu .menuitem { - padding: 5px; } - .menu .menuitem:hover { - color: #ffffff; - background-color: #5294e2; } - .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } - .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { - color: rgba(255, 255, 255, 0); } - .menu .menuitem.arrow { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .menu .menuitem.arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .menu.button { - border-style: none; - border-radius: 0; } - .menu.button.top { - border-bottom: 1px solid #efeff0; } - .menu.button.bottom { - border-top: 1px solid #efeff0; } - .menu.button:hover { - background-color: #efeff0; } - .menu.button:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.csd .popup { - border-radius: 2px; } - -.menuitem .accelerator { - color: alpha(currentColor,0.55); } - -.popover { - padding: 2px; - border: 1px solid #cdd2d7; - border-radius: 3px; - background-clip: border-box; - background-color: #ffffff; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } - .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(255, 255, 255, 0); } - .popover > .list, - .popover > .view, - .popover > .toolbar, - .popover > .inline-toolbar, - .popover.osd > .toolbar, - .popover.osd > .inline-toolbar { - border-style: none; - background-color: transparent; } - -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; } - .entry.cursor-handle.top, - .cursor-handle.top { - -gtk-icon-source: -gtk-icontheme("selection-start-symbolic"); } - .entry.cursor-handle.bottom, - .cursor-handle.bottom { - -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } - -.notebook { - padding: 0; - background-color: #ffffff; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .notebook.frame { - border: 1px solid #dcdfe3; } - .notebook.frame.top { - border-top-width: 0; } - .notebook.frame.bottom { - border-bottom-width: 0; } - .notebook.frame.right { - border-right-width: 0; } - .notebook.frame.left { - border-left-width: 0; } - .notebook.header { - background-color: #F5F6F7; } - .notebook.header.frame { - border: 0px solid #dcdfe3; } - .notebook.header.frame.top { - border-bottom-width: 0; } - .notebook.header.frame.bottom { - border-top-width: 0; } - .notebook.header.frame.right { - border-left-width: 0; } - .notebook.header.frame.left { - border-right-width: 0; } - .notebook.header.top { - box-shadow: inset 0 -1px #dcdfe3; } - .notebook.header.bottom { - box-shadow: inset 0 1px #dcdfe3; } - .notebook.header.right { - box-shadow: inset 1px 0 #dcdfe3; } - .notebook.header.left { - box-shadow: inset -1px 0 #dcdfe3; } - .notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - outline-offset: 0; } - .notebook tab.top, .notebook tab.bottom { - padding: 4px 15px; } - .notebook tab.left, .notebook tab.right { - padding: 4px 15px; } - .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom { - padding-left: 12px; - padding-right: 12px; } - .notebook tab.reorderable-page.top, .notebook tab.top { - padding-top: 6px; - border-radius: 3.5px 2px 0 0; - border-width: 0; - border-top-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #ffffff, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom, .notebook tab.bottom { - padding-bottom: 6px; - border-radius: 0 0 2px 3.5px; - border-width: 0; - border-bottom-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 -1px #ffffff, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right, .notebook tab.right { - padding-right: 17px; - border-radius: 0 3.5px 3.5px 0; - border-width: 0; - border-right-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #ffffff, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left, .notebook tab.left { - padding-left: 17px; - border-radius: 3.5px 0 0 3.5px; - border-width: 0; - border-left-width: 2px; - border-color: transparent; - background-color: rgba(255, 255, 255, 0); } - .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - background-color: rgba(255, 255, 255, 0.5); - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { - background-color: #ffffff; - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } - .notebook tab GtkLabel { - padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } - .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } - .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } - .notebook tab .button { - padding: 0; - color: #92959d; } - .notebook tab .button:hover { - color: #ff4d4d; } - .notebook tab .button:active { - color: #5294e2; } - .notebook tab .button > GtkImage { - padding: 2px; } - .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } - .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } - .notebook.arrow:active { - color: #5c616c; } - .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; } - .scrollbar .button { - border: none; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: 0.4; - -GtkRange-slider-width: 6px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #8a8e96; - border: 1px solid rgba(255, 255, 255, 0.6); - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider { - margin-top: 2px; - margin-bottom: 2px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider { - margin-left: 2px; - margin-right: 2px; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: 0.99; } - .scrollbar .trough { - background-color: #fcfcfc; - border: 1px none #dcdfe3; } - .scrollbar .slider { - background-color: #b8babf; } - .scrollbar .slider:hover { - background-color: #c7c9cd; } - .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294e2; } - .scrollbar .slider:insensitive { - background-color: transparent; } - .scrollbar .slider { - border-radius: 100px; - margin: 3px; } - .scrollbar.fine-tune .slider { - margin: 4px; } - .scrollbar.vertical .slider { - margin-left: 4px; } - .scrollbar.vertical .slider:dir(rtl) { - margin-left: 3px; - margin-right: 4px; } - .scrollbar.vertical.fine-tune .slider { - margin-left: 5px; } - .scrollbar.vertical.fine-tune .slider:dir(rtl) { - margin-left: 4px; - margin-right: 5px; } - .scrollbar.vertical .trough { - border-left-style: solid; } - .scrollbar.vertical .trough:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .scrollbar.horizontal .slider { - margin-top: 4px; } - .scrollbar.horizontal.fine-tune .slider { - margin-top: 5px; } - .scrollbar.horizontal .trough { - border-top-style: solid; } - -.scrollbars-junction, -.scrollbars-junction.frame { - border-color: transparent; - border-image: linear-gradient(to bottom, #dcdfe3 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #fcfcfc; } - .scrollbars-junction:dir(rtl), - .scrollbars-junction.frame:dir(rtl) { - border-image-slice: 0 1 0 0; } - -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; } - GtkSwitch.trough, GtkSwitch.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; } - GtkSwitch.trough:dir(rtl), GtkSwitch.slider:dir(rtl) { - background-position: left center; } - -GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough, -.list-row:selected GtkSwitch.trough, -GtkInfoBar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } - -.header-bar GtkSwitch.trough, -.primary-toolbar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png")); } - -GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active, -.list-row:selected GtkSwitch.trough:active, -GtkInfoBar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } - -.header-bar GtkSwitch.trough:active, -.primary-toolbar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png")); } - -GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:insensitive, -.list-row:selected GtkSwitch.trough:insensitive, -GtkInfoBar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:insensitive, -.primary-toolbar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png")); } - -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png")); } - -.menu .menuitem:hover GtkSwitch.trough:active:insensitive, -.list-row:selected GtkSwitch.trough:active:insensitive, -GtkInfoBar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } - -.header-bar GtkSwitch.trough:active:insensitive, -.primary-toolbar GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png")); } - -.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check, -GtkFileChooserDialog .dialog-vbox > .frame .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } - -.menu .menuitem.check:hover, -GtkTreeView.view.check:selected, -.list-row:selected .check, -GtkInfoBar .check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); } - -.check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.check:insensitive:hover, -GtkTreeView.view.check:insensitive:selected, -.list-row:selected .check:insensitive, -GtkInfoBar .check:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png")); } - -.check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } - -.menu .menuitem.check:inconsistent:hover, -GtkTreeView.view.check:inconsistent:selected, -.list-row:selected .check:inconsistent, -GtkInfoBar .check:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); } - -.check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.check:inconsistent:insensitive:hover, -GtkTreeView.view.check:inconsistent:insensitive:selected, -.list-row:selected .check:inconsistent:insensitive, -GtkInfoBar .check:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png")); } - -.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } - -.menu .menuitem.check:checked:hover, -GtkTreeView.view.check:checked:selected, -.list-row:selected .check:checked, -GtkInfoBar .check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); } - -.check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .check:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } - -.menu .menuitem.check:checked:insensitive:hover, -GtkTreeView.view.check:checked:insensitive:selected, -.list-row:selected .check:checked:insensitive, -GtkInfoBar .check:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png")); } - -.radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio, -GtkFileChooserDialog .dialog-vbox > .frame .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } - -.menu .menuitem.radio:hover, -GtkTreeView.view.radio:selected, -.list-row:selected .radio, -GtkInfoBar .radio { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); } - -.radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:insensitive:hover, -GtkTreeView.view.radio:insensitive:selected, -.list-row:selected .radio:insensitive, -GtkInfoBar .radio:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png")); } - -.radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:hover, -GtkTreeView.view.radio:inconsistent:selected, -.list-row:selected .radio:inconsistent, -GtkInfoBar .radio:inconsistent { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); } - -.radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:inconsistent:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } - -.menu .menuitem.radio:inconsistent:insensitive:hover, -GtkTreeView.view.radio:inconsistent:insensitive:selected, -.list-row:selected .radio:inconsistent:insensitive, -GtkInfoBar .radio:inconsistent:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png")); } - -.radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } - -.menu .menuitem.radio:checked:hover, -GtkTreeView.view.radio:checked:selected, -.list-row:selected .radio:checked, -GtkInfoBar .radio:checked { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); } - -.radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png")); } - -GtkFileChooserDialog .action-bar.frame .radio:checked:insensitive, -GtkFileChooserDialog .dialog-vbox > .frame .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } - -.menu .menuitem.radio:checked:insensitive:hover, -GtkTreeView.view.radio:checked:insensitive:selected, -.list-row:selected .radio:checked:insensitive, -GtkInfoBar .radio:checked:insensitive { - -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png")); } - -GtkIconView.view.check, -GtkFlowBox.view.check { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png")); - background-color: transparent; } - -GtkIconView.view.check:checked, -GtkFlowBox.view.check:checked { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png")); - background-color: transparent; } - -GtkCheckButton.text-button, GtkRadioButton.text-button { - padding: 1px 2px 4px; - outline-offset: 0; } - GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } - -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; } - .scale.trough { - margin: 5px; } - .scale.fine-tune.trough { - border-radius: 5px; - margin: 3px; } - .scale.slider { - background-clip: border-box; - background-image: linear-gradient(to bottom, #fbfbfc); - border: 1px solid rgba(123, 142, 186, 0.5); - border-radius: 50%; - box-shadow: none; } - .scale.slider:hover { - background-image: linear-gradient(to bottom, white); - border-color: rgba(123, 142, 186, 0.5); } - .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #fbfbfb); - border-color: rgba(123, 142, 186, 0.3); } - .scale.slider:active { - background-image: linear-gradient(to bottom, #5294e2); - border-color: #5294e2; } - .osd .scale.slider { - background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294e2; } - .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294e2); } - .osd .scale.slider:active { - background-image: linear-gradient(to bottom, #2679db); - border-color: #2679db; } - .menu .menuitem:hover .scale.slider, - .list-row:selected .scale.slider, - GtkInfoBar .scale.slider { - background-image: linear-gradient(to bottom, #ffffff); - border-color: #ffffff; } - .menu .menuitem:hover .scale.slider:hover, - .list-row:selected .scale.slider:hover, - GtkInfoBar .scale.slider:hover { - background-image: linear-gradient(to bottom, #e5effb); - border-color: #e5effb; } - .menu .menuitem:hover .scale.slider:active, - .list-row:selected .scale.slider:active, - GtkInfoBar .scale.slider:active { - background-image: linear-gradient(to bottom, #a9caf1); - border-color: #a9caf1; } - .menu .menuitem:hover .scale.slider:insensitive, - .list-row:selected .scale.slider:insensitive, - GtkInfoBar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); - border-color: #b1cff2; } - .scale.trough { - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, #cfd6e6); } - .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294e2); } - .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } - .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(207, 214, 230, 0.55)); } - .osd .scale.trough { - background-image: linear-gradient(to bottom, rgba(69, 74, 89, 0.95)); - outline-color: rgba(186, 195, 207, 0.2); } - .osd .scale.trough.highlight { - background-image: none; - background-image: linear-gradient(to bottom, #5294e2); } - .menu .menuitem:hover .scale.trough, - .list-row:selected .scale.trough, - GtkInfoBar .scale.trough { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2)); } - .menu .menuitem:hover .scale.trough.highlight, - .list-row:selected .scale.trough.highlight, - GtkInfoBar .scale.trough.highlight { - background-image: linear-gradient(to bottom, #ffffff); } - .menu .menuitem:hover .scale.trough.highlight:insensitive, - .list-row:selected .scale.trough.highlight:insensitive, - GtkInfoBar .scale.trough.highlight:insensitive { - background-image: linear-gradient(to bottom, #b1cff2); } - .menu .menuitem:hover .scale.trough:insensitive, - .list-row:selected .scale.trough:insensitive, - GtkInfoBar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -GtkProgressBar { - padding: 0; - font-size: smaller; - color: rgba(92, 97, 108, 0.7); } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - -.progressbar { - background-color: #5294e2; - border: none; - border-radius: 3px; - box-shadow: none; } - .progressbar.osd { - background-color: #5294e2; } - .list-row:selected .progressbar, - GtkInfoBar .progressbar { - background-color: #ffffff; } - -.osd .scale.progressbar { - background-color: #5294e2; } - -GtkProgressBar.trough, .level-bar.trough { - border: none; - border-radius: 3px; - background-color: #cfd6e6; } - GtkProgressBar.trough.osd, .osd.level-bar.trough { - border-style: none; - background-color: transparent; - box-shadow: none; } - .list-row:selected GtkProgressBar.trough, .list-row:selected .level-bar.trough, - GtkInfoBar GtkProgressBar.trough, - GtkInfoBar .level-bar.trough { - background-color: rgba(0, 0, 0, 0.2); } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - padding: 3px; - border-radius: 4px; } - -.level-bar.fill-block { - border: 1px solid #5294e2; - background-color: #5294e2; - border-radius: 2px; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin: 0 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin: 1px 0; } - .level-bar.fill-block.level-high { - border-color: #73d216; - background-color: #73d216; } - .level-bar.fill-block.level-low { - border-color: #F27835; - background-color: #F27835; } - .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } - -.frame { - border: 1px solid #dcdfe3; - padding: 0; } - .frame.flat { - border-style: none; } - .frame.action-bar { - padding: 6px; - border-width: 1px 0 0; } - -GtkScrolledWindow GtkViewport.frame { - border-style: none; } - -.separator, GtkPlacesSidebar.sidebar .view.separator { - color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton .separator, GtkFileChooserButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar GtkFileChooserButton .view.separator, - GtkFontButton .separator, - GtkFontButton GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .view.separator, - GtkFileChooserButton .separator.vertical, - GtkFileChooserButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFileChooserButton .vertical.view.separator, - GtkFontButton .separator.vertical, - GtkFontButton GtkPlacesSidebar.sidebar .vertical.view.separator, GtkPlacesSidebar.sidebar - GtkFontButton .vertical.view.separator { - -GtkWidget-wide-separators: true; } - -.list, .list-row { - background-color: #ffffff; - border-color: #dcdfe3; } - -.list-row, -.grid-child { - padding: 2px; } - -.list-row.button { - background-color: transparent; - border-style: none; - border-radius: 0; - box-shadow: none; } - .list-row.button:hover { - background-color: rgba(0, 0, 0, 0.05); } - .list-row.button:active { - color: #5c616c; } - .list-row.button:selected:active { - color: #ffffff; } - .list-row.button:selected:hover { - background-color: #4a85cb; } - .list-row.button:selected:insensitive { - color: rgba(255, 255, 255, 0.7); - background-color: rgba(82, 148, 226, 0.7); } - .list-row.button:selected:insensitive .label { - color: inherit; } - -.list-row, list-row.button { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - .list-row:hover, list-row.button:hover { - transition: none; } - -.app-notification, -.app-notification.frame { - padding: 10px; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: rgba(31, 33, 40, 0.95); } - .app-notification .button, - .app-notification.frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - .app-notification .button.flat, - .app-notification.frame .button.flat { - border-color: rgba(82, 148, 226, 0); } - .app-notification .button:hover, - .app-notification.frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - .app-notification .button:active, .app-notification .button:checked, - .app-notification.frame .button:active, - .app-notification.frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; - background-clip: padding-box; } - .app-notification .button:insensitive, - .app-notification.frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - .expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - .expander:hover { - color: #aaaeb7; } - .expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GtkCalendar { - color: #5c616c; - border: 1px solid #dcdfe3; - border-radius: 3px; - padding: 2px; } - GtkCalendar:selected { - background-color: #5294e2; - color: #ffffff; - border-radius: 1.5px; } - GtkCalendar.header { - color: #5c616c; - border: none; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } - GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } - GtkCalendar.highlight { - color: alpha(currentColor,0.55); } - -.message-dialog .dialog-action-area .button { - padding: 8px; } - -.message-dialog { - -GtkDialog-button-spacing: 0; } - .message-dialog .titlebar { - background-color: rgba(231, 232, 235, 0.95); - border-bottom: 1px solid rgba(212, 213, 219, 0.95); } - .message-dialog.csd.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; } - .message-dialog.csd .dialog-action-area .button { - padding: 8px; - border-radius: 0; } - .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .button:insensitive { - border-right-style: none; - border-bottom-style: none; } - .message-dialog.csd .dialog-action-area .button:last-child { - border-bottom-right-radius: 3px; } - .message-dialog.csd .dialog-action-area .button:first-child { - border-left-style: none; - border-bottom-left-radius: 3px; } - -GtkFileChooserDialog .search-bar { - background-color: #F5F6F7; - border-color: #dcdfe3; - box-shadow: none; } - -GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #dcdfe3; } - -.sidebar, .sidebar .view { - border: none; - background-color: #fbfbfc; } - .sidebar:selected, .sidebar .view:selected { - background-color: #5294e2; } - -GtkPlacesSidebar.sidebar .view { - color: #5c616c; - background-color: transparent; } - GtkPlacesSidebar.sidebar .view:selected { - color: #ffffff; - background-color: #5294e2; } - -.sidebar-item { - padding: 10px 4px; } - .sidebar-item > GtkLabel { - padding-left: 6px; - padding-right: 6px; } - .sidebar-item.needs-attention > GtkLabel { - background-size: 6px 6px, 0 0; } - -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 8px 8px 0; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 8px; } - GtkPaned .pane-separator { - background-color: #dcdfe3; } - -GtkPaned.wide { - -GtkPaned-handle-size: 5; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #dcdfe3; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -GtkInfoBar { - border-style: none; } - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: #5294e2; - color: #ffffff; } - -.list-row:selected .button, GtkInfoBar .button { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.5); } - .list-row:selected .flat.button, GtkInfoBar .flat.button { - border-color: transparent; - background-color: transparent; - background-image: none; - color: #ffffff; - background-color: rgba(255, 255, 255, 0); } - .list-row:selected .button:hover, GtkInfoBar .button:hover { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.8); } - .list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked { - color: #5294e2; - outline-color: rgba(82, 148, 226, 0.3); - background-color: #ffffff; - border-color: #ffffff; } - .list-row:selected .button:insensitive, GtkInfoBar .button:insensitive { - color: rgba(255, 255, 255, 0.4); - background-color: rgba(255, 255, 255, 0); - border-color: rgba(255, 255, 255, 0.2); } - .list-row:selected .button:insensitive:active, GtkInfoBar .button:insensitive:active, .list-row:selected .button:insensitive:checked, GtkInfoBar .button:insensitive:checked { - color: rgba(82, 148, 226, 0.4); - background-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); } - -.tooltip { - color: #BAC3CF; - border-radius: 2px; } - .tooltip.background { - background-color: rgba(75, 81, 98, 0.95); - background-clip: padding-box; } - .tooltip.window-frame.csd { - background-color: transparent; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -:selected GtkColorSwatch { - box-shadow: none; } - :selected GtkColorSwatch.overlay, :selected GtkColorSwatch.overlay:hover { - border-color: #ffffff; } - -GtkColorSwatch.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch.left, GtkColorSwatch:first-child, GtkColorSwatch:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child, GtkColorSwatch:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -GtkColorSwatch:only-child, GtkColorSwatch:only-child .overlay { - border-radius: 3px; } - -GtkColorSwatch:hover, GtkColorSwatch:hover:selected { - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2)); } - -GtkColorEditor GtkColorSwatch { - border-radius: 3px; } - GtkColorEditor GtkColorSwatch:hover { - background-image: none; } - -GtkColorSwatch.color-dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); } - -GtkColorSwatch.color-light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); } - -GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { - border: 1px solid rgba(0, 0, 0, 0.15); } - GtkColorSwatch.overlay:hover, GtkColorSwatch.overlay:selected:hover { - border-color: rgba(0, 0, 0, 0.25); } - -GtkColorSwatch#add-color-button { - border-style: solid; - border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - GtkColorSwatch#add-color-button .overlay { - border-color: transparent; - background-color: transparent; - background-image: none; } - -GtkColorButton.button { - padding: 5px; } - GtkColorButton.button GtkColorSwatch { - border-radius: 0; } - -.scale-popup .button { - padding: 6px; } - .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - -GtkVolumeButton.button { - padding: 8px; } - -.touch-selection, -.context-menu { - font: initial; } - -.monospace { - font: Monospace; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 100% 60%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(82, 148, 226, 0.2)), to(rgba(82, 148, 226, 0))); - background-size: 60% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -.window-frame { - border-radius: 4px 4px 0 0; - border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2); - margin: 10px; } - .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.2); } - .window-frame.tiled { - border-radius: 0; } - .window-frame.popup { - box-shadow: none; - border-radius: 0; } - .window-frame.ssd { - border-radius: 4px 4px 0 0; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.ssd.maximized { - border-radius: 0; } - .window-frame.csd.popup { - border-radius: 2px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1); } - .window-frame.csd.message-dialog { - border-radius: 3px; } - .window-frame.solid-csd { - border-radius: 0; - margin: 1px; - background-color: rgba(231, 232, 235, 0.95); - box-shadow: none; } - -.header-bar.default-decoration .button.titlebutton, -.titlebar.default-decoration .button.titlebutton { - padding-top: 0px; - padding-bottom: 0px; } - -.header-bar .button.titlebutton, -.titlebar .button.titlebutton { - padding-left: 4px; - padding-right: 4px; - border-color: transparent; - background-color: transparent; - background-image: none; - background-color: rgba(231, 232, 235, 0); } - .header-bar .button.titlebutton:not(GtkMenuButton), - .titlebar .button.titlebutton:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; } - .header-bar .button.titlebutton:hover, - .titlebar .button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, - .titlebar .button.titlebutton:active, - .titlebar .button.titlebutton:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - .header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.close, - .titlebar .button.titlebutton.maximize, - .titlebar .button.titlebutton.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; } - .header-bar .button.titlebutton.close:backdrop, .header-bar .button.titlebutton.maximize:backdrop, .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - opacity: 1; } - .header-bar .button.titlebutton.close, - .titlebar .button.titlebutton.close { - background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png")); } - .header-bar .button.titlebutton.close:backdrop, - .titlebar .button.titlebutton.close:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png")); } - .header-bar .button.titlebutton.close:hover, - .titlebar .button.titlebutton.close:hover { - background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png")); } - .header-bar .button.titlebutton.close:active, - .titlebar .button.titlebutton.close:active { - background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png")); } - .header-bar .button.titlebutton.maximize, - .titlebar .button.titlebutton.maximize { - background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png")); } - .header-bar .button.titlebutton.maximize:backdrop, - .titlebar .button.titlebutton.maximize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png")); } - .header-bar .button.titlebutton.maximize:hover, - .titlebar .button.titlebutton.maximize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png")); } - .header-bar .button.titlebutton.maximize:active, - .titlebar .button.titlebutton.maximize:active { - background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png")); } - .header-bar .button.titlebutton.minimize, - .titlebar .button.titlebutton.minimize { - background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png")); } - .header-bar .button.titlebutton.minimize:backdrop, - .titlebar .button.titlebutton.minimize:backdrop { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png")); } - .header-bar .button.titlebutton.minimize:hover, - .titlebar .button.titlebutton.minimize:hover { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png")); } - .header-bar .button.titlebutton.minimize:active, - .titlebar .button.titlebutton.minimize:active { - background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png")); } - -.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected, -GtkEntry.gb-command-bar-entry.entry.flat:focus:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } - -GeditNotebook.notebook tab.reorderable-page.top:active, GeditNotebook.notebook tab.reorderable-page.top.active-page, GeditNotebook.notebook tab.reorderable-page.top.active-page:hover, GeditNotebook.notebook tab.top:active, GeditNotebook.notebook tab.top.active-page, GeditNotebook.notebook tab.top.active-page:hover, -ScratchMainWindow .notebook tab.reorderable-page.top:active, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page, -ScratchMainWindow .notebook tab.reorderable-page.top.active-page:hover, -ScratchMainWindow .notebook tab.top:active, -ScratchMainWindow .notebook tab.top.active-page, -ScratchMainWindow .notebook tab.top.active-page:hover, -EphyNotebook.notebook tab.reorderable-page.top:active, -EphyNotebook.notebook tab.reorderable-page.top.active-page, -EphyNotebook.notebook tab.reorderable-page.top.active-page:hover, -EphyNotebook.notebook tab.top:active, -EphyNotebook.notebook tab.top.active-page, -EphyNotebook.notebook tab.top.active-page:hover, -MidoriNotebook .notebook tab.reorderable-page.top:active, -MidoriNotebook .notebook tab.reorderable-page.top.active-page, -MidoriNotebook .notebook tab.reorderable-page.top.active-page:hover, -MidoriNotebook .notebook tab.top:active, -MidoriNotebook .notebook tab.top.active-page, -MidoriNotebook .notebook tab.top.active-page:hover, -TerminalWindow .notebook tab.reorderable-page.top:active, -TerminalWindow .notebook tab.reorderable-page.top.active-page, -TerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -TerminalWindow .notebook tab.top:active, -TerminalWindow .notebook tab.top.active-page, -TerminalWindow .notebook tab.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top.active-page:hover, -PantheonTerminalPantheonTerminalWindow .notebook tab.top:active, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page, -PantheonTerminalPantheonTerminalWindow .notebook tab.top.active-page:hover { - box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #dcdfe3; } - -TerminalWindow .notebook tab.reorderable-page.top, TerminalWindow .notebook tab.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.reorderable-page.top, -PantheonTerminalPantheonTerminalWindow .notebook tab.top { - padding-top: 7px; - border-top-width: 3px; } - -TerminalWindow .notebook.header.top, -PantheonTerminalPantheonTerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #d4d5db, inset 0 -1px #dcdfe3; } - -GtkHTML { - background-color: #ffffff; - color: #5c616c; } - GtkHTML:active { - color: #ffffff; - background-color: #5294e2; } - -SushiFontWidget { - padding: 6px 12px; } - -TerminalWindow .background { - background-color: transparent; } - -TerminalWindow .scrollbar.vertical .slider { - margin-left: 3px; } - -TerminalWindow .scrollbar.trough { - border-width: 0; } - -.nautilus-canvas-item { - border-radius: 2px; } - -.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: white; - text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } - .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } - .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { - color: #ffffff; } - -.nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, GtkPlacesSidebar.sidebar .nautilus-canvas-item.label.view.separator, .header-bar .nautilus-canvas-item.subtitle, -.nautilus-list-dim-label { - color: #a9acb2; } - .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, - .nautilus-list-dim-label:selected, - .nautilus-list-dim-label:selected:focus { - color: #dceaf9; } - -NautilusNotebook.notebook { - background-color: #ffffff; } - NautilusNotebook.notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; } - -NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline-toolbar { - padding: 5px; - box-shadow: none; - background-color: #ffffff; } - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } - .disk-space-display.used { - background-color: rgba(82, 148, 226, 0.8); - border-color: rgba(38, 121, 219, 0.8); } - .disk-space-display.free { - background-color: #edeef0; - border-color: #d0d5da; } - -NemoWindow EelEditableLabel.entry { - transition: none; } - -NemoWindow .sidebar .frame { - border-width: 0; } - -NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #dcdfe3; } - -NemoWindow .primary-toolbar NemoPathBar.linked > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); - background-color: rgba(251, 251, 252, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - background-color: rgba(255, 255, 255, 0.9); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:first-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:last-child:checked { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:hover { - box-shadow: none; } - NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:only-child:checked { - box-shadow: none; } - -.gedit-headerbar-paned { - color: rgba(212, 213, 219, 0.95); } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: #ffffff; } - .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } - .open-document-selector-treeview.view:prelight:selected { - color: #ffffff; - background-color: #5294e2; } - -.open-document-selector-name-label { - color: #5c616c; } - -.open-document-selector-path-label { - color: #aeb0b6; - font-size: smaller; } - .open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.9); } - -.gedit-document-panel .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; } - .gedit-document-panel .list-row .button GtkImage { - color: inherit; } - -.gedit-document-panel .prelight-row .button { - color: #92959d; } - -.gedit-document-panel .list-row .button:hover, -.gedit-document-panel .prelight-row .button:hover { - color: #ff4d4d; } - -.gedit-document-panel .prelight-row:selected .button:hover { - color: #ff6666; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; } - .gedit-document-panel .prelight-row:selected .button:hover:active { - color: #ffffff; } - -.gedit-document-panel .prelight-row .button:active { - color: #5c616c; } - -.gedit-document-panel-dragged-row { - border: 1px solid #dcdfe3; - background-color: #d9dde0; - color: #5c616c; } - -GeditStatusbar { - border-top: 1px solid #dcdfe3; - background-color: #F5F6F7; } - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; } - -GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #dcdfe3; } - -.gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); - margin: 2px; - padding: 2px; } - -GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #fbfbfc; - padding: 6px; - border-color: #dcdfe3; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr).image:hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl).image:hover { - color: inherit; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive, - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - -GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; } - GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover { - box-shadow: -1px 0 #5294e2; } - -GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; } - GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { - box-shadow: 1px 0 #5294e2; } - -GbEditorFrame .gb-search-slider { - padding: 2px; } - -GdTaggedEntry { - color: #5c616c; } - -.preferences.sidebar GtkViewport { - border: none; } - -.preferences.sidebar GtkListBox { - background-color: #F5F6F7; } - -.preferences.sidebar GtkListBoxRow { - padding: 10px; } - -GbPreferencesPageLanguage GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - -GbPreferencesPageLanguage GtkScrolledWindow { - border-top-width: 0; } - -GtkBox.gb-command-bar-box { - border: none; - background-color: #353945; } - GtkBox.gb-command-bar-box GtkLabel { - color: #BAC3CF; } - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: #BAC3CF; - background-image: none; - background-color: #353945; - padding: 6px 6px 6px 6px; - border: none; } - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; } - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; } - -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; } - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #dcdfe3; } - -GbViewStack.focused GtkBox.header.notebook { - background-color: #ffffff; } - GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { - opacity: 1; } - -EphyWindow .floating-bar { - color: #5c616c; } - -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; } - -.documents-icon-bg { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; } - -.documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); - border-radius: 2px; } - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: #a9caf1; } - -.documents-entry-tag { - background-color: #5294e2; - color: #ffffff; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; } - .documents-entry-tag:hover { - color: #ffffff; - background-color: #639fe5; } - .documents-entry-tag:active { - color: #ffffff; - background-color: #4189df; } - .toolbar .linked .documents-entry-tag.button, .inline-toolbar .linked .documents-entry-tag.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; } - .toolbar .linked .documents-entry-tag.button:hover, .inline-toolbar .linked .documents-entry-tag.button:hover { - color: rgba(255, 255, 255, 0.7); } - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; } - -TotemGrilo.vertical GdMainView.frame { - border-width: 0; } - -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { - background-color: #5294e2; } - -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; } - -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: #BAC3CF; - background-image: linear-gradient(to bottom, rgba(43, 46, 55, 0.95)); } - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: #BAC3CF; } - -PanelApplet .button:hover { - color: #d8dde4; - background-color: rgba(0, 0, 0, 0.17); - border-color: rgba(0, 0, 0, 0.17); } - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: rgba(0, 0, 0, 0.25); - border-radius: 0; - border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294e2; } - -PanelApplet:hover { - color: white; } - -PanelApplet:active, -PanelApplet:hover:active { - color: #5294e2; } - -WnckPager { - color: #5d6268; } - WnckPager:selected { - color: #5294e2; } - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; } - -ClockBox { - color: #BAC3CF; } - -.xfce4-panel.panel { - background-color: rgba(43, 46, 55, 0.95); - text-shadow: none; - icon-shadow: none; } - .xfce4-panel.panel .button.flat { - color: #BAC3CF; - background-color: rgba(43, 46, 55, 0); - border-radius: 0; - border: none; } - .xfce4-panel.panel .button.flat:hover { - border: none; - background-color: rgba(65, 70, 84, 0.95); } - .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { - color: #ffffff; - border: none; - background-color: #5294e2; } - -.floating-bar { - background-color: #5294e2; - color: #ffffff; } - .floating-bar.top { - border-radius: 0 0 2px 2px; } - .floating-bar.right { - border-radius: 2px 0 0 2px; } - .floating-bar.bottom { - border-radius: 2px 2px 0 0; } - .floating-bar.left { - border-radius: 0 2px 2px 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - background-color: transparent; - box-shadow: none; - border: none; } - -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; } - -MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { - color: #ffffff; - background-color: #5294e2; - outline-color: transparent; } - -MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover { - background-color: transparent; } - -MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { - outline-color: transparent; } - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } - .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { - color: inherit; } - .marlin-pathbar.pathbar:focus { - color: #ffffff; - border-color: #5294e2; - background-image: linear-gradient(to bottom, #5294e2); } - .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } - .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294e2; } - -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; } - .gala-notification .title, .gala-notification .label { - color: #5c616c; } - -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .panel-shadow { - background-image: none; - background-color: transparent; } - .panel .menu { - box-shadow: none; } - .panel .menu .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; } - .panel .menu .window-frame.menu.csd, - .panel .menu .window-frame.popup.csd { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } - .panel .menubar > .menuitem { - padding: 3px 6px; } - .panel .menubar > .menuitem:hover { - background-color: transparent; } - .panel .window-frame.menu.csd, - .panel .window-frame.popup.csd { - box-shadow: none; } - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - icon-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } - .composited-indicator > GtkWidget > GtkWidget:first-child { - padding: 0 2px; } - .composited-indicator .menuitem:active, .composited-indicator .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; } - .composited-indicator > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; } - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; } - -.panel .menu .spinner, -.menu .spinner { - opacity: 1; } - -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - text-shadow: none; - icon-shadow: none; } - WingpanelWidgetsIndicatorPopover.popover .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { - padding: 0 3px; } - WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { - background-color: rgba(0, 0, 0, 0.04); - border: solid rgba(0, 0, 0, 0.08); - border-width: 1px 0; } - WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } - -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; } - -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } - -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294e2; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; } - UnityDecoration.top { - border: 1px solid rgba(0, 0, 0, 0.1); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); - box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } - UnityDecoration.top:backdrop { - border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } - -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: #f6f7f9; - box-shadow: none; } - UnityPanelWidget:backdrop, - .unity-panel:backdrop { - color: #bdc6d1; } - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: #ffffff; - background-image: linear-gradient(to bottom, #5294e2); - border-bottom: none; } - -.lightdm.menu { - background-image: none; - background-color: rgba(0, 0, 0, 0.4); - border-color: rgba(255, 255, 255, 0.8); - border-radius: 4px; - padding: 1px; - color: white; } - -.lightdm-combo .menu { - background-color: rgba(253, 253, 254, 0.95); - border-radius: 0px; - padding: 0px; - color: white; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; } - -.lightdm.menubar { - color: rgba(255, 255, 255, 0.8); - background-image: none; - background-color: rgba(0, 0, 0, 0.5); } - .lightdm.menubar > .menuitem { - padding: 2px 6px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: rgba(0, 0, 0, 0.3); - border-color: rgba(255, 255, 255, 0.4); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; } - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; } - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: rgba(255, 255, 255, 0.1); - border-width: 1px; - border-style: solid; - color: white; } - -.lightdm.entry:selected { - background-color: rgba(255, 255, 255, 0.8); } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(0, 0, 0, 0.7); - border-width: 1px; } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.overlay-bar { - background-color: #5294e2; - border-color: #5294e2; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; } - .overlay-bar GtkLabel { - color: #ffffff; } - -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid #dcdfe3; - border-right: 1px solid #dcdfe3; } - -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; } - -.help_button { - border-radius: 100px; - padding: 3px 9px; } - -.secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { - padding: 3px; - border-bottom: 1px solid #dcdfe3; } - .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { - padding: 0 3px 0 3px; } - -.bottom-toolbar.toolbar, .bottom-toolbar.inline-toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #dcdfe3; - background-color: #F5F6F7; } - .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { - padding: 2px 3px 2px 3px; } - -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; } - -.source-list, -.source-list.view { - background-color: #F5F6F7; - color: #5c616c; - -gtk-icon-style: regular; } - -.source-list.category-expander { - color: transparent; } - -.source-list.view:prelight { - background-color: white; } - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: #ffffff; - background-color: #5294e2; } - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: #F5F6F7; - background-image: none; } - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: #5294e2; - color: #ffffff; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; } - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: #ffffff; - color: #5294e2; } - -.source-list.category-expander { - color: #5c616c; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; } - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; } - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -GraniteWidgetsWelcome { - background-color: #ffffff; } - -GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; - font: open sans 11; - text-shadow: none; } - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } - -.help_button { - border-radius: 0; } - -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - border: 1px solid rgba(0, 0, 0, 0.3); - margin: 0; } - -.popover_bg { - background-image: linear-gradient(to bottom, #ffffff); - border: 1px solid rgba(0, 0, 0, 0.3); } - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; } - -GraniteWidgetsXsEntry.entry { - padding: 4px; } - -.h1 { - font: open sans 24px; } - -.h2 { - font: open sans light 18px; } - -.h3 { - font: open sans 11px; } - -.h4, -.category-label { - color: #8a8e96; - font-weight: 600; } - -.h4 { - padding-bottom: 6px; - padding-top: 6px; } - -GtkListBox .h4 { - padding-left: 6px; } - -#panel_window { - background-color: rgba(43, 46, 55, 0.95); - color: #BAC3CF; - font: bold; - box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } - #panel_window .menubar { - padding-left: 5px; } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - color: #BAC3CF; - font: bold; } - #panel_window .menubar .menuitem:insensitive { - color: rgba(186, 195, 207, 0.5); } - #panel_window .menubar .menuitem:insensitive GtkLabel { - color: inherit; } - #panel_window .menubar .menu .menuitem { - font: normal; } - -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: #5c616c; } - -#content_frame { - padding-bottom: 14px; - background-color: #F5F6F7; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 1px 1px 0 1px; } - -#content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: #fbfbfc; } - #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); - border-color: #cfd6e6; - background-color: white; } - #content_frame .button:active, #content_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294e2; - background-color: #5294e2; } - #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); - border-color: rgba(207, 214, 230, 0.55); - background-color: rgba(251, 251, 252, 0.55); } - #content_frame .button:insensitive > GtkLabel { - color: inherit; } - -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: rgba(53, 57, 69, 0.95); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid rgba(0, 0, 0, 0.1); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px rgba(53, 57, 69, 0.95); } - -#buttonbox_frame .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - #buttonbox_frame .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - #buttonbox_frame .button:active, #buttonbox_frame .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - #buttonbox_frame .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -#login_window #user_combobox { - color: #5c616c; - font: 13px; } - #login_window #user_combobox .menu { - font: normal; } - -#user_image { - padding: 3px; - border-radius: 2px; } - -#shutdown_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #F04A50; - border-color: #F04A50; } - #shutdown_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #f4797e; - border-color: #f4797e; } - #shutdown_button.button:active, #shutdown_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #ec1b22; - border-color: #ec1b22; } - -#restart_button.button { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #4DADD4; - border-color: #4DADD4; } - #restart_button.button:hover { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #76c0de; - border-color: #76c0de; } - #restart_button.button:active, #restart_button.button:checked { - background-clip: border-box; - color: green; - outline-color: rgba(0, 128, 0, 0.3); - background-color: #2e96c0; - border-color: #2e96c0; } - -#greeter_infobar { - border-bottom-width: 0; - font: bold; } - -.titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(212, 213, 219, 0.95); } - -NemoWindow GtkEventBox { - background-color: #F5F6F7; } - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; } - -GtkFileChooserDialog.csd.background, -GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, -NautilusWindow.csd.background, -NautilusWindow .source-list, -NautilusWindow .source-list.view, -NautilusWindow .source-list.view:prelight, -NemoWindow.csd.background, -NemoWindow .source-list, -NemoWindow .source-list.view, -NemoWindow .source-list.view:prelight, -MarlinViewWindow.csd.background, -MarlinViewWindow .source-list, -MarlinViewWindow .source-list.view, -MarlinViewWindow .source-list.view:prelight { - background-color: transparent; } - -GtkFileChooserDialog .sidebar, GtkFileChooserDialog .source-list.sidebar.view, -NautilusWindow .sidebar, -NautilusWindow .source-list.sidebar.view, -NemoWindow .sidebar, -NemoWindow .source-list.sidebar.view, -MarlinViewWindow .sidebar, -MarlinViewWindow .source-list.sidebar.view { - background-color: rgba(53, 57, 69, 0.95); } - GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar row, GtkFileChooserDialog .source-list.sidebar.view .view, GtkFileChooserDialog .source-list.sidebar.view row, - NautilusWindow .sidebar .view, - NautilusWindow .sidebar row, - NautilusWindow .source-list.sidebar.view .view, - NautilusWindow .source-list.sidebar.view row, - NemoWindow .sidebar .view, - NemoWindow .sidebar row, - NemoWindow .source-list.sidebar.view .view, - NemoWindow .source-list.sidebar.view row, - MarlinViewWindow .sidebar .view, - MarlinViewWindow .sidebar row, - MarlinViewWindow .source-list.sidebar.view .view, - MarlinViewWindow .source-list.sidebar.view row { - background-color: transparent; - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .view.image, GtkFileChooserDialog .sidebar row.image, GtkFileChooserDialog .source-list.sidebar.view .view.image, GtkFileChooserDialog .source-list.sidebar.view row.image, - NautilusWindow .sidebar .view.image, - NautilusWindow .sidebar row.image, - NautilusWindow .source-list.sidebar.view .view.image, - NautilusWindow .source-list.sidebar.view row.image, - NemoWindow .sidebar .view.image, - NemoWindow .sidebar row.image, - NemoWindow .source-list.sidebar.view .view.image, - NemoWindow .source-list.sidebar.view row.image, - MarlinViewWindow .sidebar .view.image, - MarlinViewWindow .sidebar row.image, - MarlinViewWindow .source-list.sidebar.view .view.image, - MarlinViewWindow .source-list.sidebar.view row.image { - color: rgba(186, 195, 207, 0.7); } - GtkFileChooserDialog .sidebar .view.cell:selected, GtkFileChooserDialog .sidebar row.cell:selected, GtkFileChooserDialog .source-list.sidebar.view .view.cell:selected, GtkFileChooserDialog .source-list.sidebar.view row.cell:selected, - NautilusWindow .sidebar .view.cell:selected, - NautilusWindow .sidebar row.cell:selected, - NautilusWindow .source-list.sidebar.view .view.cell:selected, - NautilusWindow .source-list.sidebar.view row.cell:selected, - NemoWindow .sidebar .view.cell:selected, - NemoWindow .sidebar row.cell:selected, - NemoWindow .source-list.sidebar.view .view.cell:selected, - NemoWindow .source-list.sidebar.view row.cell:selected, - MarlinViewWindow .sidebar .view.cell:selected, - MarlinViewWindow .sidebar row.cell:selected, - MarlinViewWindow .source-list.sidebar.view .view.cell:selected, - MarlinViewWindow .source-list.sidebar.view row.cell:selected { - background-color: #5294e2; - color: #ffffff; } - GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, - NautilusWindow .sidebar.frame, - NautilusWindow .source-list.sidebar.view.frame, - NemoWindow .sidebar.frame, - NemoWindow .source-list.sidebar.view.frame, - MarlinViewWindow .sidebar.frame, - MarlinViewWindow .source-list.sidebar.view.frame { - color: #BAC3CF; } - GtkFileChooserDialog .sidebar .separator, GtkFileChooserDialog GtkPlacesSidebar.sidebar .view.separator, GtkFileChooserDialog .source-list.sidebar.view .separator, - NautilusWindow .sidebar .separator, - NautilusWindow GtkPlacesSidebar.sidebar .view.separator, - NautilusWindow .source-list.sidebar.view .separator, - NemoWindow .sidebar .separator, - NemoWindow GtkPlacesSidebar.sidebar .view.separator, - NemoWindow .source-list.sidebar.view .separator, - MarlinViewWindow .sidebar .separator, - MarlinViewWindow GtkPlacesSidebar.sidebar .view.separator, - MarlinViewWindow .source-list.sidebar.view .separator { - color: transparent; } - -GtkFileChooserDialog.maximized .sidebar, -NautilusWindow.maximized .sidebar, -NemoWindow.maximized .sidebar, -MarlinViewWindow.maximized .sidebar { - background-color: #353945; } - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -NautilusWindow NautilusWindowSlot { - background-color: #ffffff; } - -NautilusDesktopWindow NautilusWindowSlot { - background-color: transparent; } - -GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background { - background-color: rgba(53, 57, 69, 0.95); } - -GtkFileChooserDialog .sidebar { - background-color: transparent; } - -GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-action-box { - background-color: #F5F6F7; } - -GtkFileChooserDialog .dialog-vbox > .frame { - color: #BAC3CF; - border-color: transparent; } - -GtkFileChooserDialog .action-bar.frame { - background-color: transparent; - border-color: rgba(42, 45, 55, 0.95); } - -GtkFileChooserDialog .action-bar.frame GtkLabel, GtkFileChooserDialog .action-bar.frame GtkComboBox, -GtkFileChooserDialog .dialog-vbox > .frame GtkLabel, -GtkFileChooserDialog .dialog-vbox > .frame GtkComboBox { - color: #BAC3CF; } - -FeedReaderreaderUI.background.csd > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator, -FeedReaderreaderUI.background.csd > .titlebar .pane-separator:backdrop, -FeedReaderreaderUI.background.csd.maximized > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd > .titlebar .pane-separator, -GeditWindow.background.csd.maximized > .titlebar .pane-separator, -GeditWindow.background.csd > .titlebar .pane-separator:backdrop, -GeditWindow.background.csd.maximized > .titlebar .pane-separator:backdrop { - background-color: rgba(212, 213, 219, 0.95); } - -FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: rgba(231, 232, 235, 0.95); } - FeedReaderreaderUI.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: rgba(239, 240, 242, 0.95); } - -FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar, -GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: #e7e8eb; } - FeedReaderreaderUI.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop, - GeditWindow.background.csd.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar:backdrop { - background-color: #eff0f2; } - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; } - -GeditWindow.background.csd { - background-color: transparent; } - -GeditWindow.background .gedit-side-panel-paned .pane-separator { - background-color: rgba(53, 57, 69, 0.95); } - -GeditWindow.background .gedit-bottom-panel-paned .pane-separator { - background-color: #dcdfe3; } - -.gedit-bottom-panel-paned { - background-color: #ffffff; } - -.gedit-document-panel { - background-color: rgba(53, 57, 69, 0.95); } - .maximized .gedit-document-panel { - background-color: #353945; } - .gedit-document-panel .list-row { - color: #BAC3CF; } - .gedit-document-panel .list-row { - background-color: rgba(186, 195, 207, 0); - border: solid rgba(186, 195, 207, 0); - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:hover { - border: solid rgba(186, 195, 207, 0.15); - border-width: 3px 2px 3px 2px; - background-color: rgba(186, 195, 207, 0.15); } - .gedit-document-panel .list-row:active { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .list-row:active .button { - color: #ffffff; } - .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { - color: #ffffff; - background-color: #5294e2; - border: solid #5294e2; - border-width: 3px 2px 3px 2px; } - .gedit-document-panel .prelight-row .button:active { - color: #BAC3CF; } - -GeditFileBrowserWidget { - background-color: rgba(53, 57, 69, 0.95); } - .maximized GeditFileBrowserWidget { - background-color: #353945; } - GeditFileBrowserWidget .horizontal { - background-color: transparent; - border-color: rgba(37, 40, 49, 0.95); } - GeditFileBrowserWidget .horizontal GtkComboBox { - color: #BAC3CF; } - -GeditWindow.background.csd GeditFileBrowserView.view { - background-color: transparent; - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander { - color: #BAC3CF; } - GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294e2; } - -GtkFileChooserDialog .action-bar.frame .button, -GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.35); } - GtkFileChooserDialog .action-bar.frame .button:hover, - GtkFileChooserDialog .dialog-vbox > .frame .button:hover, GeditFileBrowserWidget .horizontal .button:hover { - color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(119, 127, 151, 0.45); } - GtkFileChooserDialog .action-bar.frame .button:active, - GtkFileChooserDialog .dialog-vbox > .frame .button:active, GeditFileBrowserWidget .horizontal .button:active, GtkFileChooserDialog .action-bar.frame .button:checked, - GtkFileChooserDialog .dialog-vbox > .frame .button:checked, GeditFileBrowserWidget .horizontal .button:checked { - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: rgba(26, 28, 34, 0.35); - background-color: #5294e2; } - GtkFileChooserDialog .action-bar.frame .button:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { - color: #5d626e; - border-color: rgba(26, 28, 34, 0.35); - background-color: rgba(102, 109, 132, 0.2); } - -GtkFileChooserDialog .action-bar.frame .entry, -GtkFileChooserDialog .dialog-vbox > .frame .entry { - color: #BAC3CF; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.35)); - background-color: transparent; } - GtkFileChooserDialog .action-bar.frame .image.entry, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry, GtkFileChooserDialog .action-bar.frame .image.entry:hover, - GtkFileChooserDialog .dialog-vbox > .frame .image.entry:hover { - color: inherit; } - GtkFileChooserDialog .action-bar.frame .entry:focus, - GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { - color: #ffffff; - border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294e2); } - GtkFileChooserDialog .action-bar.frame .entry:insensitive, - GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { - color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } - -GtkFileChooserDialog .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NautilusWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -NemoWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, -MarlinViewWindow .sidebar .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider, GeditFileBrowserWidget .overlay-indicator.scrollbar:not(.dragging):not(.hovering) .slider { - background-color: #e7eaee; - border: 1px solid rgba(0, 0, 0, 0.3); } - -GtkFileChooserDialog .sidebar .scrollbar .trough, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .trough, -NautilusWindow .sidebar .scrollbar .trough, -NautilusWindow .source-list.sidebar.view .scrollbar .trough, -NemoWindow .sidebar .scrollbar .trough, -NemoWindow .source-list.sidebar.view .scrollbar .trough, -MarlinViewWindow .sidebar .scrollbar .trough, -MarlinViewWindow .source-list.sidebar.view .scrollbar .trough, GeditFileBrowserWidget .scrollbar .trough { - background-color: rgba(0, 0, 0, 0.2); - border: none; } - -GtkFileChooserDialog .sidebar .scrollbar .slider, GtkFileChooserDialog .source-list.sidebar.view .scrollbar .slider, -NautilusWindow .sidebar .scrollbar .slider, -NautilusWindow .source-list.sidebar.view .scrollbar .slider, -NemoWindow .sidebar .scrollbar .slider, -NemoWindow .source-list.sidebar.view .scrollbar .slider, -MarlinViewWindow .sidebar .scrollbar .slider, -MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserWidget .scrollbar .slider { - background-color: rgba(231, 234, 238, 0.7); } - GtkFileChooserDialog .sidebar .scrollbar .slider:hover, - NautilusWindow .sidebar .scrollbar .slider:hover, - NemoWindow .sidebar .scrollbar .slider:hover, - MarlinViewWindow .sidebar .scrollbar .slider:hover, GeditFileBrowserWidget .scrollbar .slider:hover { - background-color: #f6f7f9; } - GtkFileChooserDialog .sidebar .scrollbar .slider:prelight:active, - NautilusWindow .sidebar .scrollbar .slider:prelight:active, - NemoWindow .sidebar .scrollbar .slider:prelight:active, - MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active { - background-color: #5294e2; } - GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, - NautilusWindow .sidebar .scrollbar .slider:insensitive, - NemoWindow .sidebar .scrollbar .slider:insensitive, - MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { - background-color: transparent; } - -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; -@define-color theme_bg_color #F5F6F7; -@define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294e2; -@define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; -@define-color bg_color #F5F6F7; -@define-color base_color #ffffff; -@define-color selected_bg_color #5294e2; -@define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); -@define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; -@define-color theme_unfocused_bg_color #F5F6F7; -@define-color theme_unfocused_base_color #ffffff; -@define-color borders #dcdfe3; -@define-color unfocused_borders #dcdfe3; -@define-color warning_color #F27835; -@define-color error_color #FC4138; -@define-color success_color #73d216; -@define-color placeholder_text_color #A8A8A8; -@define-color link_color #2679db; -@define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); -@define-color wm_bg #e7e8eb; -@define-color wm_bg_unfocused #eff0f2; -@define-color wm_highlight #eff0f2; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_button_close_bg #f46067; -@define-color wm_button_close_hover_bg #f68086; -@define-color wm_button_close_active_bg #f13039; -@define-color wm_icon_close_bg #F8F8F9; -@define-color wm_button_hover_bg #fdfdfd; -@define-color wm_button_active_bg #5294e2; -@define-color wm_button_hover_border #D1D3DA; -@define-color wm_icon_bg #90949E; -@define-color wm_icon_unfocused_bg #B6B8C0; -@define-color wm_icon_hover_bg #7A7F8B; -@define-color wm_icon_active_bg #ffffff; diff --git a/common/gtk-3.0/3.16/render-assets.sh b/common/gtk-3.0/3.16/render-assets.sh deleted file mode 100755 index d31fbb8..0000000 --- a/common/gtk-3.0/3.16/render-assets.sh +++ /dev/null @@ -1,34 +0,0 @@ -#! /bin/bash - -INKSCAPE="/usr/bin/inkscape" -OPTIPNG="/usr/bin/optipng" - -SRC_FILE="assets.svg" -ASSETS_DIR="assets" -INDEX="assets.txt" - -for i in `cat $INDEX` -do -if [ -f $ASSETS_DIR/$i.png ]; then - echo $ASSETS_DIR/$i.png exists. -else - echo - echo Rendering $ASSETS_DIR/$i.png - $INKSCAPE --export-id=$i \ - --export-id-only \ - --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ - && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png -fi -if [ -f $ASSETS_DIR/$i@2.png ]; then - echo $ASSETS_DIR/$i@2.png exists. -else - echo - echo Rendering $ASSETS_DIR/$i@2.png - $INKSCAPE --export-id=$i \ - --export-dpi=180 \ - --export-id-only \ - --export-png=$ASSETS_DIR/$i@2.png $SRC_FILE >/dev/null \ - && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i@2.png -fi -done -exit 0 diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss deleted file mode 100644 index f76b269..0000000 --- a/common/gtk-3.0/3.16/sass/_applications.scss +++ /dev/null @@ -1,750 +0,0 @@ -// -// Tab overrides -// -GeditNotebook.notebook, -ScratchMainWindow .notebook, -EphyNotebook.notebook, -MidoriNotebook .notebook, -TerminalWindow .notebook, -PantheonTerminalPantheonTerminalWindow .notebook { - - tab.reorderable-page.top, tab.top { - &:active, &.active-page, &.active-page:hover { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - } -} - -TerminalWindow .notebook, -PantheonTerminalPantheonTerminalWindow .notebook { - - tab.reorderable-page.top, tab.top { - padding-top: 7px; - border-top-width: 3px; - } - - &.header.top { - box-shadow: inset 0 1px opacify($header_border, 1), - inset 0 -1px $borders_color; - } -} - -// -// Evolution -// -// needed for webkit/GtkStyle/Evolution compatibility -GtkHTML { - background-color: $base_color; - color: $text_color; - - &:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - } -} - -// -// Sushi -// -// used by gnome-font-viewer and sushi -SushiFontWidget { - padding: 6px 12px; -} - -// -// GNOME Terminal -// -TerminalWindow { - .background { - background-color: transparent; - } - - .scrollbar { - &.vertical .slider { margin-left: 3px; } - &.trough { border-width: 0; } - } -} - -// -// Nautilus -// -.nautilus-canvas-item { - border-radius: 2px; -} - -.nautilus-desktop.nautilus-canvas-item { - color: white; - text-shadow: 1px 1px transparentize(black, 0.4); - - &:active { color: $fg_color; } - &:selected { color: $selected_fg_color; } -} - -.nautilus-canvas-item.dim-label, -.nautilus-list-dim-label { - color: mix($fg_color, $bg_color, 50%); - - &:selected, &:selected:focus { color: mix($selected_fg_color, $selected_bg_color, 80%); } -} - -NautilusNotebook.notebook { - background-color: $base_color; - - tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - } -} - -NautilusQueryEditor .search-bar.toolbar { - padding: 5px; - box-shadow: none; - background-color: $base_color; -} - -.nautilus-circular-button { - border-radius: 50%; - outline-radius: 50%; -} - -$disk_space_unknown: transparentize($fg_color, 0.5); -$disk_space_used: transparentize($selected_bg_color, 0.2); -$disk_space_free: darken($bg_color, 3%); - -.disk-space-display { - border-style: solid; - border-width: 1px; - - &.unknown { - background-color: $disk_space_unknown; - border-color: darken($disk_space_unknown, 10%); - } - &.used { - background-color: $disk_space_used; - border-color: darken($disk_space_used, 10%); - } - &.free { - background-color: $disk_space_free; - border-color: darken($disk_space_free, 10%); - } -} - -// -// Nemo -// -.nemo-desktop.nemo-canvas-item { - @extend .nautilus-desktop.nautilus-canvas-item; -} - -NemoWindow { - - EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry - - .sidebar .frame { border-width: 0; } - - GtkSeparator.separator.horizontal { color: $borders_color; } - - .primary-toolbar NemoPathBar.linked > .button { - $_linked_separator_color: $header_button_border; - - @include button(header-hover); - - &:hover { background-color: lighten($header_button_bg, 15%); } - &:active, &:checked { @include button(header-active); } - &:insensitive { color: transparentize($header_fg, 0.4); } - - @extend %linked; - - &:hover { - box-shadow: inset 1px 0 $_linked_separator_color, - inset -1px 0 $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } - - &:first-child { - &:hover { box-shadow: inset -1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - &:hover { box-shadow: inset 1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:only-child { - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } - } -} - -// -// Gedit -// -.gedit-headerbar-paned { color: $header_border; } - -.open-document-selector-treeview.view { - padding: 3px 6px 3px 6px; - border-color: $base_color; // disable borders, making them transparent doesn't work for some reason - - &:prelight { - background-color: mix($fg_color, $base_color, 7%); - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - } -} - -.open-document-selector-name-label { - color: $fg_color; -} - -.open-document-selector-path-label { - color: mix($fg_color, $base_color, 50%); - font-size: smaller; - - &:selected { color: transparentize($selected_fg_color, 0.1); } -} - -.gedit-document-panel { - - .list-row .button { - color: transparent; - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - padding: 4px; - & GtkImage { color: inherit; } - } - .prelight-row .button { - color: mix($bg_color, $fg_color, 35%); - } - .list-row .button:hover, - .prelight-row .button:hover { - color: lighten(red, 15%); - } - .prelight-row:selected .button:hover { - color: lighten(red, 20%); - background-image: none; - background-color: transparent; - border: none; - box-shadow: none; - &:active { color: $selected_fg_color; } - } - .prelight-row .button:active { - color: $fg_color; - } -} - -.gedit-document-panel-dragged-row { - border: 1px solid $borders_color; - background-color: darken($bg_color, 10%); - color: $fg_color; -} - -//.gedit-document-panel-placeholder-row { -//} - -GeditStatusbar { - border-top: 1px solid $borders_color; - background-color: $bg_color; -} - -GeditStatusMenuButton.button.flat, -GeditStatusMenuButton:prelight.button.flat, -GeditStatusMenuButton:checked.button.flat { - border-bottom-style: none; - border-radius: 0; -} - - -GeditViewFrame .gedit-search-slider { @extend %search_slider } - -GeditFileBrowserWidget .toolbar { - border-bottom: 1px solid $borders_color; -} - -.gedit-search-entry-occurrences-tag { - color: transparentize($fg_color, 0.4); - margin: 2px; - padding: 2px; -} - -%search_slider { - background-color: lighten($bg_color, 2%); - padding: 6px; - border-color: $borders_color; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; -} - -// -// Gnome Builder -// - -GbSearchBox.linked { - - > GtkMenuButton.button:last-child:dir(ltr), - > GtkMenuButton.button:first-child:dir(rtl) { - padding: 0 10px; - - @include entry(header-normal); - - &:hover { @include entry(header-focus); } - &:active, &:checked { @include entry(header-focus); } - &:insensitive { @include entry(header-insensitive); } - } - - > GtkMenuButton.button:last-child:dir(ltr) { - - border-left-style: none; - border-radius: 0 3px 3px 0; - outline-radius: 0 1px 1px 0; - - &:hover { box-shadow: -1px 0 $selected_bg_color; } - } - > GtkMenuButton.button:first-child:dir(rtl) { - border-right-style: none; - border-radius: 3px 0 0 3px; - outline-radius: 1px 0 0 1px; - - &:hover { box-shadow: 1px 0 $selected_bg_color; } - } -} - -//Search entry that slides down from top of editor -GbEditorFrame .gb-search-slider { @extend %search_slider; padding: 2px; } - -.gb-search-entry-occurrences-tag { @extend .gedit-search-entry-occurrences-tag } - -GdTaggedEntry { color: $fg_color; } - -// Preferences sidebar style -.preferences.sidebar { - - GtkViewport { border: none; } - GtkListBox { background-color: $bg_color; } - GtkListBoxRow { padding: 10px; } -} - -// Preference page language style -GbPreferencesPageLanguage { - - GtkSearchEntry { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - } - GtkScrolledWindow { border-top-width: 0; } -} - -// Command Bar styling -GtkBox.gb-command-bar-box { - border: none; - background-color: opacify($osd_bg_color, 1); - - GtkLabel { color: $osd_fg_color; } -} - -GtkEntry.gb-command-bar-entry.entry.flat, -GtkEntry.gb-command-bar-entry.entry.flat:focus { - font-family: Monospace; - color: $osd_fg_color; - background-image: none; - background-color: opacify($osd_bg_color, 1); - padding: 6px 6px 6px 6px; - border: none; - - &:selected, - &:selected:focus { - @extend %selected_items; - } -} - -GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; -} - -GtkScrolledWindow.gb-linked-scroller { - border-top: none; -} - -// Disable various animatinos that are enabled by default and really annoying -// to the overall flow of Builder. -GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; -} - -GbViewStack GtkBox.header.notebook, -GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid $borders_color; -} - -GbViewStack.focused GtkBox.header.notebook { - background-color: $base_color; - - .button.dim-label { opacity: 1; } -} - -// -// Epiphany -// -EphyWindow .floating-bar { // Epiphany overrides the floating-bar style, so reset it - color: $fg_color; -} - -// -// Gnome Documents -// -.documents-load-more.button { - border-width: 1px 0 0; - border-radius: 0; -} - -.documents-icon-bg { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 2px; -} - -.documents-collection-icon { - background-color: transparentize($fg_color, 0.7); - border-radius: 2px; -} - -.documents-favorite.button:active, -.documents-favorite.button:active:hover { - color: lighten($selected_bg_color, 20%); -} - -.documents-entry-tag { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 2px; - border-width: 0; - margin: 2px; - padding: 4px; - - &:hover { - color: $selected_fg_color; - background-color: lighten($selected_bg_color, 4%); - } - &:active { - color: $selected_fg_color; - background-color: darken($selected_bg_color, 4%); - } - - .toolbar .linked &.button { - background: none; - border: none; - box-shadow: none; - icon-shadow: none; - - &:hover { color: transparentize($selected_fg_color, 0.3) } - } -} - -.content-view.document-page { - border-style: solid; - border-width: 3px 3px 6px 4px; - border-image: url("assets/thumbnail-frame.png") 3 3 6 4; -} - -// -// Totem -// -TotemGrilo.vertical GdMainView.frame { - border-width: 0; -} - -// -// Synapse -// -SynapseGuiSelectionContainer *:selected, -SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; } - -// -// Transmission -// -.tr-workarea .undershoot, -.tr-workarea .overshoot { - border-color: transparent; // Remove black border on over- and undershoot -} - -// -// Fallback Mode/Budgie Panel -// -.gnome-panel-menu-bar, -PanelApplet > GtkMenuBar.menubar, -PanelToplevel, -PanelWidget, -PanelAppletFrame, -PanelApplet { - color: $panel_fg; - background-image: linear-gradient(to bottom, $panel_bg); -} - -PanelApplet .button, PanelApplet .button:backdrop { - padding: 4px; - border: 2px solid transparent; - border-radius: 0; - background-image: none; - background-color: transparent; - color: $panel_fg; -} - -PanelApplet .button:hover { - color: lighten($panel_fg, 10%); - background-color: transparentize(black, 0.83); - border-color: transparentize(black, 0.83); -} - -PanelApplet .button:active, PanelApplet .button:active:backdrop, -PanelApplet .button:checked, PanelApplet .button:checked:backdrop { - background-clip: padding-box; - color: white; - background-color: transparentize(black, 0.75); - border-radius: 0; - border-color: transparentize(black, 0.75); - box-shadow: inset 0 -2px $selected_bg_color; -} - -PanelApplet:hover { - color: white; -} - -PanelApplet:active, -PanelApplet:hover:active { - color: $selected_bg_color; -} - -WnckPager { - color: mix($panel_fg, black, 50%); - &:selected { color: $selected_bg_color } -} - -NaTrayApplet { - -NaTrayApplet-icon-padding: 12; - -NaTrayApplet-icon-size: 16; -} - -ClockBox { - color: $panel_fg; -} - -// Xfce Panel -.xfce4-panel.panel { - background-color: $panel_bg; - - text-shadow: none; - icon-shadow: none; - - .button.flat { - color: $panel_fg; - background-color: transparentize($panel_bg, 1); - border-radius: 0; - border: none; - - &:hover { - border: none; - background-color: lighten($panel_bg, 10%); - } - &:active, &:checked { - color: $selected_fg_color; - border: none; - background-color: $selected_bg_color; - } - } -} - -// -// Floating Bar -// -.floating-bar { - background-color: $selected_bg_color; - color: $selected_fg_color; - - &.top { border-radius: 0 0 2px 2px; } - &.right { border-radius: 2px 0 0 2px; } - &.bottom { border-radius: 2px 2px 0 0; } - &.left { border-radius: 0 2px 2px 0; } - - .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - - background-color: transparent; - box-shadow: none; - border: none; - } -} - -// Elementary Apps - -// -// Birdie -// -BirdieWidgetsTweetList * { - background-image: none; - background-color: transparent; -} - -// -// Marlin / Pantheon Files -// -MarlinViewWindow { - - *:selected, *:selected:focus { - color: $selected_fg_color; - background-color: $selected_bg_color; - outline-color: transparent; - } - GtkIconView.view:selected { - &, &:focus, &:hover, &:focus:hover { background-color: transparent; } - } - FMListView, FMColumnView { outline-color: transparent; } -} - -.marlin-pathbar.pathbar { - border-radius: 3px; - padding-left: 4px; - padding-right: 4px; - - @include entry(header-normal); - - &:focus { @include entry(header-focus) } - - &:insensitive { @include entry(header-insensitive) } - - &:active, &:checked { - color: $selected_bg_color; - } -} - -// -// Gala -// -.gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); - border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); - background-color: transparent; - - .title, .label { - color: #5c616c; - } -} - -// -// Wingpanel -// -.panel { - background-color: transparent; - color: white; - font-weight: bold; - text-shadow: 0 1px 2px transparentize(black, 0.4); - icon-shadow: 0 1px 2px transparentize(black, 0.4); - - &-shadow { - background-image: none; - background-color: transparent; - } - .menu { - box-shadow: none; - - .menuitem { - font-weight: normal; - text-shadow: none; - icon-shadow: none; - } - - .window-frame.menu.csd, - .window-frame.popup.csd { - box-shadow: 0 0 0 1px transparentize(black, 0.8), - 0 10px 20px transparentize(black, 0.81), - 0 6px 6px transparentize(black, 0.77); - } - } - .menubar > .menuitem { - padding: 3px 6px; - &:hover { background-color: transparent; } - } - .window-frame.menu.csd, - .window-frame.popup.csd { box-shadow: none; } -} - -.composited-indicator { - background-color: transparent; - color: white; - text-shadow: 0 1px 2px transparentize(black, 0.4); - icon-shadow: 0 1px 2px transparentize(black, 0.4); - - > GtkWidget > GtkWidget:first-child { padding: 0 2px; } - - .menuitem:active, .menuitem:prelight { - border-style: none; - background-image: none; - box-shadow: none; - } - > .popup > .menu { - padding-top: 8px; - padding-bottom: 8px; - } -} - -.panel-app-button > GtkWidget > GtkWidget:first-child { - padding: 0 2px 0 4px; -} - -.panel .menu .spinner, -.menu .spinner { opacity: 1 } // Fixes sound indicator buttons - -// -// Wingpanel Popover -// -WingpanelWidgetsIndicatorPopover.popover { - padding: 0; - - text-shadow: none; - icon-shadow: none; - - .menuitem { - padding: 5px; - outline-color: transparent; - text-shadow: none; - icon-shadow: none; - border: solid transparent; - border-width: 1px 0; - - GtkLabel, GtkImage { padding: 0 3px; } - - &:hover, &:active { - background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95)); - border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93)); - border-width: 1px 0; - } - *:insensitive { color: $insensitive_fg_color; } - } -} - -// -// Pantheon Terminal -// -PantheonTerminalPantheonTerminalWindow.background { - background-color: transparent; -} - -// -// Switchboard -// -SwitchboardCategoryView .view:selected, -SwitchboardCategoryView .view:selected:focus { - color: $fg_color; -} diff --git a/common/gtk-3.0/3.16/sass/_colors-public.scss b/common/gtk-3.0/3.16/sass/_colors-public.scss deleted file mode 100644 index 7d0abba..0000000 --- a/common/gtk-3.0/3.16/sass/_colors-public.scss +++ /dev/null @@ -1,67 +0,0 @@ -//apps rely on some named colors to be exported - -// Sass thinks we're using the colors in the variables as strings and may shoot -// warning, it's innocuous and can be defeated by using "" + $var -@define-color theme_fg_color #{"" + $fg_color}; -@define-color theme_text_color #{"" + $text_color}; -@define-color theme_bg_color #{"" + $bg_color}; -@define-color theme_base_color #{"" + $base_color}; -@define-color theme_selected_bg_color #{"" + $selected_bg_color}; -@define-color theme_selected_fg_color #{"" + $selected_fg_color}; -@define-color fg_color #{"" + $fg_color}; -@define-color text_color #{"" + $text_color}; -@define-color bg_color #{"" + $bg_color}; -@define-color base_color #{"" + $base_color}; -@define-color selected_bg_color #{"" + $selected_bg_color}; -@define-color selected_fg_color #{"" + $selected_fg_color}; -@define-color insensitive_bg_color #{"" + $insensitive_bg_color}; -@define-color insensitive_fg_color alpha(#{"" + opacify($insensitive_fg_color, 1)}, 0.5); -@define-color insensitive_base_color #{"" + $base_color}; -@define-color theme_unfocused_fg_color #{"" + $fg_color}; -@define-color theme_unfocused_text_color #{"" + $text_color}; -@define-color theme_unfocused_bg_color #{"" + $bg_color}; -@define-color theme_unfocused_base_color #{"" + $base_color}; -@define-color borders #{"" + $borders_color}; -@define-color unfocused_borders #{"" + $borders_color}; - -@define-color warning_color #{"" + $warning_color}; -@define-color error_color #{"" + $error_color}; -@define-color success_color #{"" + $success_color}; -@define-color placeholder_text_color #{#A8A8A8}; -@define-color link_color #{"" + $link_color}; - -@define-color content_view_bg #{"" + $base_color}; - -//WM -$wm_highlight: lighten(opacify($header_bg, 1), 3%); -$wm_bg_unfocused: opacify($header_bg_backdrop, 1); - -@define-color wm_title alpha(#{"" + opacify($header_fg, 1)}, 0.8); -@define-color wm_unfocused_title alpha(#{"" + opacify($header_fg, 1)}, 0.5); - -@define-color wm_bg #{"" + opacify($header_bg, 1)}; -@define-color wm_bg_unfocused #{"" + $wm_bg_unfocused}; - -@define-color wm_highlight #{"" + $wm_highlight}; -@define-color wm_shadow alpha(#{black}, 0.35); - -//WM Buttons - -// Close -@define-color wm_button_close_bg #{"" + $wm_button_close_bg}; -@define-color wm_button_close_hover_bg #{"" + $wm_button_close_hover_bg}; -@define-color wm_button_close_active_bg #{"" + $wm_button_close_active_bg}; - -@define-color wm_icon_close_bg #{"" + $wm_icon_close_bg}; - -// Minimize, Maximize -@define-color wm_button_hover_bg #{"" + $wm_button_hover_bg}; -@define-color wm_button_active_bg #{"" + $wm_button_active_bg}; - -@define-color wm_button_hover_border #{"" + $wm_button_hover_border}; - -@define-color wm_icon_bg #{"" + $wm_icon_bg}; -@define-color wm_icon_unfocused_bg #{"" + $wm_icon_unfocused_bg}; -@define-color wm_icon_hover_bg #{"" + $wm_icon_hover_bg}; -@define-color wm_icon_active_bg #{"" + $wm_icon_active_bg}; - diff --git a/common/gtk-3.0/3.16/sass/_colors.scss b/common/gtk-3.0/3.16/sass/_colors.scss deleted file mode 100644 index 8d3a5f2..0000000 --- a/common/gtk-3.0/3.16/sass/_colors.scss +++ /dev/null @@ -1,101 +0,0 @@ -// When color definition differs for dark and light variant, -// it gets @if ed depending on $variant - - -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); - -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; -$selected_borders_color: darken($selected_bg_color, 20%); -$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); - -$link_color: if($variant == 'light', darken($selected_bg_color,10%), - lighten($selected_bg_color,20%)); -$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), - lighten($selected_bg_color,10%)); - -$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); -$selection_mode_fg: $selected_fg_color; -$warning_color: #F27835; -$error_color: #FC4138; -$warning_fg_color: white; -$error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; -$destructive_fg_color: white; -$suggested_fg_color: white; - -$drop_target_color: #F08437; - -//insensitive state derived colors -$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); -$insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); - -$header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } - -$header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); - -$header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); - -$header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); - -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; -$dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); - -$osd_fg_color: $dark_sidebar_fg; -$osd_bg_color: $dark_sidebar_bg; - -$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_button_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6); -$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6); - -$osd_insensitive_bg_color: darken($osd_bg_color, 3%); -$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%); -$osd_borders_color: transparentize(black, 0.3); - -$panel_bg: darken($dark_sidebar_bg, 4.7%); -$panel_fg: $dark_sidebar_fg; - -$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); - -$header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); -$header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%)); -$button_border: $entry_border; - -$header_button_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($button_bg, 0.1)); -$header_button_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); - -//WM Buttons - -// Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); - -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); - -// Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); -$wm_button_active_bg: $selected_bg_color; - -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); - -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); -$wm_icon_active_bg: $selected_fg_color; diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss deleted file mode 100644 index 200adc0..0000000 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ /dev/null @@ -1,2860 +0,0 @@ -@function gtkalpha($c,$a) { - @return unquote("alpha(#{$c},#{$a})"); -} - -$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94); -$asset_suffix: if($variant=='dark', '-dark', ''); // use dark assets in dark variant -$darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: $error_color; - -GtkPaned-handle-size: 1; - - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; - - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; - - -GtkToolItemGroup-expander-size: 11; - -GtkExpander-expander-size: 16; - -GtkTreeView-expander-size: 11; - - -GtkTreeView-horizontal-separator: 4; - - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; - - -GtkWidget-link-color: $link_color; - -GtkWidget-visited-link-color: $link_visited_color; - - -GtkWidget-focus-padding: 2; // FIXME: do we still need these? - -GtkWidget-focus-line-width: 1; // - - -GtkWidget-text-handle-width: 20; - -GtkWidget-text-handle-height: 20; - - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - - -GtkStatusbar-shadow-type: none; - - // We use the outline properties to signal the focus properties - outline-color: transparentize($fg_color, 0.7); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - outline-radius: 2px; -} - - -// -// Base States -// -.background { - color: $fg_color; - background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work -} - -*:insensitive { - -gtk-image-effect: dim; -} - -.gtkstyle-fallback { - background-color: $bg_color; - color: $fg_color; - &:prelight { - background-color: lighten($bg_color, 10%); - color: $fg_color; - } - &:active { - background-color: darken($bg_color, 10%); - color: $fg_color; - } - &:insensitive { - background-color: $insensitive_bg_color; - color: $insensitive_fg_color; - } - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } -} - -.view { - color: $text_color; - background-color: $base_color; - - &:selected, - &:selected:focus, - &:selected:hover { - @extend %selected_items; - } - &.dim-label { - color: transparentize($text_color, 0.45); - - &:selected, &:selected:focus { - color: transparentize($selected_fg_color, 0.35); - text-shadow: none; - } - } -} - -.rubberband { - border: 1px solid $selected_bg_color; - background-color: transparentize($selected_bg_color,0.8); -} - -.label { - &.separator { - color: $fg_color; - @extend .dim-label; - } - &:selected, - &:selected:focus, - &:selected:hover { - @extend %selected_items; - } - &:insensitive { - color: $insensitive_fg_color; - } -} - -.dim-label { - opacity: 0.55; -} - -GtkAssistant { - .sidebar { - background-color: $base_color; - border-top: 1px solid $borders_color; - &:dir(ltr) { border-right: 1px solid $borders_color; } - &:dir(rtl) { border-left: 1px solid $borders_color; } - } - &.csd .sidebar { border-top-style: none; } - .sidebar .label { - padding: 6px 12px; - } - .sidebar .label.highlight { - background-color: $selected_bg_color; - color: $selected_fg_color; - } -} - -GtkTextView { // This will get overridden by .view, needed by gedit line numbers - background-color: mix($bg_color, $base_color, 50%); -} - -.grid-child { - padding: 3px; - border-radius: 3px; - &:selected { - @extend %selected_items; - outline-offset: -2px; - } -} - -%osd, .osd { - color: $osd_fg_color; - border: none; - background-color: $osd_bg_color; - background-clip: padding-box; - outline-color: transparentize($osd_fg_color, 0.7); - box-shadow: none; -} - -// -// Spinner Animations -// -@keyframes spin { - to { -gtk-icon-transform: rotate(1turn); } -} - -.spinner { - background-image: none; - background-color: blue; - opacity: 0; // non spinning spinner makes no sense - -gtk-icon-source: -gtk-icontheme('process-working-symbolic'); - - &:active { - opacity: 1; - animation: spin 1s linear infinite; - - &:insensitive { - opacity: 0.5; - } - } -} - -$vert_padding: 5px; -// -// Text Entries -// -.entry { - border: 1px solid; - padding: $vert_padding 8px; - - border-radius: 3px; - transition: all 200ms $ease-out-quad; - @include entry(normal); - - &.image { // icons inside the entry - &.left { padding-left: 0; } - &.right { padding-right: 0; } - } - - &.flat, &.flat:focus { - padding: 2px; - @include entry(normal); - border: none; - border-radius: 0; - } - - &:focus { - background-clip: border-box; - @include entry(focus); - } - - &:insensitive { @include entry(insensitive); } - - &:selected, - &:selected:focus { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - - &.progressbar { - margin: 2px 12px; - border-radius: 0; - border-width: 0 0 2px; - border-color: $selected_bg_color; - border-style: solid; - background-image: none; - background-color: transparent; - box-shadow: none; - } - - .linked > & { //FIXME: use same buttons linking logic and template - &:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - &:dir(rtl) { border-right-style: none;} - } - &:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - border-left-style: none; - &:dir(rtl) { border-left-style: solid; } - } - } - - @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), - (error, $error_color, $error_fg_color) { - &.#{$e_type} { - color: $selected_fg_color; - border-color: if($variant=='light', $e_color, $entry_border); - background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); - - &:focus { - color: $e_fg_color; - background-image: linear-gradient(to bottom, $e_color); - box-shadow: none; - } - &:selected, &:selected:focus { - background-color: $e_fg_color; - color: $e_color; - } - } - } - - &.image { // entry icons colors - color: mix($fg_color,$base_color,80%); - } - - .linked.vertical > & { //FIXME comment stuff and make the whole thing smarter. - border-bottom-color: mix($borders_color, $base_color, 30%); - box-shadow: none; - @extend %linked_vertical; - - &:focus { - border-color: $selected_bg_color; - box-shadow: 0 -1px 0 0 $selected_bg_color; - @extend %linked_vertical; - } - - &:insensitive { - border-bottom-color: mix($borders_color, $base_color, 30%); - @extend %linked_vertical; - } - - &:first-child { - border-bottom-color: mix($borders_color, $base_color, 30%); - - &:focus { - border-bottom-color: $selected_bg_color; - box-shadow: none; - } - - &:insensitive { - border-bottom-color: mix($borders_color, $base_color, 30%); - @extend %linked_vertical:first-child; - } - } - - &:last-child { - border-bottom-color: rgba(0,0,0,0.14); - &:focus { - border-bottom-color: $selected_bg_color; - box-shadow: 0 -1px 0 0 $selected_bg_color; - @extend %linked_vertical:last-child; - } - - &:insensitive { - border-bottom-color: rgba(0,0,0,0.14); - @extend %linked_vertical:last-child; - - } - } - } - - .osd & { - @include entry(osd); - &:focus { @include entry(osd-focus); } - &:insensitive { @include entry(osd-insensitive); } - } -} - -GtkSearchEntry.entry { border-radius: 20px; } - -// -// Buttons -// -// stuff for .needs-attention -$_dot_color: $selected_bg_color; - -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.01, - to($_dot_color), - to(transparent)); - } - to { - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.5, - to($selected_bg_color), - to(transparent)); - } -} - -.button { - $_button_transition: all 200ms $ease-out-quad; - - transition: $_button_transition; - border: 1px solid; - border-radius: 3px; - padding: $vert_padding 8px; - - @include button(normal); - - &.flat { - @include button(undecorated); - background-color: transparentize($button_bg, 1); - border-color: transparentize($button_border, 1); - // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set - // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but - // it won't fade out when the pointer leave the button allocation area. To make the transition more evident - // in this case the duration is increased. - transition: none; - &:hover { - transition: $_button_transition; - transition-duration: 350ms; - &:active { transition: $_button_transition; } - } - } - &:hover { - @include button(hover); - -gtk-image-effect: highlight; - } - &:active, &:checked { - background-clip: if($variant=='light', border-box, padding-box); - @include button(active); - transition-duration: 50ms; - } - - //Webkitgtk workaround start - &:active { color: $fg_color; } - &:active:hover, &:checked { color: $selected_fg_color; } - //Webkitgtk workaround end - - &.flat:insensitive { - @include button(undecorated); - } - &:insensitive { - @include button(insensitive); - &:active, &:checked { - @include button(insensitive-active); - } - } - // big standalone buttons like in Documents pager - &.osd { - color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); - background-color: $osd_bg_color; - border-color: darken($osd_bg_color, 8%); - - &.image-button { padding: 10px; } - - &:hover { color: $selected_bg_color; } - &:active, &:checked { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } - } - - //overlay / OSD style - .osd & { - @include button(osd); - // there's a problem with sass which prevents it to extend the linked - // placeholder as expected, it should just be "@extend %linked;", the - // placeholder is basically replicated here - // - // Workaround START - border-radius: 0; - border-left-style: none; - border-right-style: none; - - &:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: none - } - &:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; - } - &:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; - - &:dir(rtl) { border-left-style: solid; } - } - &:only-child { - border-radius: 3px; - border-style: solid; - } - // Workaround END - &:hover { - @include button(osd-hover); - @extend %linked; - &, &:first-child, &:last-child { box-shadow: none; } - } - &:active, &:checked { - background-clip: padding-box; - @include button(osd-active); - @extend %linked; - } - &:insensitive { - @include button(osd-insensitive); - @extend %linked; - } - - &.flat { - @include button(undecorated); - box-shadow: none; - &:hover { - @include button(osd-hover); - &, &:first-child, &:last-child { box-shadow: none; } - } - &:insensitive { - @include button(osd-insensitive); - background-image: none; - } - &:active, &:checked { - @include button(osd-active); - } - } - } - // Suggested and Destructive Action buttons - @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), - (destructive-action, $destructive_color, $destructive_fg_color) { - &.#{$b_type} { - @include button(suggested_destructive, $b_color, $b_fg); - - &.flat { - @include button(undecorated); - color: $b_color; - outline-color: transparentize($b_color, 0.7); - } - &:hover { - @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); - } - &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%), $b_fg); - } - &.flat:insensitive { - @include button(undecorated); - color: $insensitive_fg_color; - } - &:insensitive { @include button(insensitive); } - } - } - - &.image-button { padding: 2px + $vert_padding; } - .header-bar &.image-button { padding: 2px + $vert_padding 10px; } - - &.text-button { - padding-left: 16px; - padding-right: 16px; - } - - &.text-button.image-button { - // those buttons needs uneven horizontal padding, we want the icon side - // to have the image-button padding, while the text side the text-button - // one, so we're adding the missing padding to the label depending on - // its position inside the button - padding: $vert_padding 8px; // same as .button - GtkLabel:first-child { padding-left: 8px; } - GtkLabel:last-child { padding-right: 8px; } - } - - .stack-switcher > & { - // to position the needs attention dot, padding is added to the button - // child, a label needs just lateral padding while an icon needs vertical - // padding added too. - - outline-offset: -3px; // needs to be set or it gets overridden by GtkRadioButton outline-offset - - > GtkLabel { - padding-left: 6px; // label padding - padding-right: 6px; // - } - > GtkImage { - padding-left: 6px; - padding-right: 6px; - padding-top: $vert_padding - 2px; - padding-bottom: $vert_padding - 2px; - } - - &.text-button { padding: $vert_padding 10px; } // needed or it will get overridden - - &.image-button { padding: $vert_padding - 3px 4px; } - - &.needs-attention > .label, - &.needs-attention > GtkImage { @extend %needs_attention; } - &.needs-attention:active > .label, - &.needs-attention:active > GtkImage, - &.needs-attention:checked > .label, - &.needs-attention:checked > GtkImage { - animation: none; - background-image: none; - } - } - - %needs_attention { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, - center center, 0, - center center, 0.5, - to($_dot_color), - to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - @if $variant == 'light' { background-position: right 3px, right 4px; } - @else { background-position: right 3px, right 2px; } - &:dir(rtl) { - @if $variant == 'light' { background-position: left 3px, left 4px; } - @else { background-position: left 3px, left 2px; } - } - } - - //inline-toolbar buttons - .inline-toolbar &, .inline-toolbar &:backdrop { - border-radius: 2px; - border-width: 1px; - @extend %linked; - } - - .linked > &, - .linked > &:hover, - .linked > &:active, - .linked > &:checked { @extend %linked; } - - .linked.vertical > &, - .linked.vertical > &:hover, - .linked.vertical > &:active, - .linked.vertical > &:checked { @extend %linked_vertical; } -} - -// all the following is for the +|- buttons on inline toolbars, that way -// should really be deprecated... -.inline-toolbar GtkToolButton > .button { // redefining the button look is - // needed since those are flat... - @include button(normal); - &:hover { @include button(hover); } - &:active, - &:checked{ @include button(active); } - &:insensitive { @include button(insensitive); } - &:insensitive:active, - &:insensitive:checked { @include button(insensitive-active); } -} - -// More inline toolbar buttons -.inline-toolbar.toolbar GtkToolButton { - & > .button.flat { @extend %linked_middle; } - &:dir(rtl) > .button.flat { @extend %linked_middle:dir(rtl); } - &:first-child > .button.flat { @extend %linked:first-child; } - &:last-child > .button.flat { @extend %linked:last-child; } - &:last-child:dir(rtl) > .button.flat { @extend %linked:last-child:dir(rtl); } - &:only-child > .button.flat { @extend %linked:only-child; } -} - -$_linked_separator_color: if($variant=='light', transparentize($button_border, 0.6), transparentize($button_border, 0.5)); - -%linked_middle { - border-radius: 0; - border-left-style: none; - border-right-style: none; - - &:hover { - box-shadow: inset 1px 0 $_linked_separator_color, - inset -1px 0 $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } - - &:dir(rtl) { - border-radius: 0; // needed when including %linked_middle:dir(rtl) - } -} - -%linked { - @extend %linked_middle; - - &:first-child { - border-radius: 3px 0 0 3px; - border-left-style: solid; - - &:hover { box-shadow: inset -1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - border-radius: 0 3px 3px 0; - border-right-style: solid; - - &:hover { box-shadow: inset 1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - - &:dir(rtl) { border-bottom-left-radius: 0; } - - } - &:only-child { - border-radius: 3px; - border-style: solid; - - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } -} - -%linked_vertical_middle { - border-style: solid; - border-bottom-style: none; - border-top-style: none; - border-radius: 0; - - &:hover { - box-shadow: inset 0 -1px $_linked_separator_color, - inset 0 1px $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } -} - -%linked_vertical{ - @extend %linked_vertical_middle; - - &:first-child { - border-radius: 3px 3px 0 0; - border-top-style: solid; - - &:hover { box-shadow: inset 0 -1px $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - border-radius: 0 0 3px 3px; - border-bottom-style: solid; - - &:hover { box-shadow: inset 0 1px $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:only-child { - border-radius: 3px; - border-style: solid; - - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } -} - -%undecorated_button { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; -} - -/* menu buttons */ -.menuitem.button.flat { - transition: none; - @extend %undecorated_button; - outline-offset: -1px; - border-radius: 2px; - - &:hover { background-color: if($variant=='light', mix($fg_color,$bg_color,5%), mix($fg_color,$bg_color,10%)); } - &:active, &:selected { - @extend %selected_items; - } - &:checked { color: $fg_color; } -} - -// -// Links -// -*:link { - color: $link_color; - &:visited { - color: $link_visited_color; - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 60%); } - } - &:hover { - color: lighten($link_color,10%); - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 90%); } - } - &:active { - color: $link_color; - *:selected & { color: mix($selected_fg_color, $selected_bg_color, 80%); } - } - &:selected, *:selected & { - color: mix($selected_fg_color, $selected_bg_color, 80%); - } -} - -.button:link, .button:visited { - @extend %undecorated_button; - @extend *:link; - &:hover, &:active, &:checked { - @extend %undecorated_button; - } -} - -// -// Spinbuttons -// -.spinbutton { - border-radius: 3px; - - .button { - background-image: none; - border: 1px solid transparentize($borders_color,0.4); - border-style: none none none solid; - color: mix($fg_color,$base_color,95%); - border-radius: 0; - box-shadow: none; - - &:dir(rtl) { border-style: none solid none none; } - &:first-child { color: red; } - - &:insensitive { - color: $insensitive_fg_color; - } - &:active { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - -// .osd & { -// .button { -// @include button(undecorated); -// color: $osd_fg_color; -// border-style: none none none solid; -// border-color: transparentize($osd_borders_color, 0.3); -// border-radius: 0; -// box-shadow: none; -// &:dir(rtl) { border-style: none solid none none; } -// &:hover { -// @include button(undecorated); -// color: $osd_fg_color; -// border-color: transparentize(opacify($osd_borders_color, 1), 0.5); -// background-color: transparentize($osd_fg_color, 0.9); -// box-shadow: none; -// } -// &:insensitive { -// @include button(undecorated); -// color: $osd_insensitive_fg_color; -// border-color: transparentize(opacify($osd_borders_color, 1), 0.5); -// box-shadow: none; -// } -// &:last-child { border-radius: 0 2px 2px 0; } -// &:dir(rtl):first-child { border-radius: 2px 0 0 2px; } -// } -// } - - &.vertical, &.vertical:dir(rtl) { - .button { - &:first-child { - @extend %top_button; - @include button(normal); - &:active { - @extend %top_button; - @include button(active); - } - &:hover { - @extend %top_button; - @include button(hover); - } - &:insensitive { - @extend %top_button; - @include button(insensitive); - } - } - &:last-child { - @extend %bottom_button; - @include button(normal); - &:active { - @extend %bottom_button; - @include button(active); - } - &:hover { - @extend %bottom_button; - @include button(hover); - } - &:insensitive { - @extend %bottom_button; - @include button(insensitive); - } - } - } - &.entry { - border-radius: 0; - padding-left: 5px; - padding-right: 5px; - } - %top_button { - border-radius: 2px 2px 0 0; - border-style: solid solid none solid; - } - %bottom_button { - border-radius: 0 0 2px 2px; - border-style: none solid solid solid; - } - } - GtkTreeView & { - &.entry, &.entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: $selected_bg_color; - border-radius: 0; - box-shadow: none; - } - } -} - -// -// Comboboxes -// -GtkComboBox { - -GtkComboBox-arrow-scaling: 0.5; - -GtkComboBox-shadow-type: none; - - > .the-button-in-the-combobox { // Otherwise combos - padding-top: $vert_padding - 2px; // are bigger than - padding-bottom: $vert_padding - 2px; // buttons - } - - &:insensitive { - color: $insensitive_fg_color; - } - - .separator.vertical { - // always disable separators - -GtkWidget-wide-separators: true; - } - - &.combobox-entry .entry { - @extend %linked; - - &:dir(ltr) { - border-right-style: none; - - @if $variant=='light' { &:focus { box-shadow: 1px 0 $selected_bg_color; } } - } - &:dir(rtl) { - border-left-style: none; - - @if $variant=='light' { &:focus { box-shadow: -1px 0 $selected_bg_color; } } - } - } - - &.combobox-entry .button { - @extend %linked; - - &:dir(ltr) { - box-shadow: inset 1px 0 $button_border; - - &:insensitive { box-shadow: inset 1px 0 transparentize($button_border, 0.45); } - } - &:dir(rtl) { - box-shadow: inset -1px 0 $button_border; - - &:insensitive { box-shadow: inset -1px 0 transparentize($button_border, 0.45); } - } - } -} - -.linked > GtkComboBox > .button { - // the combo is a composite widget so the way we do button linking doesn't - // work, special case needed. See - // https://bugzilla.gnome.org/show_bug.cgi?id=733979 - &:dir(ltr) { @extend %linked_middle; } // specificity bump - &:dir(rtl) { @extend %linked_middle:dir(rtl); } -} -.linked > GtkComboBox:first-child > .button { - @extend %linked:first-child; -} -.linked > GtkComboBox:last-child > .button { - @extend %linked:last-child; -} -.linked > GtkComboBox:only-child > .button { - @extend %linked:only-child; -} -.linked.vertical > GtkComboBoxText > .button, -.linked.vertical > GtkComboBox > .button { @extend %linked_vertical_middle; } -.linked.vertical > GtkComboBoxText:first-child > .button, -.linked.vertical > GtkComboBox:first-child > .button { @extend %linked_vertical:first-child; } -.linked.vertical > GtkComboBoxText:last-child > .button, -.linked.vertical > GtkComboBox:last-child > .button { @extend %linked_vertical:last-child; } -.linked.vertical > GtkComboBoxText:only-child > .button, -.linked.vertical > GtkComboBox:only-child > .button { @extend %linked_vertical:only-child; } - -// -// Toolbars -// -.toolbar { - -GtkWidget-window-dragging: true; - padding: 4px; - background-color: $bg_color; - .osd &, &.osd { - padding: 7px; - border: 1px solid transparentize(black, 0.5); - border-radius: 3px; - background-color: transparentize($osd_bg_color, 0.1); - } -} - -.primary-toolbar { - color: $header_fg; - background-color: opacify($header_bg, 1); - box-shadow: none; - border-width: 0 0 1px 0; - border-style: solid; - border-image: linear-gradient(to bottom, opacify($header_bg, 1), - darken($header_bg, 7%)) 1 0 1 0; //temporary hack for rhythmbox 3.1 - - //&:backdrop { background-color: opacify($header_bg_backdrop, 1); } - - .separator { @extend %header_separator; } - - @extend %header_widgets; -} - -.inline-toolbar { - @extend .toolbar; - background-color: darken($bg_color, 3%); - border-style: solid; - border-color: $borders_color; - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 3px 3px; -} - -.search-bar { - background-color: $bg_color; - border-style: solid; - border-color: $borders_color; - border-width: 0 0 1px; - padding: 3px; - //box-shadow: inset 0 1px 2px rgba(0,0,0,0.25); -} - -.action-bar { background-color: darken($bg_color, 3%) } - -// -// Headerbars -// -.header-bar { - padding: 5px 5px 4px 5px; - - border-width: 0 0 1px; - border-style: solid; - border-radius: 0; - border-color: opacify($header_border, 1); - - color: $header_fg; - background-color: opacify($header_bg, 1); - - .csd & { // Transparent header-bars only in csd windows - background-color: $header_bg; - border-color: $header_border; - } - - &:backdrop { color: transparentize($header_fg, 0.3); } - - .title { - padding-left: 12px; - padding-right: 12px; - } - - .subtitle { - font-size: smaller; - padding-left: 12px; - padding-right: 12px; - @extend .dim-label; - } - - // Selectionmode - &.selection-mode, - &.titlebar.selection-mode { - color: $selection_mode_fg; - background-color: $selection_mode_bg; - border-color: darken($selection_mode_bg, 4%); - box-shadow: none; - - &:backdrop { - background-color: $selection_mode_bg; - color: transparentize($selection_mode_fg, 0.4); - } - - .subtitle:link { @extend *:link:selected; } - - .button { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 1); - - &.flat { - @include button(undecorated); - color: $selected_fg_color; - background-color: transparentize($selected_fg_color, 1); - } - &:hover { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 0.95); - border-color: transparentize($selected_fg_color, 0.5); - } - &:active, &:checked { - color: $selection_mode_bg; - outline-color: transparentize($selection_mode_bg, 0.7); - background-color: $selected_fg_color; - border-color: $selected_fg_color; - } - &:insensitive { - color: transparentize($selected_fg_color, 0.6); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 1); - - &:active, &:checked { - color: transparentize($selection_mode_bg, 0.6); - background-color: transparentize($selected_fg_color, 0.85); - border-color: transparentize($selected_fg_color, 0.85); - } - } - } - - .selection-menu { - box-shadow: none; - padding-left: 10px; - padding-right: 10px; - GtkArrow { -GtkArrow-arrow-scaling: 1; } - .arrow { - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - } - } - .maximized & { background-color: opacify($selection_mode_bg, 1); } - } - - .tiled &, .tiled &:backdrop, - .maximized &, .maximized &:backdrop { - border-radius: 0; // squared corners when the window is max'd or tiled - } - - .maximized & { - background-color: opacify($header_bg, 1); - border-color: opacify($header_border, 1); - } - - &.default-decoration, - .csd &.default-decoration, // needed under wayland, since all gtk3 windows are csd windows - &.default-decoration:backdrop, - .csd &.default-decoration:backdrop { - padding-top: 5px; - padding-bottom: 5px; - background-color: opacify($header_bg, 1); - border-bottom-width: 0; - - .maximized & { background-color: opacify($header_bg, 1); } - } -} - -.titlebar { - padding-left: 7px; - padding-right: 7px; - border-radius: if($darker=='false' and $variant=='light', 4px 4px 0 0, 3px 3px 0 0); - color: $header_fg; - background-color: opacify($header_bg, 1); - box-shadow: inset 0 1px lighten($header_bg, 3%); - - .csd & { background-color: $header_bg; } - - &:backdrop { - color: transparentize($header_fg, 0.3); - background-color: opacify($header_bg_backdrop, 1); - - .csd & { background-color: $header_bg_backdrop; } - } - - .maximized & { - background-color: opacify($header_bg, 1); - - &:backdrop, .csd &:backdrop { background-color: opacify($header_bg_backdrop, 1); } - } -} - -.titlebar .titlebar, -.titlebar .titlebar:backdrop { background-color: transparent; } - -// Only extending .header-bar avoids some problems (Gnome Documents searchbar) -.header-bar { - .header-bar-separator, - & > GtkBox > .separator.vertical { @extend %header_separator; } - - @extend %header_widgets; -} - -%header_separator { - -GtkWidget-wide-separators: true; - -GtkWidget-separator-width: 1px; - border-width: 0 1px; - border-image: linear-gradient(to bottom, - transparentize($header_fg, 1) 25%, - transparentize($header_fg, 0.65) 25%, - transparentize($header_fg, 0.65) 75%, - transparentize($header_fg, 1) 75%) 0 1/0 1px stretch; - - &:backdrop { opacity: 0.6; } -} - -%header_widgets { - // Headerbar Entries - .entry { - @include entry(header-normal); - - &:backdrop { opacity: 0.85; } - - &:focus { - @include entry(header-focus); - background-clip: if($darker=='false' and $variant=='light', border-box, padding-box); - - &.image { color: $selected_fg_color; } - } - &:insensitive { @include entry(header-insensitive); } - - &:selected:focus { - background-color: $selected_fg_color; - color: $selected_bg_color; - } - - &.progressbar { - border-color: $selected_bg_color; - background-image: none; - background-color: transparent; - } - - @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), - (error, $error_color, $error_fg_color) { - &.#{$e_type} { - color: $e_fg_color; - border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); - background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); - - &:focus { - color: $e_fg_color; - background-image: linear-gradient(to bottom, $e_color); - } - &:selected, &:selected:focus { - background-color: $e_fg_color; - color: $e_color; - } - } - } - } - - // Headerbar Buttons - .button { - - @include button(header-normal); - - &:backdrop { opacity: 0.7; } - - &:hover { @include button(header-hover); } - &:active, &:checked { - @include button(header-active); - background-clip: if($darker=='false' and $variant=='light', border-box, padding-box); - } - &:insensitive { @include button(header-insensitive); } - &:insensitive:active, &:insensitive:checked { @include button(header-insensitive-active); } - } - - .linked > .button { border-radius: 3px; border-style: solid} - - .linked > .button:hover { box-shadow: none; } - - .linked.stack-switcher > .button, - .linked.path-bar > .button { - - $_linked_separator_color: $header_button_border; - - @include button(header-hover); - - &:hover { background-color: lighten($header_button_bg, 15%); } - &:active, &:checked { @include button(header-active); } - &:insensitive { color: transparentize($header_fg, 0.4); } - - @extend %linked; - - &:hover { - box-shadow: inset 1px 0 $_linked_separator_color, - inset -1px 0 $_linked_separator_color; - } - &:active, &:checked { box-shadow: none; } - - &:first-child { - &:hover { box-shadow: inset -1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:last-child { - &:hover { box-shadow: inset 1px 0 $_linked_separator_color; } - &:active, &:checked { box-shadow: none; } - } - &:only-child { - &:hover { box-shadow: none; } - &:active, &:checked { box-shadow: none; } - } - } - - // Headerbar Suggested and Destructive Action buttons - @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), - (destructive-action, $destructive_color, $destructive_fg_color) { - .button.#{$b_type} { - @include button(suggested_destructive, $b_color, $b_fg); - - &.flat { - @include button(undecorated); - color: $b_color; - outline-color: transparentize($b_color, 0.7); - } - &:hover { - @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); - } - &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%), $b_fg); - } - &.flat:insensitive, - &:insensitive { @include button(header-insensitive); } - } - .button.#{$b_type}:backdrop, - .button.#{$b_type}:backdrop { - opacity: 0.8; - } - } - - // Headerbar Spinbuttons - & .spinbutton { - - &:focus .button { - color: $selected_fg_color; - - &:hover { background-color: transparentize($selected_fg_color, 0.9); border-color: transparent; } - &:insensitive { color: transparentize($selected_fg_color, 0.6); } - } - .button { - color: $header_fg; - - &:hover { background-color: transparentize($header_fg, 0.75); border-color: transparent; } - &:insensitive { color: transparentize($header_fg, 0.3); } - &:active { background-color: rgba(0,0,0,0.1); } - } - } - - // Headerbar ComboBoxes - & GtkComboBox{ - &:insensitive { color: transparentize($header_fg, 0.6); } - - &.combobox-entry .button { - @include entry(header-normal); - - &:hover { @include entry(header-focus); box-shadow: none; } - &:insensitive { @include entry(header-insensitive); } - } - &.combobox-entry .entry { - &:dir(ltr) { - &:focus { box-shadow: none; } - } - &:dir(rtl) { - &:focus { box-shadow: none; } - } - } - &.combobox-entry .button { - - &:dir(ltr) { - box-shadow: inset 1px 0 $header_button_border; - - &:insensitive { box-shadow: inset 1px 0 transparentize($header_button_border, 0.45); } - } - &:dir(rtl) { - box-shadow: inset -1px 0 $header_button_border; - - &:insensitive { box-shadow: inset -1px 0 transparentize($header_button_border, 0.45); } - } - } - } - - // Headerbar Switches - GtkSwitch { - &:backdrop { opacity: 0.75; } - } - - GtkProgressBar { - - &.trough { background-color: if($variant=='light' and $darker=='false', opacify($header_button_border, 0.05), $header_button_border); } - - &:backdrop { opacity: 0.75; } - } - - // Headerbar Scale - .scale { - - &:backdrop { opacity: 0.75; } - - &.trough { - $_trough_bg: if($variant=='light' and $darker=='false', opacify($header_button_border, 0.05), $header_button_border); - background-image: linear-gradient(to bottom, $_trough_bg); - - &:insensitive { background-image: linear-gradient(to bottom, if($variant=='light' and $darker=='false', transparentize($_trough_bg, 0.05), transparentize($_trough_bg, 0.1))); } - } - &.slider { - $_slider_border: if($variant=='light' and $darker=='false', opacify($header_button_border, 0.2), opacify($header_button_border, 0.3)); - $_slider_bg: if($variant=='light' and $darker=='false', opacify($header_button_bg,1), lighten(opacify($header_bg,1), 10%)); - - background-image: linear-gradient(to bottom, $_slider_bg); - border-color: $_slider_border; - - &:hover { - background-image: linear-gradient(to bottom, lighten($_slider_bg, 5%)); - border-color: $_slider_border; - } - &:active { - background-image: linear-gradient(to bottom, $selected_bg_color); - border-color: $selected_bg_color; - } - &:insensitive { - background-image: linear-gradient(to bottom, mix($_slider_bg, $header_bg, 70%)); - border-color: $_slider_border; - } - } - } -} - -// -// Pathbars -// -.path-bar .button { - padding: 5px 10px; - - &:first-child { padding-left: 10px; } - &:last-child { padding-right: 10px; } - &:only-child { - padding-left: 14px; - padding-right: 14px; - } - - // the following is for spacing the icon and the label inside the home button - GtkLabel:last-child { padding-left: 4px; } - GtkLabel:first-child { padding-right: 4px; } - GtkLabel:only-child, GtkLabel { padding-right: 0; padding-left: 0; } - GtkImage { padding-top: 2px; padding-bottom: 1px; } -} - -// -// Tree Views -// -GtkTreeView.view { // treeview grid lines and expanders, unfortunatelly - // the tree lines color can't be set - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - - border-left-color: transparentize($fg_color, 0.85); // this is actually the tree lines color, - border-top-color: transparentize(black, 0.9); // while this is the grid lines color, better then nothing - - &:selected { - border-radius: 0; - border-left-color: mix($selected_fg_color, $selected_bg_color, 50%); - border-top-color: transparentize($fg_color, 0.9); // doesn't work unfortunatelly - } - - &:insensitive { - color: $insensitive_fg_color; - &:selected { - color: mix($selected_fg_color, $selected_bg_color, 40%); - } - } - - &.dnd { - border-style: solid none; - border-width: 1px; - border-color: mix($fg_color, $selected_bg_color, 50%); - } - - &.expander { - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - - color: mix($fg_color, $base_color, 50%); - - &:hover { color: $fg_color; } - - &:selected { - color: mix($selected_fg_color, $selected_bg_color, 70%); - &:hover { color: $selected_fg_color; } - } - - &:checked { - -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); - } - } - - &.progressbar, &.progressbar:focus { // progress bar in treeviews - color: $selected_fg_color; - border-radius: 3px; - background-image: linear-gradient(to bottom, $selected_bg_color); - - &:selected, &:selected:focus { - color: $selected_bg_color; - box-shadow: none; - background-image: linear-gradient(to bottom, $selected_fg_color); - } - } - &.trough { // progress bar trough in treeviews - color: $fg_color; - background-image: linear-gradient(to bottom, $button_border); - border-radius: 3px; - border-width: 0; - - &:selected, &:selected:focus { - color: $selected_fg_color; - background-image: linear-gradient(to bottom, transparentize(black, 0.8)); - border-radius: 3px; - border-width: 0; - } - } -} - -column-header { - .button { - @extend %column_header_button; - $_column_header_color: mix($fg_color,$base_color,80%); - color: $_column_header_color; - background-color: $base_color; - &:hover { - @extend %column_header_button; - color: $selected_bg_color; - box-shadow: none; - transition: none; //I shouldn't need this - } - &:active { - @extend %column_header_button; - color: $fg_color; - transition: none; //I shouldn't need this - } - &.dnd { - @extend column-header.button.dnd; - } - } - &:last-child .button, - &:last-child.button { //treeview-like derived widgets in Banshee and Evolution - border-right-style: none; - border-image: none; - } -} - -column-header.button.dnd { // for treeview-like derive widgets - transition: none; - color: $selected_bg_color; - box-shadow: inset 1px 1px 0 1px $selected_bg_color, - inset -1px 0 0 1px $selected_bg_color, - inset 1px 1px $base_color, inset -1px 0 $base_color;; - &:active { @extend column-header.button.dnd; } - &:selected { @extend column-header.button.dnd; } - &:hover { @extend column-header.button.dnd; } -} - -%column_header_button { - padding: 3px 6px; - background-image: none; - border-style: none solid none none; - border-radius: 0; - border-image: linear-gradient(to bottom, - transparentize(if($variant == 'light', black, white), 1) 20%, - transparentize(if($variant == 'light', black, white), 0.89) 20%, - transparentize(if($variant == 'light', black, white), 0.89) 80%, - transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch; - - &:active, &:hover { background-color: $base_color; } - &:active:hover { color: $fg_color; } - &:insensitive { - border-color: $bg_color; - background-image: none; - } -} - -// -// Menus -// -.menubar { - -GtkWidget-window-dragging: true; - padding: 0px; - background-color: opacify($header_bg, 1); - color: $header_fg; - - &:backdrop { - color: transparentize($header_fg, 0.3); - //background-color: opacify($header_bg_backdrop, 1); - } - - & > .menuitem { - padding: 4px 8px; - border: solid transparent; - border-width: 0; - - &:hover { //Seems like it :hover even with keyboard focus - background-color: $selected_bg_color; - color: $selected_fg_color; - } - &:insensitive { - color: transparentize($header_fg, 0.6); - border-color: transparent; - } - } -} - -.menu { - margin: 4px; - padding: 0; - border-radius: 0; - background-color: if($variant=='light', $base_color, $bg_color); - border: 1px solid $borders_color; - - .csd & { - padding: 4px 0px; - border-radius: 2px; - border: none; - } - - .menuitem { - padding: 5px; - &:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - &:insensitive { - color: $insensitive_fg_color; - } - - &.separator { color: transparentize($base_color, 1); } - - //submenu indicators - &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } - &.arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); } - } - &.button { // overlow buttons - @extend %undecorated_button; - border-style: none; - border-radius: 0; - &.top { border-bottom: 1px solid mix($fg_color, $base_color, 10%); } - &.bottom { border-top: 1px solid mix($fg_color, $base_color, 10%); } - &:hover { background-color: mix($fg_color, $base_color, 10%); } - &:insensitive { - color: transparent; - background-color: transparent; - border-color: transparent ; - } - } -} - -.csd .popup { border-radius: 2px; } - -.menuitem .accelerator { color: gtkalpha(currentColor,0.55); } - -// -// Popovers -// -.popover { - padding: 2px; - border: 1px solid darken($borders_color, 5%); - border-radius: 3px; - background-clip: border-box; - background-color: if($variant=='light', $base_color, $bg_color); - - box-shadow: 0 2px 6px 1px if($variant=='light', transparentize(black, 0.93), transparentize(black, 0.65)); - - & .separator { color: transparentize($base_color, 1); } - .label.separator { @extend .label.separator; } // Noice - - > .list, - > .view, - > .toolbar, - &.osd > .toolbar { - border-style: none; - background-color: transparent; - } - &.osd { @extend %osd; } -} - -//touch selection handlebars for the Popover.osd above -.entry.cursor-handle, -.cursor-handle { - background-color: transparent; - background-image: none; - box-shadow: none; - border-style: none; - &.top { -gtk-icon-source: -gtk-icontheme('selection-start-symbolic'); } - &.bottom { -gtk-icon-source: -gtk-icontheme('selection-end-symbolic'); } -} - -// -// Notebooks and Tabs -// -.notebook { - padding: 0; - background-color: $base_color; - -GtkNotebook-initial-gap: 4; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; - -GtkWidget-focus-padding: 0; - -GtkWidget-focus-line-width: 0; - transition: all 200ms $ease-out-quad; - - &.frame { - border: 1px solid $borders_color; - - &.top { border-top-width: 0; } - &.bottom { border-bottom-width: 0; } - &.right { border-right-width: 0; } - &.left { border-left-width: 0; } - } - &.header { - background-color: $bg_color; - - // this is the shading of the header behind the tabs - &.frame { - border: 0px solid $borders_color; - &.top { border-bottom-width: 0; } - &.bottom { border-top-width: 0; } - &.right { border-left-width: 0; } - &.left { border-right-width: 0; } - } - - $_header_border: $borders_color; - &.top { box-shadow: inset 0 -1px $_header_border; } - &.bottom { box-shadow: inset 0 1px $_header_border; } - &.right { box-shadow: inset 1px 0 $_header_border; } - &.left { box-shadow: inset -1px 0 $_header_border; } - } - tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-color: transparent; - - outline-offset: 0; - - // tab sizing - $vpadding: 4px; - $hpadding: 15px; - - //FIXME: we get double border in some cases, not considering the broken - //notebook content frame... - &.top, &.bottom { padding: $vpadding $hpadding; } - &.left, &.right { padding: $vpadding $hpadding; } - - &.reorderable-page { - &.top, &.bottom { - padding-left: 12px; // for a nicer close button - padding-right: 12px; // placement - } - } - @each $_tab in (top, bottom, right, left) { - &.reorderable-page.#{$_tab}, &.#{$_tab} { - - @if $_tab==top or $_tab==bottom { - padding-#{$_tab}: $vpadding + 2; - } - @else if $_tab==left or $_tab==right { - padding-#{$_tab}: $hpadding + 2; - } - - @if $_tab==top { border-radius: 3.5px 2px 0 0; } - @else if $_tab==bottom { border-radius: 0 0 2px 3.5px; } - @else if $_tab==left { border-radius: 3.5px 0 0 3.5px; } - @else if $_tab==right { border-radius: 0 3.5px 3.5px 0; } - - border-width: 0; - border-#{$_tab}-width: 2px; - border-color: transparent; - background-color: transparentize($base_color, 1); - - &:hover, &.prelight-page { - background-color: transparentize($base_color, 0.5); - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - &:active, &.active-page, &.active-page:hover { - background-color: $base_color; - - @if $_tab==top { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $base_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - @else if $_tab==bottom { - box-shadow: inset 0 -1px $base_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $borders_color; - } - @else if $_tab==left { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $borders_color, - inset -1px 0 $base_color; - } - @else if $_tab==right { - box-shadow: inset 0 1px $borders_color, - inset 0 -1px $borders_color, - inset 1px 0 $base_color, - inset -1px 0 $borders_color; - } - } - } - } - GtkLabel { //tab text - padding: 0 2px; // needed for a nicer focus ring - color: $insensitive_fg_color; - } - .prelight-page GtkLabel, GtkLabel.prelight-page { - // prelight tab text - color: mix($fg_color, $insensitive_fg_color, 50%); - } - .active-page GtkLabel, GtkLabel.active-page { - // active tab text - color: $fg_color; - } - .button { //tab close button - padding: 0; - @extend %undecorated_button; - color: mix($bg_color, $fg_color, 35%); - - &:hover { - color: lighten(red, 15%); - } - &:active { - color: $selected_bg_color; - } - & > GtkImage { // this is a hack which makes tabs grow - padding: 2px; - } - } - } - &.arrow { - color: $insensitive_fg_color; - &:hover { color: mix($fg_color, $insensitive_fg_color, 50%); } - &:active { color: $fg_color; } - &:insensitive { - color: transparentize($insensitive_fg_color,0.3); - } - } -} - -// -// Scrollbars -// -$_scrollbar_bg_color: darken($base_color, 1%); - -.scrollbar { - -GtkRange-slider-width: 13; - -GtkRange-trough-border: 0; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 42; // minimum size for the slider. - // sadly can't be in '.slider' - // where it belongs - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-under-steppers: 1; - - $_slider_margin: 3px; - $_slider_fine_tune_margin: 4px; - - .button { - border: none; - } - - &.overlay-indicator { - &:not(.dragging):not(.hovering) { // Overlay scrolling indicator - opacity: 0.4; - - -GtkRange-slider-width: 6px; - - .slider { - margin: 0; - background-color: mix($fg_color, $bg_color, 70%); - border: 1px solid if($variant == 'light', transparentize(white, 0.4), transparentize(black, 0.7)); - background-clip: padding-box; - } - - .trough { - border-style: none; - background-color: transparent; - } - - // w/o the following margin tweaks the slider shrinks when hovering/dragging - &.vertical .slider { - margin-top: $_slider_margin - 1px; - margin-bottom: $_slider_margin - 1px; - } - - &.horizontal .slider { - margin-left: $_slider_margin - 1px; - margin-right: $_slider_margin - 1px; - } - - } - - &.dragging, - &.hovering { opacity: 0.99; } - } - - // trough coloring - .trough { - background-color: $_scrollbar_bg_color; - border: 1px none $borders_color; - } - - // slider coloring - .slider { - background-color: mix($fg_color, $bg_color, 40%); - - &:hover { background-color: mix($fg_color, $bg_color, 30%); } - - &:prelight:active, - &:active { background-color: $selected_bg_color;} - - &:insensitive { - background-color: transparent; - } - } - - // sizing - .slider { - border-radius: 100px; - margin: $_slider_margin; - } - - &.fine-tune .slider { margin: $_slider_fine_tune_margin; } - - &.vertical { - - .slider { - margin-left: 1px + $_slider_margin; - - &:dir(rtl) { - margin-left: $_slider_margin; - margin-right: 1px + $_slider_margin; - } - } - - &.fine-tune .slider { - margin-left: 1px + $_slider_fine_tune_margin; - - &:dir(rtl) { - margin-left: $_slider_fine_tune_margin; - margin-right: 1px + $_slider_fine_tune_margin; - } - } - - .trough { - border-left-style: solid; - - &:dir(rtl) { - border-left-style: none; - border-right-style: solid; - } - } - } - - &.horizontal { - - .slider { margin-top: 1px + $_slider_margin; } - - &.fine-tune .slider { margin-top: 1px + $_slider_fine_tune_margin; } - - .trough { border-top-style: solid; } - } -} - -.scrollbars-junction, -.scrollbars-junction.frame { // the small square between two scrollbars - border-color: transparent; - // the border image is used to add the missing dot between the borders, details, details, details... - border-image: linear-gradient(to bottom, $borders_color 1px, transparent 1px) 0 0 0 1 / 0 1px stretch; - background-color: $_scrollbar_bg_color; - - &:dir(rtl) { border-image-slice: 0 1 0 0; } -} - - -// -// Switches -// -GtkSwitch { - font: 1; - -GtkSwitch-slider-width: 41; - outline-color: transparent; - - &.trough, &.slider { - background-size: 52px 24px; - background-repeat: no-repeat; - background-position: right center; - color: transparent; - border-color: transparent; - border-image: none; - border-style: none; - box-shadow: none; - - &:dir(rtl) { background-position: left center; } - } -} - -@each $k,$l in ('',''), - (':active','-active'), - (':insensitive','-insensitive'), - (':active:insensitive','-active-insensitive') { - - // load switch troughs from .png files in assets directory - - GtkSwitch.trough#{$k} { - background-image: -gtk-scaled(url("assets/switch#{$l}#{$asset_suffix}.png"),url("assets/switch#{$l}#{$asset_suffix}@2.png")); - } - - .menu .menuitem:hover GtkSwitch.trough#{$k}, - .list-row:selected GtkSwitch.trough#{$k}, - GtkInfoBar GtkSwitch.trough#{$k} { - background-image: -gtk-scaled(url("assets/switch#{$l}-selected.png"),url("assets/switch#{$l}-selected@2.png")); - } - - .header-bar GtkSwitch.trough#{$k}, - .primary-toolbar GtkSwitch.trough#{$k} { - background-image: -gtk-scaled(url("assets/switch#{$l}-header#{$darker_asset_suffix}.png"),url("assets/switch#{$l}-header#{$darker_asset_suffix}@2.png")); - } -} - -// -// Check and Radio items * -// -@each $w,$a in ('check', 'checkbox'), - ('radio','radio') { - - //standard checks and radios - @each $s,$as in ('','-unchecked'), - (':insensitive','-unchecked-insensitive'), - (':inconsistent', '-mixed'), - (':inconsistent:insensitive', '-mixed-insensitive'), - (':checked', '-checked'), - (':checked:insensitive','-checked-insensitive') { - .#{$w}#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}#{$asset_suffix}.png"), - url("assets/#{$a}#{$as}#{$asset_suffix}@2.png")); - } - - %osd_check_radio { - .#{$w}#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}-dark.png"), - url("assets/#{$a}#{$as}-dark@2.png")); - } - } - // the borders of checks and radios are - // too similar in luminosity to the selected background color, hence - // we need special casing. - .menu .menuitem.#{$w}#{$s}:hover, - GtkTreeView.view.#{$w}#{$s}:selected, - .list-row:selected .#{$w}#{$s}, - GtkInfoBar .#{$w}#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/#{$a}#{$as}-selected.png"), - url("assets/#{$a}#{$as}-selected@2.png")); - } - } -} - -// Selectionmode -@each $s,$as in ('','-selectionmode'), - (':checked', '-checked-selectionmode') { - GtkIconView.view.check#{$s}, - GtkFlowBox.view.check#{$s} { - -gtk-icon-source: -gtk-scaled(url("assets/checkbox#{$as}#{$asset_suffix}.png"), - url("assets/checkbox#{$as}#{$asset_suffix}@2.png")); - background-color: transparent; - } -} - -GtkCheckButton.text-button, GtkRadioButton.text-button { - // this is for a nice focus on check and radios text - padding: 1px 2px 4px; - outline-offset: 0; - &:insensitive, - &:insensitive:active, - &:insensitive:inconsistent { - // set insensitive color, which is overriden otherwise - color: $insensitive_fg_color; - } -} - -// -// GtkScale -// -.scale { - -GtkScale-slider-length: 15; - -GtkRange-slider-width: 15; - -GtkRange-trough-border: 0; - outline-offset: -1px; - outline-radius: 2px; - - &.trough { margin: 5px; } - &.fine-tune { - &.trough { border-radius: 5px; margin: 3px; } - } - &.slider { - $_slider_border: if($variant=='light', transparentize(darken($button_border,25%), 0.5), darken($button_border,2%)); - - background-clip: border-box; - background-image: linear-gradient(to bottom, $button_bg); - border: 1px solid $_slider_border; - border-radius: 50%; - box-shadow: none; - - &:hover { - background-image: linear-gradient(to bottom, lighten($button_bg, 5%)); - border-color: $_slider_border; - } - &:insensitive { - background-image: linear-gradient(to bottom, mix($entry_bg, $bg_color, 55%)); - border-color: transparentize($_slider_border, 0.2); - } - &:active { - background-image: linear-gradient(to bottom, $selected_bg_color); - border-color: $selected_bg_color; - } - //OSD sliders - .osd & { - background-image: linear-gradient(to bottom, $osd_bg_color); - border-color: $selected_bg_color; - - &:hover { background-image: linear-gradient(to bottom, $selected_bg_color); } - &:active { - background-image: linear-gradient(to bottom, darken($selected_bg_color, 10%)); - border-color: darken($selected_bg_color, 10%); - } - } - //selected list-row and infobar sliders - .menu .menuitem:hover &, - .list-row:selected &, - GtkInfoBar & { - background-image: linear-gradient(to bottom, $selected_fg_color); - border-color: $selected_fg_color; - - &:hover { - background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 85%)); - border-color: mix($selected_fg_color, $selected_bg_color, 85%); - } - &:active { - background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 50%)); - border-color: mix($selected_fg_color, $selected_bg_color, 50%); - } - &:insensitive{ - background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 55%)); - border-color: mix($selected_fg_color, $selected_bg_color, 55%); - } - } - } - &.trough { - - $_scale_trough_bg: if($variant == 'light', $button_border, darken($bg_color, 5%)); - - border: none; - border-radius: 2.5px; - background-image: linear-gradient(to bottom, $_scale_trough_bg); - &.highlight { - background-image: linear-gradient(to bottom, $selected_bg_color); - - &:insensitive { - background-image: linear-gradient(to bottom, transparentize($selected_bg_color, 0.45)); - } - } - &:insensitive { - background-image: linear-gradient(to bottom, transparentize($_scale_trough_bg, 0.45)); - } - - //OSD troughs - .osd & { - background-image: linear-gradient(to bottom, lighten($osd_bg_color, 7%)); - outline-color: transparentize($osd_fg_color, 0.8); - &.highlight { - background-image: none; - background-image: linear-gradient(to bottom, $selected_bg_color); - } - &:insensitive { } - } - // troughs in selected list-rows and infobars - .menu .menuitem:hover &, - .list-row:selected &, - GtkInfoBar & { - background-image: linear-gradient(to bottom, transparentize(black, 0.8)); - - &.highlight { - background-image: linear-gradient(to bottom, $selected_fg_color); - - &:insensitive { background-image: linear-gradient(to bottom, mix($selected_fg_color, $selected_bg_color, 55%)); } - } - &:insensitive { background-image: linear-gradient(to bottom, transparentize(black, 0.9)); } - } - } -} - -// -// Progress bars -// -GtkProgressBar { - padding: 0; - font-size: smaller; - color: transparentize($fg_color, 0.3); - - &.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; - } -} - -// moving bit -.progressbar { - background-color: $selected_bg_color; - border: none; - border-radius: 3px; - box-shadow: none; //needed for clipping - &.left.right { - - } - &.osd { - background-color: $selected_bg_color; - } - .list-row:selected &, - GtkInfoBar & { background-color: $selected_fg_color; } -} - -.osd .scale.progressbar { - background-color: $selected_bg_color; -} - -// background -GtkProgressBar.trough { - border: none; - border-radius: 3px; - background-color: if($variant == 'light', $button_border, darken($bg_color, 5%)); - - &.osd { - border-style: none; - background-color: transparent; - box-shadow: none; - } - .list-row:selected &, - GtkInfoBar & { background-color: transparentize(black, 0.8); } -} - -// -// Level Bar -// -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; - - &.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; - } -} - -.level-bar { - &.trough { - @extend GtkProgressBar.trough; - padding: 3px; - border-radius: 4px; - } - &.fill-block { - // FIXME: it would be nice to set make fill blocks bigger, but we'd need - // :nth-child working on discrete indicators - border: 1px solid $selected_bg_color; - background-color: $selected_bg_color; - border-radius: 2px; - - &.indicator-discrete { - &.horizontal { margin: 0 1px; } - &.vertical { margin: 1px 0; } - } - &.level-high { - border-color: $success_color; - background-color: $success_color; - } - &.level-low { - border-color: $warning_color; - background-color: $warning_color; - } - &.empty-fill-block { - background-color: if($variant=='light', transparentize($fg_color,0.8), $base_color); - border-color: if($variant=='light', transparentize($fg_color,0.8), $base_color); - } - } -} - - -// -// Frames -// -.frame { - border: 1px solid $borders_color; - &.flat { border-style: none; } - padding: 0; - &.action-bar { - padding: 6px; - border-width: 1px 0 0; - } -} - -GtkScrolledWindow { - GtkViewport.frame { // avoid double borders when viewport inside - // scrolled window - border-style: none; - } -} - -//vbox and hbox separators -.separator { - // always disable separators - // -GtkWidget-wide-separators: true; - color: transparentize(black, 0.9); - - // Font and File button separators - GtkFileChooserButton &, - GtkFontButton &, - GtkFileChooserButton &.vertical, - GtkFontButton &.vertical { - // always disable separators - -GtkWidget-wide-separators: true; - } -} - -// -// Lists -// -.list, .list-row { - background-color: $base_color; - border-color: $borders_color; -} - -.list-row, -.grid-child { - padding: 2px; -} - -.list-row.button { - @extend %undecorated_button; - background-color: transparentize(black, 1); // for the transition - border-style: none; // I need no borders here - border-radius: 0; // and no rounded corners - box-shadow: none; // and no box-shadow - &:hover { - background-color: if($variant == 'light', transparentize(black, 0.95), transparentize(white, 0.97)); - } - &:active { - color: $fg_color; - } - &:selected { - &:active { color: $selected_fg_color; } - &:hover { background-color: mix(black, $selected_bg_color, 10%); } - &:insensitive { - color: transparentize($selected_fg_color, 0.3); - background-color: transparentize($selected_bg_color, 0.3); - .label { color: inherit; } - } - } -} - -.list-row:selected { - @extend %selected_items; - .button { @extend %selected-button } -} - -// transition -.list-row, list-row.button { - transition: all 300ms $ease-out-quad; - &:hover { transition: none; } -} - -// -// App Notifications -// -.app-notification, -.app-notification.frame { - padding: 10px; - color: $dark_sidebar_fg; - background-color: $dark_sidebar_bg; - background-clip: border-box; - border-radius: 0 0 2px 2px; - border-width: 0 1px 1px 1px; - border-style: solid; - border-color: darken($dark_sidebar_bg, 10%); - - .button { - @include button(osd); - &.flat { - @extend %undecorated_button; - border-color: transparentize($selected_bg_color, 1); - &:insensitive { @extend %undecorated_button; } - } - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); background-clip: padding-box; } - &:insensitive { @include button(osd-insensitive); - } - } -} - -// -// Expanders -// -.expander { - -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); - &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); } - &:hover { color: lighten($fg_color,30%); } //only lightens the arrow - &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); } -} - -// -// Calendar -// -GtkCalendar { - color: $fg_color; - border: 1px solid $borders_color; - border-radius: 3px; - padding: 2px; - - &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 1.5px; - } - &.header { - color: $fg_color; - border: none; - border-radius: 0; - } - &.button, &.button:focus { - color: transparentize($fg_color,0.55); - @include button(undecorated); - - &:hover { - color: $fg_color; - } - &:insensitive { - color: $insensitive_fg_color; - background-color: transparent; - background-image: none; - } - } - &.highlight { color: gtkalpha(currentColor,0.55); } -} - -// -// Dialogs -// -.message-dialog .dialog-action-area .button { - padding: 8px; -} - -.message-dialog { // Message Dialog styling - -GtkDialog-button-spacing: 0; - - .titlebar { background-color: $header_bg; border-bottom: 1px solid darken($header_bg, 7%) } - - &.csd { // rounded bottom border styling for csd version - &.background { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: none; - } - .dialog-action-area .button { - padding: 8px; - border-radius: 0; - - @extend %middle_button; - - &:hover, &:active, &:insensitive { - @extend %middle_button; - } - - &:first-child{ @extend %first_button; } - &:last-child { @extend %last_button; } - } - %middle_button { - border-right-style: none; - border-bottom-style: none; - } - %last_button { - border-bottom-right-radius: 3px; - } - %first_button { - border-left-style: none; - border-bottom-left-radius: 3px; - } - } -} - -GtkFileChooserDialog { - .search-bar { - background-color: $bg_color; - border-color: $borders_color; - box-shadow: none; - } - .dialog-action-box { - border-top: 1px solid $borders_color; - } -} - -// -// Sidebar -// -.sidebar, .sidebar .view { - border: none; - background-color: lighten($bg_color, 2%); - - &:selected { - background-color: $selected_bg_color; - } -} - -// Places sidebar is a special case, since the view here have to look like chrome not content, so we override text color -GtkPlacesSidebar.sidebar .view { - - color: $fg_color; - background-color: transparent; - - &:selected { - color: $selected_fg_color; - background-color: $selected_bg_color; - } - - &.separator { @extend .separator; } -} - -.sidebar-item { - padding: 10px 4px; - > GtkLabel { - padding-left: 6px; - padding-right: 6px; - } - &.needs-attention > GtkLabel { - @extend %needs_attention; - background-size: 6px 6px, 0 0; - } -} - -// -// Paned -// -GtkPaned { // this is for the standard paned separator - - -GtkPaned-handle-size: 1; // sets separator width - - -gtk-icon-source: none; // removes handle decoration - margin: 0 8px 8px 0; // drag area of the separator, not a real margin - - &:dir(rtl) { - margin-right: 0; - margin-left: 8px; - } - .pane-separator { - background-color: $borders_color; - } -} - -GtkPaned.wide { // this is for the paned with wide separator - -GtkPaned-handle-size: 5; // wider separator here - margin: 0; // no need of the invisible drag area so, reset margin - .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: $borders_color; - border-width: 1px; - } - &.vertical .pane-separator { border-style: solid none;} -} - -// -// GtkInfoBar -// -GtkInfoBar { - border-style: none; - - .button { @extend %selected-button } -} - -.info, -.question, -.warning, -.error, -GtkInfoBar { - background-color: $selected_bg_color; - color: $selected_fg_color; -} - - -// -// Buttons on selected backgrounds -// -%selected-button { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 0.5); - - &.flat { - @include button(undecorated); - color: $selected_fg_color; - background-color: transparentize($selected_fg_color, 1); - } - &:hover { - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: transparentize($selected_fg_color, 0.8); - border-color: transparentize($selected_fg_color, 0.2); - } - &:active, &:active:hover, &:checked { - color: $selected_bg_color; - outline-color: transparentize($selected_bg_color, 0.7); - background-color: $selected_fg_color; - border-color: $selected_fg_color; - } - &:insensitive { - color: transparentize($selected_fg_color, 0.6); - background-color: transparentize($selected_fg_color, 1); - border-color: transparentize($selected_fg_color, 0.8); - - &:active, &:checked { - color: transparentize($selected_bg_color, 0.6); - background-color: transparentize($selected_fg_color, 0.8); - border-color: transparentize($selected_fg_color, 0.8); - } - } -} - -// -// Tooltips -// -.tooltip { - &.background { - // background-color needs to be set this way otherwise it gets drawn twice - // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. - background-color: lighten($osd_bg_color, 10%); - background-clip: padding-box; - } - - color: $osd_fg_color; - border-radius: 2px; - - &.window-frame.csd { - background-color: transparent; - } -} - -.tooltip * { //Yeah this is ugly - padding: 4px; - background-color: transparent; - color: inherit; // just to be sure -} - -// -// Color Chooser -// - -GtkColorSwatch { - // This widget is made of two boxes one on top of the other, the lower box is GtkColorSwatch {} the other one - // is GtkColorSwatch .overlay {}, GtkColorSwatch has the programmatically set background, so most of the style - // is applied to the overlay box. - - // take care of colorswatches on selected elements - :selected & { - box-shadow: none; - &.overlay, &.overlay:hover { - border-color: $selected_fg_color; - } - } - - // border rounding - &.top { - border-top-left-radius: 3px; - border-top-right-radius: 3px; - } - &.bottom { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - } - &.left, &:first-child, &:first-child .overlay { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - } - &.right, &:last-child, &:last-child .overlay { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - } - &:only-child, &:only-child .overlay { - border-radius: 3px; - } - // nth-child works just on the custom colors row - - // hover effect - &:hover, - &:hover:selected { - background-image: linear-gradient(to bottom, transparentize(white, 0.8)); - } - - // no hover effect for the colorswatch in the color editor - GtkColorEditor & { - border-radius: 3px; // same radius as the entry - &:hover { - background-image: none; - } - } - - // indicator and keynav outline colors, color-dark is a color with luminosity lower then 50% - &.color-dark { - color: white; - outline-color: transparentize(black, 0.7); - } - &.color-light { - color: black; - outline-color: transparentize(white, 0.5); - } - - // border color - &.overlay, - &.overlay:selected { - border: 1px solid transparentize(black, 0.85); - &:hover { border-color: transparentize(black, 0.75); } - } - - // make the add color button looks like, well, a button - &#add-color-button { - border-style: solid; // the borders are drawn by the overlay for standard colorswatches to have them semi - border-width: 1px; // translucent on the colored background, here it's not necessary so they need to be set - @include button(normal); - &:hover { @include button(hover); } - .overlay { @include button(undecorated); } // reset the overlay to not cover the button style underneath - } -} - -GtkColorButton.button { - padding: 5px; // Uniform padding on the GtkColorButton - - GtkColorSwatch { border-radius: 0; } -} - -// -// Misc -// -.scale-popup .button { // +/- buttons on GtkVolumeButton popup - padding: 6px; - &:hover { - @include button(hover); - } -} - -GtkVolumeButton.button { padding: 8px; } - -// Decouple the font of context menus from their entry/textview -.touch-selection, -.context-menu { font: initial;} - -.monospace { font: Monospace; } - -// -// Overshoot -// -// This is used by GtkScrolledWindow, when content is touch-dragged past boundaries. -// This draws a box on top of the content, the size changes programmatically. -.overshoot { - &.top { @include overshoot(top); } - &.bottom { @include overshoot(bottom); } - &.left { @include overshoot(left); } - &.right { @include overshoot(right); } -} - -// -// Undershoot -// -// Overflow indication, works similarly to the overshoot, the size if fixed tho. -.undershoot { - &.top { @include undershoot(top); } - &.bottom { @include undershoot(bottom); } - &.left { @include undershoot(left); } - &.right { @include undershoot(right); } -} - -// -// Window Decorations -// - -.window-frame { - border-radius: if($darker=='false' and $variant=='light', 4px 4px 0 0, 3px 3px 0 0); - border-width: 0px; - - $_wm_border: if($variant=='light', transparentize(black, 0.9), transparentize(black, 0.45)); - - box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), $_wm_border), - 0 8px 8px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2)); - - // this is used for the resize cursor area - margin: 10px; - - &:backdrop { - box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(darken($header_bg, 7%), 0.1), $_wm_border), - 0 5px 5px 0 if($variant == 'light', opacify($_wm_border, 0.1), transparentize($_wm_border, 0.2)); - } - &.tiled { - border-radius: 0; - } - &.popup { - box-shadow: none; - border-radius: 0; - } - // server-side decorations as used by mutter - &.ssd { - border-radius: if($darker=='false' and $variant=='light', 4px 4px 0 0, 3px 3px 0 0); - box-shadow: 0 0 0 1px if($darker=='true' or $variant == 'dark', transparentize(black, 0.35), $_wm_border); - - &.maximized { border-radius: 0; } - } - &.csd { - &.popup { - border-radius: 2px; - box-shadow: 0 3px 6px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.1)), - 0 0 0 1px if($variant == 'light', $_wm_border, darken($bg_color, 10%)); - } - &.tooltip { - border-radius: 2px; - box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3)); - } - &.message-dialog { border-radius: 3px; } - } - &.solid-csd { - border-radius: 0; - margin: 1px; - background-color: $header_bg; - box-shadow: none; - } -} - -// -// Titlebuttons -// -.header-bar, -.titlebar { - - &.default-decoration .button.titlebutton { // no vertical padding for ssd buttons - padding-top: 0px; // already handled by the titlebar-padding - padding-bottom: 0px; - } - - .button.titlebutton { - @extend .image-button; - - &:not(GtkMenuButton) { - padding-top: 8px; - padding-bottom: 8px; - } - padding-left: 4px; - padding-right: 4px; - - @include button(undecorated); - background-color: transparentize($header_bg, 1); - - &:hover { - @include button(header-hover); - } - &:active, &:checked { - @include button(header-active); - } - &.close, &.maximize, &.minimize { - color: transparent; - background-color: transparent; - background-position: center; - background-repeat: no-repeat; - border-width: 0; - - &:backdrop { opacity: 1; } - } - // Load png assets for each button - @each $k in ('close','maximize', 'minimize') { - @each $l, $m in ('',''), (':backdrop','-backdrop'), (':hover','-hover'), (':active','-active') { - - &.#{$k}#{$l} { background-image: -gtk-scaled(url('assets/titlebutton-#{$k}#{$m}#{$darker_asset_suffix}.png'), - url('assets/titlebutton-#{$k}#{$m}#{$darker_asset_suffix}@2.png')); } - } - } - } -} - -// catch all extend -%selected_items { - background-image: none; - background-color: $selected_bg_color; - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); -} diff --git a/common/gtk-3.0/3.16/sass/_drawing.scss b/common/gtk-3.0/3.16/sass/_drawing.scss deleted file mode 100644 index 36a5f36..0000000 --- a/common/gtk-3.0/3.16/sass/_drawing.scss +++ /dev/null @@ -1,366 +0,0 @@ -// Drawing mixins - -// Entries - -@mixin entry($t) { -// -// Entries drawing function -// -// $t: entry type -// - - @if $t==normal { - // - // normal entry - // - color: $text_color; - border-color: $entry_border; - background-color: $entry_bg; - background-image: linear-gradient(to bottom, $entry_bg); - } - - @if $t==focus { - // - // focused entry - // - color: $text_color; - border-color: if($variant=='light', $selected_bg_color, $button_border); - background-color: $entry_bg; - background-image: linear-gradient(to bottom, $entry_bg); - - @if $variant == 'dark' { - box-shadow: inset 1px 0 $selected_bg_color, - inset -1px 0 $selected_bg_color, - inset 0 1px $selected_bg_color, - inset 0 -1px $selected_bg_color; - } - } - - @if $t==insensitive { - // - // insensitive entry - // - color: $insensitive_fg_color; - border-color: transparentize($entry_border, 0.45); - background-color: transparentize($entry_bg, 0.45); - background-image: linear-gradient(to bottom, transparentize($entry_bg, 0.45)); - } - - @if $t==header-normal { - // - // normal header-bar entry - // - - color: $header_fg; - border-color: $header_entry_border; - background-image: linear-gradient(to bottom, $header_entry_bg); - background-color: transparent; - - &.image, &.image:hover { color: inherit; } - } - - @if $t==header-focus { - // - // focused header-bar entry - // - color: $selected_fg_color; - border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); - background-image: linear-gradient(to bottom, $selected_bg_color); - } - - @if $t==header-insensitive { - // - // insensitive header-bar entry - // - color: transparentize($header_fg, 0.45); - background-image: linear-gradient(to bottom, transparentize($header_entry_bg, 0.15)); - } - - @else if $t==osd { - // - // normal osd entry - // - color: $osd_fg_color; - border-color: $osd_entry_border; - background-image: linear-gradient(to bottom, $osd_entry_bg); - background-color: transparent; - - &.image, &.image:hover { color: inherit; } - } - - @else if $t==osd-focus { - // - // active osd entry - // - color: $selected_fg_color; - border-color: $osd_entry_border; - background-image: linear-gradient(to bottom, $selected_bg_color); - } - - @else if $t==osd-insensitive { - // - // insensitive osd entry - // - color: transparentize($osd_fg_color, 0.45); - background-image: linear-gradient(to bottom, transparentize($osd_entry_bg, 0.15)); - } -} - -// Buttons - -@mixin button($t, $actionb_bg:red, $actionb_fg: green) { -// -// Button drawing function -// -// $t: button type, -// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons - - @if $t==normal { - // - // normal button - // - color: $fg_color; - outline-color: transparentize($fg_color, 0.7); - border-color: $button_border; - background-color: $button_bg; - } - - @else if $t==hover { - // - // hovered button - // - color: $fg_color; - outline-color: transparentize($fg_color, 0.7); - border-color: $button_border; - background-color: lighten($button_bg, 5%); - } - - @else if $t==active { - // - // pushed button - // - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - - border-color: if($variant=='light', $selected_bg_color, $button_border); - background-color: $selected_bg_color; - } - - @else if $t==insensitive { - // - // insensitive button - // - color: $insensitive_fg_color; - border-color: transparentize($button_border, 0.45); - background-color: transparentize($button_bg, 0.45); - - > GtkLabel { color: inherit; } - } - - @else if $t==insensitive-active { - // - // insensitive pushed button - // - color: transparentize($selected_fg_color, 0.2); - border-color: transparentize($selected_bg_color, 0.25); - background-color: transparentize($selected_bg_color, 0.25); - - opacity: 0.6; - - > GtkLabel { color: inherit; } - } - - @if $t==header-normal { - // - // normal header-bar button - // - color: $header_fg; - outline-color: transparentize($header_fg, 0.7); - outline-offset: -3px; - background-color: transparentize($header_bg, 1); - border-color: transparentize($header_bg, 1); - } - - @else if $t==header-hover { - // - // hovered header-bar button - // - color: $header_fg; - outline-color: transparentize($header_fg, 0.7); - border-color: $header_button_border; - background-color: $header_button_bg; - } - - @else if $t==header-active { - // - // pushed header-bar button - // - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); - background-color: $selected_bg_color; - } - - @else if $t==header-insensitive { - // - // insensitive header-bar button - // - color: transparentize($header_fg, 0.45); - background-color: transparentize($header_bg, 1); - border-color: transparentize($header_bg, 1); - - > GtkLabel { color: inherit; } - } - - @else if $t==header-insensitive-active { - // - // header-bar insensitive pushed button - // - color: transparentize($selected_fg_color, 0.25); - border-color: transparentize($selected_bg_color, 0.35); - background-color: transparentize($selected_bg_color, 0.35); - } - - @else if $t==osd { - // - // normal osd button - // - color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); - border-color: $osd_button_border; - background-color: $osd_button_bg; - } - - @else if $t==osd-hover { - // - // active osd button - // - color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); - border-color: $osd_button_border; - background-color: opacify(lighten($osd_button_bg, 7%), 0.1); - } - - @else if $t==osd-active { - // - // active osd button - // - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - border-color: $osd_button_border; - background-color: $selected_bg_color; - } - - @else if $t==osd-insensitive { - // - // insensitive osd button - // - color: $osd_insensitive_fg_color; - border-color: $osd_button_border; - background-color: transparentize($osd_button_bg, 0.15); - } - - @else if $t==suggested_destructive { - // - // suggested or destructive action buttons - // - background-clip: border-box; - - color: $actionb_fg; - outline-color: transparentize($actionb_fg, 0.7); - background-color: $actionb_bg; - border-color: $actionb_bg; - } - - @else if $t==undecorated { - // - // reset - // - border-color: transparent; - background-color: transparent; - background-image: none; - } -} - -// -// Overshoot -// -@mixin overshoot($p, $c:$selected_bg_color) { -// $p: position -// $c: base color -// -// possible $p values: -// top, bottom, right, left -// - - $_big_gradient_length: 60%; - - $_position: center top; - $_big_gradient_size: 100% $_big_gradient_length; - - @if $p==bottom { - $_position: center bottom; - } - - @else if $p==right { - $_position: right center; - $_big_gradient_size: $_big_gradient_length 100%; - } - - @else if $p==left { - $_position: left center; - $_big_gradient_size: $_big_gradient_length 100%; - } - - background-image: -gtk-gradient(radial, - $_position, 0, - $_position, 0.6, - from(transparentize($c, 0.8)), - to(transparentize($c, 1))); - - background-size: $_big_gradient_size; - background-repeat: no-repeat; - background-position: $_position; - - background-color: transparent; // reset some properties to be sure to not inherit them somehow - border: none; // - box-shadow: none; // -} - -// -// Undershoot -// -@mixin undershoot($p) { -// $p: position -// -// possible $p values: -// top, bottom, right, left -// - - $_undershoot_color_dark: transparentize(black, 0.8); - $_undershoot_color_light: transparentize(white, 0.8); - - $_gradient_dir: left; - $_dash_bg_size: 10px 1px; - $_gradient_repeat: repeat-x; - $_bg_pos: center $p; - - background-color: transparent; // shouldn't be needed, but better to be sure; - - @if ($p == left) or ($p == right) { - $_gradient_dir: top; - $_dash_bg_size: 1px 10px; - $_gradient_repeat: repeat-y; - $_bg_pos: $p center; - } - - background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%); - - padding-#{$p}: 1px; - background-size: $_dash_bg_size; - background-repeat: $_gradient_repeat; - background-origin: content-box; - background-position: $_bg_pos; -} diff --git a/common/gtk-3.0/3.16/sass/_granite.scss b/common/gtk-3.0/3.16/sass/_granite.scss deleted file mode 100644 index 8e3b35d..0000000 --- a/common/gtk-3.0/3.16/sass/_granite.scss +++ /dev/null @@ -1,218 +0,0 @@ -// Granite Widgets - -// -// Overlay Bar -// -.overlay-bar { - background-color: $selected_bg_color; - border-color: $selected_bg_color; - border-radius: 2px; - padding: 3px 6px; - margin: 3px; - - GtkLabel { color: $selected_fg_color; } -} - -// -// Thin Pane Separator -// -GraniteWidgetsThinPaned { - background-color: transparent; - background-image: none; - margin: 0; - border-left: 1px solid $borders_color; - border-right: 1px solid $borders_color; - -} - -// avoid borders when a viewport is -// packed into a Static Notebook, or Popover -GraniteWidgetsPopOver .frame, -GraniteWidgetsStaticNotebook .frame { - border: none; -} - -// -// Help Button -// -.help_button { - border-radius: 100px; - padding: 3px 9px; -} - -// -// Secondary Toolbars -// -.secondary-toolbar.toolbar { - padding: 3px; - border-bottom: 1px solid $borders_color; - - .button { padding: 0 3px 0 3px; } -} - -// -// Bottom Toolbars -// -.bottom-toolbar.toolbar { - padding: 5px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: $borders_color; - background-color: $bg_color; - - .button { padding: 2px 3px 2px 3px; } -} - -// -// Sidebar & Source List -// -.source-list { - -GtkTreeView-horizontal-separator: 1px; - -GtkTreeView-vertical-separator: 6px; -} - -.source-list, -.source-list.view { - background-color: $bg_color; - color: $fg_color; - -gtk-icon-style: regular; -} - -.source-list.category-expander { - color: transparent; -} - -.source-list.view:prelight { - background-color: lighten($bg_color, 5%); -} - -.source-list.view:selected, -.source-list.view:prelight:selected, -.source-list.view:selected:focus, -.source-list.category-expander:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; -} - -.source-list .scrollbar.trough, -.source-list .scrollbars-junction { - border-image: none; - border-color: transparent; - background-color: $bg_color; - background-image: none; -} - -.source-list.badge, -.source-list.badge:prelight, -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-image: none; - background-color: $selected_bg_color; - color: $selected_fg_color; - border-radius: 10px; - padding: 0 6px; - margin: 0 3px; - border-width: 0; -} - -.source-list.badge:selected, -.source-list.badge:selected:focus, -.source-list.badge:prelight:selected { - background-color: $selected_fg_color; - color: $selected_bg_color; -} - -// -// Expander -// -.source-list.category-expander { - color: $fg_color; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - -GtkTreeView-expander-size: 16; -} - -.source-list.category-expander, -.source-list.category-expander:backdrop { - color: transparent; - border: none; -} - -.source-list.category-expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -// -// Welcome -// -GraniteWidgetsWelcome { - background-color: $base_color; -} - -GraniteWidgetsWelcome GtkLabel { - color: mix($fg_color, $bg_color, 50%); - font: open sans 11; - text-shadow: none; -} - -GraniteWidgetsWelcome .h1, -GraniteWidgetsWelcome .h3 { - color: transparentize($fg_color, 0.2); -} - -// -// Help Button -// -.help_button { - border-radius: 0; -} - -// -// Popover -// -GraniteWidgetsPopOver { - -GraniteWidgetsPopOver-arrow-width: 21; - -GraniteWidgetsPopOver-arrow-height: 10; - -GraniteWidgetsPopOver-border-radius: 2px; - -GraniteWidgetsPopOver-border-width: 1; - -GraniteWidgetsPopOver-shadow-size: 12; - - border: 1px solid transparentize(black, 0.7); - margin: 0; -} - -.popover_bg { - background-image: linear-gradient(to bottom, $base_color); - border: 1px solid transparentize(black, 0.7); -} - -GraniteWidgetsPopOver .sidebar.view, -GraniteWidgetsPopOver * { - background-color: transparent; -} - -// -// Xs Entry -// -GraniteWidgetsXsEntry.entry { padding: 4px; } - -// -// Text Styles -// -.h1 { font: open sans 24px; } -.h2 { font: open sans light 18px; } -.h3 { font: open sans 11px; } -.h4, -.category-label { - color: mix($bg_color, $text_color, 30%); - font-weight: 600; -} - -.h4 { - padding-bottom: 6px; - padding-top: 6px; -} - -GtkListBox .h4{ - padding-left: 6px; -} diff --git a/common/gtk-3.0/3.16/sass/_lightdm.scss b/common/gtk-3.0/3.16/sass/_lightdm.scss deleted file mode 100644 index bb7214a..0000000 --- a/common/gtk-3.0/3.16/sass/_lightdm.scss +++ /dev/null @@ -1,113 +0,0 @@ -// the panel widget at the top -#panel_window { - background-color: $panel_bg; - color: $panel_fg; - font: bold; - box-shadow: inset 0 -1px darken($panel_bg, 7%); - - // the menubars/menus of the panel, i.e. indicators - .menubar { - padding-left: 5px; - - &, > .menuitem { - background-color: transparent; - color: $panel_fg; - font: bold; - } - } - - .menubar .menuitem:insensitive { - color: transparentize($panel_fg, 0.5); - - GtkLabel { color: inherit; } - } - .menubar .menu .menuitem { font: normal; } -} - -// the login window -#login_window, -#shutdown_dialog, -#restart_dialog { - font: normal; - border-style: none; - background-color: transparent; - color: $fg_color; -} - -// the top half of the login-window, in GtkDialog terms, the content -#content_frame { - padding-bottom: 14px; - background-color: $bg_color; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border: solid transparentize(black, 0.9); - border-width: 1px 1px 0 1px; -} - -#content_frame .button { - @include button(normal); - - &:hover { @include button(hover); } - &:active, &:checked { @include button(active); } - &:insensitive { @include button(insensitive); } -} - -// the lower half of the login-window, in GtkDialog terms the buttonbox or action area -#buttonbox_frame { - padding-top: 20px; - padding-bottom: 0px; - border-style: none; - background-color: if($variant=='light', $osd_bg_color, $header_bg); - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border: solid transparentize(black, 0.9); - border-width: 0 1px 1px 1px; - box-shadow: inset 0 1px if($variant=="light", $dark_sidebar_border, $header_border); -} - -#buttonbox_frame .button{ - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -#login_window #user_combobox { - color: $fg_color; - font: 13px; - - .menu { font: normal; } - .arrow {} -} - -// the user's avatar box -#user_image { - padding: 3px; - border-radius: 2px; -} - -// the border around the user's avatar box -#user_image_border {} - -// the shutdown button -#shutdown_button.button { - @include button(suggested_destructive, $destructive_color); - - &:hover { @include button(suggested_destructive, lighten($destructive_color, 10%)); } - &:active, &:checked { @include button(suggested_destructive, darken($destructive_color, 10%)); } -} - -// the restart button -#restart_button.button { - @include button(suggested_destructive, $suggested_color); - - &:hover { @include button(suggested_destructive, lighten($suggested_color, 10%)); } - &:active, &:checked { @include button(suggested_destructive, darken($suggested_color, 10%)); } -} - -// the warning, in case a wrong password is entered or something else goes wrong according to PAM -#greeter_infobar { - border-bottom-width: 0; - font: bold; -} diff --git a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss deleted file mode 100644 index 7d1e0c9..0000000 --- a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss +++ /dev/null @@ -1,239 +0,0 @@ -.titlebar .separator { - color: $header_border; //fixes separator in gnome-tweak-tool -} - -NemoWindow GtkEventBox { background-color: $bg_color; } // fixes nemo statusbar - -GtkFileChooserDialog *, -NautilusWindow *, -NemoWindow { - -GtkPaned-handle-size: 0; -} - -@if $variant==dark { - GtkFileChooserDialog, - NautilusWindow , - NemoWindow { - .sidebar { border-right: 1px solid $dark_sidebar_border; } - - .sidebar:dir(rtl) { border-left: 1px solid $dark_sidebar_border; } - } -} - -// Dark transparent sidebars -GtkFileChooserDialog, -NautilusWindow, -NemoWindow, -MarlinViewWindow { - - &.csd.background, - .source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; } - - .sidebar, .source-list.sidebar.view { - background-color: $dark_sidebar_bg; - - .view, row { - background-color: transparent; - color: $dark_sidebar_fg; - - &.image { color: transparentize($dark_sidebar_fg, 0.3); } - - &.cell:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; - } - } - - &.frame { color: $dark_sidebar_fg; } - - .separator { color: transparent; } - - .scrollbar { @extend %dark_sidebar_scrollbar } - } - &.maximized .sidebar { background-color: opacify($dark_sidebar_bg, 1); } -} - -GtkFileChooserDialog .pane-separator, -NautilusWindow .pane-separator, -NemoWindow.background > GtkGrid > GtkPaned > .pane-separator, -MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {background-color: $dark_sidebar_border} - -// Fix Nautilus transparency issues -NautilusWindow NautilusWindowSlot { background-color: $base_color; } -NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; } - -GtkFileChooserDialog { - - &.background.csd, &.background { background-color: $dark_sidebar_bg } - .sidebar { background-color: transparent } - - // Yeah, this is ugly, but prevents a transparent background in the image preview box - GtkPaned > .vertical > .horizontal { background-color: $bg_color; } - - // fix for non gnome environments - .dialog-action-box { background-color: $bg_color } - - .dialog-vbox > .frame { - color: $dark_sidebar_fg; - border-color: transparent; - } - .action-bar.frame { - background-color: transparent; - border-color: if($variant =='light', darken($dark_sidebar_bg, 5%), darken($dark_sidebar_bg, 10%)); - } - - .action-bar.frame, - .dialog-vbox > .frame { - - .button { @extend %dark_sidebar_button; } - .entry { @extend %dark_sidebar_entry; } - - @extend %osd_check_radio; - - GtkLabel, GtkComboBox { color: $dark_sidebar_fg; } - } -} - -// -// Paned Headerbars -// -FeedReaderreaderUI.background.csd, -GeditWindow.background.csd { - - > .titlebar .pane-separator, - &.maximized > .titlebar .pane-separator, - > .titlebar .pane-separator:backdrop, - &.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; } - - > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: $header_bg; - - &:backdrop { background-color: $header_bg_backdrop; } - } - - &.maximized > .titlebar > GtkHeaderBar.header-bar.titlebar { - background-color: opacify($header_bg, 1); - - &:backdrop { background-color: opacify($header_bg_backdrop, 1); } - } -} - -FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar, -GeditWindow.background.csd > .titlebar { - background-color: transparent; -} - -// Gedit -GeditWindow.background { - &.csd { background-color: transparent; } - - .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; } - .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; } -} - -.gedit-bottom-panel-paned { background-color: $base_color; } - -.gedit-document-panel { - background-color: $dark_sidebar_bg; - - .maximized & { background-color: opacify($dark_sidebar_bg, 1); } - - .list-row { color: $dark_sidebar_fg; } - - .list-row { - background-color: transparentize($dark_sidebar_fg, 1); - border: solid transparentize($dark_sidebar_fg, 1); - border-width: 3px 2px 3px 2px; - } - .list-row:hover { - border: solid transparentize($dark_sidebar_fg, 0.85); - border-width: 3px 2px 3px 2px; - background-color: transparentize($dark_sidebar_fg, 0.85); - } - .list-row:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: solid $selected_bg_color; - border-width: 3px 2px 3px 2px; - - .button { color: $selected_fg_color; } - } - .list-row:selected, .list-row:selected:hover { - color: $selected_fg_color; - background-color: $selected_bg_color; - border: solid $selected_bg_color; - border-width: 3px 2px 3px 2px; - } - .prelight-row .button:active { - color: $dark_sidebar_fg; - } -} - -GeditFileBrowserWidget { - background-color: $dark_sidebar_bg; - - .maximized & { background-color: opacify($dark_sidebar_bg, 1); } - - .scrollbar { @extend %dark_sidebar_scrollbar; } - - .horizontal { - background-color: transparent; - border-color: darken($dark_sidebar_bg, 7%); - - .button { @extend %dark_sidebar_button; } - GtkComboBox { color: $dark_sidebar_fg; } - } -} - -GeditWindow.background.csd GeditFileBrowserView.view { - - background-color: transparent; - color: $dark_sidebar_fg; - - &.expander { - color: $dark_sidebar_fg; - &:hover { color: $selected_bg_color; } - } -} - -%dark_sidebar_button { - @include button(osd); - - &:hover { @include button(osd-hover); } - &:active, &:checked { @include button(osd-active); } - &:insensitive { @include button(osd-insensitive); } -} - -%dark_sidebar_entry { - @include entry(osd); - - &:focus { @include entry(osd-focus); } - &:insensitive { @include entry(osd-insensitive); } -} - -%dark_sidebar_scrollbar { - - &.overlay-indicator:not(.dragging):not(.hovering) .slider { - background-color: lighten($dark_sidebar_fg, 15%); - border: 1px solid transparentize(black, 0.7); - } - - // trough coloring - .trough { - background-color: transparentize(black, 0.8); - border: none; - } - - // slider coloring - .slider { - background-color: transparentize(lighten($dark_sidebar_fg, 15%), 0.3); - - &:hover { background-color: lighten($dark_sidebar_fg, 20%); } - - &:prelight:active { background-color: $selected_bg_color; } - - &:insensitive { - background-color: transparent; - } - } -} diff --git a/common/gtk-3.0/3.16/sass/_unity.scss b/common/gtk-3.0/3.16/sass/_unity.scss deleted file mode 100644 index 2441035..0000000 --- a/common/gtk-3.0/3.16/sass/_unity.scss +++ /dev/null @@ -1,159 +0,0 @@ -// Decorations -UnityDecoration { - -UnityDecoration-extents: 28px 1 1 1; - -UnityDecoration-input-extents: 10px; - - -UnityDecoration-shadow-offset-x: 0px; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); - -UnityDecoration-active-shadow-radius: 12px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); - -UnityDecoration-inactive-shadow-radius: 7px; - - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: $selected_bg_color; - - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0.0; - - &.top { - border: 1px solid if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)); - border-bottom-width: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0 6px; - - background-image: linear-gradient(to bottom, opacify($header_bg, 1)); - color: $header_fg; // The foreground color will be used to paint the text - - box-shadow: inset 0 1px lighten($header_bg, 3%); - - &:backdrop { - border-bottom-width: 0; - //background-image: linear-gradient(to bottom, opacify($header_bg_backdrop, 1)); - color: transparentize($header_fg, 0.3); - } - } - &.left, &.right, &.bottom, - &.left:backdrop, &.right:backdrop, &.bottom:backdrop { - background-color: transparent; - background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); - } -} - -// Panel Style -UnityPanelWidget, -.unity-panel { - background-image: linear-gradient(to bottom, #2f343f); - color: lighten($panel_fg, 20%); - box-shadow: none; - - &:backdrop { color: lighten($panel_fg, 1%); } -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - border-radius: 0; - color: $selected_fg_color; - background-image: linear-gradient(to bottom, $selected_bg_color); - border-bottom: none; -} - -// Unity Greeter -.lightdm.menu { - background-image: none; - background-color: transparentize(black, 0.6); - border-color: transparentize(white, 0.2); - border-radius: 4px; - padding: 1px; - color: white; -} - -.lightdm-combo .menu { - background-color: lighten($header_bg, 8); - border-radius: 0px; - padding: 0px; - color: white; -} - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: white; -} - -.lightdm.menubar { - color: transparentize(white, 0.2); - background-image: none; - background-color: transparentize(black, 0.5); - - & > .menuitem { - padding: 2px 6px; - } -} - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button, -.lightdm.entry { - background-image: none; - background-color: transparentize(black, 0.7); - border-color: transparentize(white, 0.6); - border-radius: 10px; - padding: 7px; - color: white; - text-shadow: none; -} - -.lightdm.button, -.lightdm.button:hover, -.lightdm.button:active, -.lightdm.button:active:focused, -.lightdm.entry, -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focused { - background-image: none; - border-image: none; -} - -.lightdm.button:focused, -.lightdm.entry:focused { - border-color: transparentize(white, 0.9); - border-width: 1px; - border-style: solid; - color: white; -} - -.lightdm.entry:selected { - background-color: transparentize(white, 0.2); -} - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; -} - -.lightdm.option-button { - padding: 2px; - background: none; - border: 0; -} - -.lightdm.toggle-button { - background: none; - border-width: 0; - - &.selected { - background-color: transparentize(black, 0.3); - border-width: 1px; - } -} - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); - } -} diff --git a/common/gtk-3.0/3.16/sass/gtk-dark.scss b/common/gtk-3.0/3.16/sass/gtk-dark.scss deleted file mode 100644 index 529ee3d..0000000 --- a/common/gtk-3.0/3.16/sass/gtk-dark.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'dark'; -$darker: 'false'; -$transparency: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.16/sass/gtk-darker.scss b/common/gtk-3.0/3.16/sass/gtk-darker.scss deleted file mode 100644 index 34b8f81..0000000 --- a/common/gtk-3.0/3.16/sass/gtk-darker.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'true'; -$transparency: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.16/sass/gtk-solid-dark.scss b/common/gtk-3.0/3.16/sass/gtk-solid-dark.scss deleted file mode 100644 index 959d8b1..0000000 --- a/common/gtk-3.0/3.16/sass/gtk-solid-dark.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'dark'; -$darker: 'false'; -$transparency: 'false'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.16/sass/gtk-solid-darker.scss b/common/gtk-3.0/3.16/sass/gtk-solid-darker.scss deleted file mode 100644 index 45b7dbe..0000000 --- a/common/gtk-3.0/3.16/sass/gtk-solid-darker.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'true'; -$transparency: 'false'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.16/sass/gtk-solid.scss b/common/gtk-3.0/3.16/sass/gtk-solid.scss deleted file mode 100644 index 28ff2b6..0000000 --- a/common/gtk-3.0/3.16/sass/gtk-solid.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'false'; -$transparency: 'false'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; diff --git a/common/gtk-3.0/3.16/sass/gtk.scss b/common/gtk-3.0/3.16/sass/gtk.scss deleted file mode 100644 index 9bb0348..0000000 --- a/common/gtk-3.0/3.16/sass/gtk.scss +++ /dev/null @@ -1,13 +0,0 @@ -$variant: 'light'; -$darker: 'false'; -$transparency: 'true'; - -@import 'colors'; -@import 'drawing'; -@import 'common'; -@import 'applications'; -@import 'unity'; -@import 'granite'; -@import 'lightdm'; -@import 'transparent_widgets'; -@import 'colors-public'; From 5680ad19091aad7aac177b6aefe99124e6ec43e2 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sat, 16 Dec 2017 15:43:22 +0000 Subject: [PATCH 10/34] Slightly darken fonts for light theme to improve contrast The current font colour for the light theme does not provide enough of a contrast to be easily legible. This commit reduces the contrast colour by approx 7% This resolves for #406 --- common/gtk-2.0/gtkrc | 4 +- common/gtk-3.0/3.18/gtk-darker.css | 256 +++++++-------- common/gtk-3.0/3.18/gtk-solid-darker.css | 256 +++++++-------- common/gtk-3.0/3.18/gtk-solid.css | 378 +++++++++++------------ common/gtk-3.0/3.18/gtk.css | 378 +++++++++++------------ common/gtk-3.0/3.18/sass/_colors.scss | 4 +- common/gtk-3.0/3.20/gtk-darker.css | 196 ++++++------ common/gtk-3.0/3.20/gtk-solid-darker.css | 196 ++++++------ common/gtk-3.0/3.20/gtk-solid.css | 312 +++++++++---------- common/gtk-3.0/3.20/gtk.css | 312 +++++++++---------- common/gtk-3.0/3.20/sass/_colors.scss | 4 +- 11 files changed, 1148 insertions(+), 1148 deletions(-) diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 8d54f3b..cb46657 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -1,7 +1,7 @@ gtk-color-scheme = "base_color: #ffffff" -gtk-color-scheme = "text_color: #5c616c" +gtk-color-scheme = "text_color: #3b3e45" gtk-color-scheme = "bg_color: #f5f6f7" -gtk-color-scheme = "fg_color: #5c616c" +gtk-color-scheme = "fg_color: #3b3e45" gtk-color-scheme = "tooltip_bg_color: #4B5162" gtk-color-scheme = "tooltip_fg_color: #ffffff" gtk-color-scheme = "selected_bg_color: #5294e2" diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index b10a1c4..c0e3db3 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: rgba(245, 246, 247, 0.999); } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1290,27 +1290,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1326,7 +1326,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1337,14 +1337,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1365,7 +1365,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1404,7 +1404,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1571,14 +1571,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1586,13 +1586,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1609,7 +1609,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1627,9 +1627,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1919,7 +1919,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2020,7 +2020,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2079,8 +2079,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2121,7 +2121,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2185,12 +2185,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2199,24 +2199,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2279,7 +2279,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2435,13 +2435,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2462,8 +2462,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2709,7 +2709,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2727,9 +2727,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2749,13 +2749,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2784,8 +2784,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2830,16 +2830,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2855,7 +2855,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2871,12 +2871,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2897,7 +2897,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2911,7 +2911,7 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { @@ -3005,7 +3005,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3026,7 +3026,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3038,7 +3038,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3284,14 +3284,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3465,7 +3465,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3508,7 +3508,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3527,13 +3527,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3569,7 +3569,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3603,7 +3603,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3614,13 +3614,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3629,7 +3629,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3667,7 +3667,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4034,23 +4034,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index be9df54..ec05886 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: #F5F6F7; } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1290,27 +1290,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1326,7 +1326,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1337,14 +1337,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1365,7 +1365,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1404,7 +1404,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1571,14 +1571,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1586,13 +1586,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1609,7 +1609,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1627,9 +1627,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1919,7 +1919,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2020,7 +2020,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2079,8 +2079,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2121,7 +2121,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2185,12 +2185,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2199,24 +2199,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2279,7 +2279,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2435,13 +2435,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2462,8 +2462,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2709,7 +2709,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2727,9 +2727,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2749,13 +2749,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2784,8 +2784,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2830,16 +2830,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2855,7 +2855,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2871,12 +2871,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2897,7 +2897,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2911,7 +2911,7 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { @@ -3005,7 +3005,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3026,7 +3026,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3038,7 +3038,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3284,14 +3284,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3465,7 +3465,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3508,7 +3508,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3527,13 +3527,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3569,7 +3569,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3603,7 +3603,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3614,13 +3614,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3629,7 +3629,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3667,7 +3667,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4034,23 +4034,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index eb6e99c..da7f719 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: #F5F6F7; } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -830,7 +830,7 @@ GtkComboBox { background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -861,13 +861,13 @@ GtkComboBox { border-style: solid; border-radius: 0; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; } .csd .header-bar { background-color: #e7e8eb; border-color: #d4d5db; } .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -944,13 +944,13 @@ GtkComboBox { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px #eff0f2; } .csd .titlebar { background-color: #e7e8eb; } .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); + color: rgba(65, 74, 94, 0.5); background-color: #eff0f2; } .csd .titlebar:backdrop { background-color: #eff0f2; } @@ -969,15 +969,15 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(65, 74, 94, 0) 25%, rgba(65, 74, 94, 0.15) 25%, rgba(65, 74, 94, 0.15) 75%, rgba(65, 74, 94, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { @@ -992,7 +992,7 @@ GtkComboBox { .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; @@ -1023,17 +1023,17 @@ GtkComboBox { color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; @@ -1042,7 +1042,7 @@ GtkComboBox { background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { @@ -1060,9 +1060,9 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1072,22 +1072,22 @@ GtkComboBox { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(65, 74, 94, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { border-left-color: #FC4138; } @@ -1144,7 +1144,7 @@ GtkComboBox { background-color: #2e96c0; border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { @@ -1178,7 +1178,7 @@ GtkComboBox { background-color: #ec1b22; border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { @@ -1196,21 +1196,21 @@ GtkComboBox { color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); + background-color: rgba(65, 74, 94, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } + color: rgba(65, 74, 94, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { @@ -1221,7 +1221,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1242,7 +1242,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(65, 74, 94, 0.15); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1251,22 +1251,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.15)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.1)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { background-image: linear-gradient(to bottom, #5294e2); border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { background-image: linear-gradient(to bottom, #f5f5f7); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .path-bar .button { padding: 5px 10px; } @@ -1294,27 +1294,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1330,7 +1330,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1341,14 +1341,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1369,7 +1369,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1378,9 +1378,9 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; @@ -1389,7 +1389,7 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); + color: rgba(65, 74, 94, 0.2); border-color: transparent; } .menu { @@ -1408,7 +1408,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1419,11 +1419,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1575,14 +1575,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1590,13 +1590,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1613,7 +1613,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1631,9 +1631,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1923,7 +1923,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2024,7 +2024,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2083,8 +2083,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2125,7 +2125,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2189,12 +2189,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2203,24 +2203,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2283,7 +2283,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2439,13 +2439,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2466,8 +2466,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2603,9 +2603,9 @@ GtkVolumeButton.button { padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, @@ -2713,7 +2713,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2731,9 +2731,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2753,13 +2753,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2788,8 +2788,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2804,9 +2804,9 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.h color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -2816,16 +2816,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .gedit-headerbar-paned { color: #d4d5db; } @@ -2834,16 +2834,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2859,7 +2859,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2875,12 +2875,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2901,7 +2901,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2915,13 +2915,13 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, @@ -2941,7 +2941,7 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), @@ -3009,7 +3009,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3030,7 +3030,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3042,7 +3042,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3190,8 +3190,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { @@ -3201,7 +3201,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-color: #5294e2; background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3288,14 +3288,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3317,11 +3317,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } @@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3512,7 +3512,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3531,13 +3531,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3573,7 +3573,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3607,7 +3607,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3618,13 +3618,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3633,7 +3633,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3671,7 +3671,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4038,23 +4038,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4065,8 +4065,8 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#414a5e, 0.8); +@define-color wm_unfocused_title alpha(#414a5e, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index dceaa60..c78fc3d 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: rgba(245, 246, 247, 0.999); } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -830,7 +830,7 @@ GtkComboBox { background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -861,13 +861,13 @@ GtkComboBox { border-style: solid; border-radius: 0; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; } .csd .header-bar { background-color: rgba(231, 232, 235, 0.95); border-color: rgba(212, 213, 219, 0.95); } .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -944,13 +944,13 @@ GtkComboBox { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd .titlebar { background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); + color: rgba(65, 74, 94, 0.5); background-color: #eff0f2; } .csd .titlebar:backdrop { background-color: rgba(239, 240, 242, 0.95); } @@ -969,15 +969,15 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(65, 74, 94, 0) 25%, rgba(65, 74, 94, 0.15) 25%, rgba(65, 74, 94, 0.15) 75%, rgba(65, 74, 94, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { @@ -992,7 +992,7 @@ GtkComboBox { .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; @@ -1023,17 +1023,17 @@ GtkComboBox { color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; @@ -1042,7 +1042,7 @@ GtkComboBox { background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { @@ -1060,9 +1060,9 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1072,22 +1072,22 @@ GtkComboBox { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(65, 74, 94, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { border-left-color: #FC4138; } @@ -1144,7 +1144,7 @@ GtkComboBox { background-color: #2e96c0; border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { @@ -1178,7 +1178,7 @@ GtkComboBox { background-color: #ec1b22; border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { @@ -1196,21 +1196,21 @@ GtkComboBox { color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); + background-color: rgba(65, 74, 94, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } + color: rgba(65, 74, 94, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { @@ -1221,7 +1221,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1242,7 +1242,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(65, 74, 94, 0.15); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1251,22 +1251,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.15)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.1)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { background-image: linear-gradient(to bottom, #5294e2); border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .path-bar .button { padding: 5px 10px; } @@ -1294,27 +1294,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1330,7 +1330,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1341,14 +1341,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1369,7 +1369,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1378,9 +1378,9 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; @@ -1389,7 +1389,7 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); + color: rgba(65, 74, 94, 0.2); border-color: transparent; } .menu { @@ -1408,7 +1408,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1419,11 +1419,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1575,14 +1575,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1590,13 +1590,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1613,7 +1613,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1631,9 +1631,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1923,7 +1923,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2024,7 +2024,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2083,8 +2083,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2125,7 +2125,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2189,12 +2189,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2203,24 +2203,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2283,7 +2283,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2439,13 +2439,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2466,8 +2466,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2603,9 +2603,9 @@ GtkVolumeButton.button { padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, @@ -2713,7 +2713,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2731,9 +2731,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2753,13 +2753,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2788,8 +2788,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2804,9 +2804,9 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.h color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -2816,16 +2816,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .gedit-headerbar-paned { color: rgba(212, 213, 219, 0.95); } @@ -2834,16 +2834,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2859,7 +2859,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2875,12 +2875,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2901,7 +2901,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2915,13 +2915,13 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, @@ -2941,7 +2941,7 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), @@ -3009,7 +3009,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3030,7 +3030,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3042,7 +3042,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3190,8 +3190,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { @@ -3201,7 +3201,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-color: #5294e2; background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3288,14 +3288,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3317,11 +3317,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } @@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3512,7 +3512,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3531,13 +3531,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3573,7 +3573,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3607,7 +3607,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3618,13 +3618,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3633,7 +3633,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3671,7 +3671,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4038,23 +4038,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4065,8 +4065,8 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#414a5e, 0.8); +@define-color wm_unfocused_title alpha(#414a5e, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.18/sass/_colors.scss b/common/gtk-3.0/3.18/sass/_colors.scss index 8d3a5f2..e328678 100644 --- a/common/gtk-3.0/3.18/sass/_colors.scss +++ b/common/gtk-3.0/3.18/sass/_colors.scss @@ -3,9 +3,9 @@ $base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); +$text_color: if($variant == 'light', #3b3e45, #D3DAE3); $bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$fg_color: if($variant =='light', #3b3e45, #D3DAE3); $selected_fg_color: #ffffff; $selected_bg_color: #5294e2; diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 1ab5189..fd3d2cd 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: rgba(245, 246, 247, 0.999); } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -1374,7 +1374,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1388,9 +1388,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1399,18 +1399,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1426,7 +1426,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1440,7 +1440,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1449,11 +1449,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1531,7 +1531,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1568,16 +1568,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1719,13 +1719,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1735,21 +1735,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1786,9 +1786,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1808,7 +1808,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2245,7 +2245,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2308,8 +2308,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2435,10 +2435,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2486,30 +2486,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2787,11 +2787,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2814,7 +2814,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2841,7 +2841,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -3027,7 +3027,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3035,7 +3035,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3055,8 +3055,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3101,7 +3101,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } @@ -3145,16 +3145,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3171,11 +3171,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3188,7 +3188,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3203,7 +3203,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3340,7 +3340,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3361,7 +3361,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3817,7 +3817,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3862,7 +3862,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3878,13 +3878,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3920,7 +3920,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3954,7 +3954,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3965,11 +3965,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3980,7 +3980,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4011,7 +4011,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4262,23 +4262,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: rgba(42, 45, 55, 0.95); } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index ffbf78f..6910168 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: #F5F6F7; } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -1374,7 +1374,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1388,9 +1388,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1399,18 +1399,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1426,7 +1426,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1440,7 +1440,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1449,11 +1449,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1531,7 +1531,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1568,16 +1568,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1719,13 +1719,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1735,21 +1735,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1786,9 +1786,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1808,7 +1808,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2245,7 +2245,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2308,8 +2308,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2435,10 +2435,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2486,30 +2486,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2787,11 +2787,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2814,7 +2814,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2841,7 +2841,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -3027,7 +3027,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3035,7 +3035,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3055,8 +3055,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3101,7 +3101,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } @@ -3145,16 +3145,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3171,11 +3171,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3188,7 +3188,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3203,7 +3203,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3340,7 +3340,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3361,7 +3361,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3817,7 +3817,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3862,7 +3862,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3878,13 +3878,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3920,7 +3920,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3954,7 +3954,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3965,11 +3965,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3980,7 +3980,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4011,7 +4011,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4262,23 +4262,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: #2a2d37; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 2ddb103..c1d2048 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: #F5F6F7; } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -881,7 +881,7 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -915,7 +915,7 @@ headerbar, border-width: 0 0 1px; border-style: solid; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px #eff0f2; } .csd headerbar, @@ -925,7 +925,7 @@ headerbar, headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(82, 93, 118, 0.5); + color: rgba(53, 59, 75, 0.5); background-color: #eff0f2; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { @@ -1033,13 +1033,13 @@ window.csd > .titlebar:not(headerbar):backdrop { min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(53, 59, 75, 0) 25%, rgba(53, 59, 75, 0.15) 25%, rgba(53, 59, 75, 0.15) 75%, rgba(53, 59, 75, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } .primary-toolbar entry, headerbar entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } @@ -1053,8 +1053,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus image, headerbar entry:focus image { color: #ffffff; } .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1085,15 +1085,15 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #FC4138; } .primary-toolbar button, headerbar button { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; @@ -1104,7 +1104,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.75); border-color: rgba(82, 148, 226, 0.65); @@ -1128,8 +1128,8 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1138,22 +1138,22 @@ window.csd > .titlebar:not(headerbar):backdrop { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(53, 59, 75, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #FC4138; } @@ -1215,7 +1215,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } @@ -1244,7 +1244,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } @@ -1254,8 +1254,8 @@ window.csd > .titlebar:not(headerbar):backdrop { caret-color: #ffffff; } .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { @@ -1267,16 +1267,16 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } @@ -1285,11 +1285,11 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(82, 93, 118, 0.2); } + color: rgba(53, 59, 75, 0.2); } .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } @@ -1299,8 +1299,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -1329,7 +1329,7 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.75; } .primary-toolbar progressbar trough, headerbar progressbar trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } @@ -1339,21 +1339,21 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #5294e2; border-color: #5294e2; } .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: #f5f5f7; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale trough, headerbar scale trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(82, 93, 118, 0.1); } + background-color: rgba(53, 59, 75, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1378,7 +1378,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1392,9 +1392,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1403,18 +1403,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1430,7 +1430,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1444,7 +1444,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1453,11 +1453,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1481,10 +1481,10 @@ menubar, -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(53, 59, 75, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1496,7 +1496,7 @@ menubar, color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(82, 93, 118, 0.2); + color: rgba(53, 59, 75, 0.2); border-color: transparent; } menu, @@ -1535,7 +1535,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1572,16 +1572,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1723,13 +1723,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1739,21 +1739,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1790,9 +1790,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1812,7 +1812,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2249,7 +2249,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2312,8 +2312,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2439,10 +2439,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2490,30 +2490,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2791,11 +2791,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2818,7 +2818,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2845,7 +2845,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -2911,8 +2911,8 @@ headerbar button.titlebutton, background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, @@ -3031,7 +3031,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3039,7 +3039,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3070,8 +3070,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; @@ -3105,13 +3105,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } @@ -3122,19 +3122,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-color: #5294e2; background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3149,16 +3149,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3175,11 +3175,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3192,7 +3192,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3207,7 +3207,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3344,7 +3344,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3365,7 +3365,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3574,8 +3574,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } @@ -3584,8 +3584,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-color: #5294e2; background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3667,11 +3667,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); box-shadow: inset 0 1px #eff0f2; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; @@ -3821,7 +3821,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3866,7 +3866,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3882,13 +3882,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3924,7 +3924,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3958,7 +3958,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3969,11 +3969,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3984,7 +3984,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4015,7 +4015,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4266,23 +4266,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: #2a2d37; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4293,8 +4293,8 @@ filechooser placessidebar.sidebar scrollbar, @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#353b4b, 0.8); +@define-color wm_unfocused_title alpha(#353b4b, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 999e54a..e42c6b3 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: rgba(245, 246, 247, 0.999); } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -881,7 +881,7 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -915,7 +915,7 @@ headerbar, border-width: 0 0 1px; border-style: solid; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd headerbar, @@ -925,7 +925,7 @@ headerbar, headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(82, 93, 118, 0.5); + color: rgba(53, 59, 75, 0.5); background-color: #eff0f2; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { @@ -1033,13 +1033,13 @@ window.csd > .titlebar:not(headerbar):backdrop { min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(53, 59, 75, 0) 25%, rgba(53, 59, 75, 0.15) 25%, rgba(53, 59, 75, 0.15) 75%, rgba(53, 59, 75, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } .primary-toolbar entry, headerbar entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } @@ -1053,8 +1053,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus image, headerbar entry:focus image { color: #ffffff; } .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1085,15 +1085,15 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #FC4138; } .primary-toolbar button, headerbar button { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; @@ -1104,7 +1104,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.75); border-color: rgba(82, 148, 226, 0.65); @@ -1128,8 +1128,8 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1138,22 +1138,22 @@ window.csd > .titlebar:not(headerbar):backdrop { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(53, 59, 75, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #FC4138; } @@ -1215,7 +1215,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } @@ -1244,7 +1244,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } @@ -1254,8 +1254,8 @@ window.csd > .titlebar:not(headerbar):backdrop { caret-color: #ffffff; } .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { @@ -1267,16 +1267,16 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } @@ -1285,11 +1285,11 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(82, 93, 118, 0.2); } + color: rgba(53, 59, 75, 0.2); } .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } @@ -1299,8 +1299,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -1329,7 +1329,7 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.75; } .primary-toolbar progressbar trough, headerbar progressbar trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } @@ -1339,21 +1339,21 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #5294e2; border-color: #5294e2; } .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: rgba(245, 246, 247, 0.985); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale trough, headerbar scale trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(82, 93, 118, 0.1); } + background-color: rgba(53, 59, 75, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1378,7 +1378,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1392,9 +1392,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1403,18 +1403,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1430,7 +1430,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1444,7 +1444,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1453,11 +1453,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1481,10 +1481,10 @@ menubar, -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(53, 59, 75, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1496,7 +1496,7 @@ menubar, color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(82, 93, 118, 0.2); + color: rgba(53, 59, 75, 0.2); border-color: transparent; } menu, @@ -1535,7 +1535,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1572,16 +1572,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1723,13 +1723,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1739,21 +1739,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1790,9 +1790,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1812,7 +1812,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2249,7 +2249,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2312,8 +2312,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2439,10 +2439,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2490,30 +2490,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2791,11 +2791,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2818,7 +2818,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2845,7 +2845,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -2911,8 +2911,8 @@ headerbar button.titlebutton, background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, @@ -3031,7 +3031,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3039,7 +3039,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3070,8 +3070,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; @@ -3105,13 +3105,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } @@ -3122,19 +3122,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-color: #5294e2; background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3149,16 +3149,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3175,11 +3175,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3192,7 +3192,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3207,7 +3207,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3344,7 +3344,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3365,7 +3365,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3574,8 +3574,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } @@ -3584,8 +3584,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-color: #5294e2; background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3667,11 +3667,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; @@ -3821,7 +3821,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3866,7 +3866,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3882,13 +3882,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3924,7 +3924,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3958,7 +3958,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3969,11 +3969,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3984,7 +3984,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4015,7 +4015,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4266,23 +4266,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: rgba(42, 45, 55, 0.95); } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4293,8 +4293,8 @@ filechooser placessidebar.sidebar scrollbar, @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#353b4b, 0.8); +@define-color wm_unfocused_title alpha(#353b4b, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.20/sass/_colors.scss b/common/gtk-3.0/3.20/sass/_colors.scss index 8d3a5f2..e328678 100644 --- a/common/gtk-3.0/3.20/sass/_colors.scss +++ b/common/gtk-3.0/3.20/sass/_colors.scss @@ -3,9 +3,9 @@ $base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); +$text_color: if($variant == 'light', #3b3e45, #D3DAE3); $bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$fg_color: if($variant =='light', #3b3e45, #D3DAE3); $selected_fg_color: #ffffff; $selected_bg_color: #5294e2; From ea2f84450a8ef4b8713d0e0f5548db58401dacd4 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Mon, 18 Dec 2017 19:24:33 +0000 Subject: [PATCH 11/34] Compile with sassc --- README.md | 2 ++ common/Makefile.am | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e34ff1..fd82c5e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ It is strongly encouraged to submit pull-requests to suggest fixes and enhanceme To build the theme the follwing packages are required * `autoconf` * `automake` +* `sassc` (not for Ubuntu 16.04 - this distro assumes you have compiled with gulp) * `pkg-config` or `pkgconfig` for Fedora * `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros * `git` to clone the source directory @@ -92,6 +93,7 @@ Other options to pass to autogen.sh are option should not be needed. Note 2: For GNOME 3.24 and 3.26, use --with-gnome-version=3.22 (this works for now, the build system will be improved in the future) + --with-custom=