diff --git a/home/.aliases b/home/.aliases
index de821a7..1bf9dfb 100644
--- a/home/.aliases
+++ b/home/.aliases
@@ -11,13 +11,14 @@ alias back='cd $OLDPWD'
alias clkear='clear'
alias ckear='clear'
alias reload='source ~/.zshrc'
-alias webshare='python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"'
+alias webshare='python -m http.server'
alias ipa='ip addr|grep inet'
alias cls='clear;ls'
alias rvi='sudo -E vim'
alias ta='tmux attach -t C0DE || tmux new -s C0DE'
alias open='xdg-open'
-
+alias dmesg='dmesg --color=always | grep -v UFW --color=always'
+alias sudo='sudo ' # So we can use my aliases in sudo - https://askubuntu.com/a/22043
# Use `shred` if it exists, or just `rm -P`
type "$shred" > /dev/null || alias shred='rm -P'
diff --git a/home/.config/Code/User/settings.json b/home/.config/Code/User/settings.json
index 8859906..e571a90 100644
--- a/home/.config/Code/User/settings.json
+++ b/home/.config/Code/User/settings.json
@@ -12,5 +12,15 @@
"sync.quietSync": true,
"sync.autoUpload": true,
"sync.autoDownload": true,
- "sync.gist": "b4580c595539ccca8bc2bb18ad104cef"
+ "sync.gist": "b4580c595539ccca8bc2bb18ad104cef",
+ "workbench.editorAssociations": [
+ {
+ "viewType": "jupyter.notebook.ipynb",
+ "filenamePattern": "*.ipynb"
+ }
+ ],
+ "editor.fontFamily": "'Source Code Pro', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
+ "editor.inlineHints.fontFamily": "'Source Code Pro', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
+ "markdown.preview.fontFamily": "'Source Code Pro', -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif",
+ "restructuredtext.preview.fontFamily": "'Source Code Pro', -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif"
}
diff --git a/home/.config/gtk-3.0/bookmarks b/home/.config/gtk-3.0/bookmarks
index 8d9c16f..dfac4a3 100644
--- a/home/.config/gtk-3.0/bookmarks
+++ b/home/.config/gtk-3.0/bookmarks
@@ -1,2 +1,4 @@
-
+file:/// /
file:///home/dtodd/dev dev
+file:///home/dtodd/Documents Documents
+file:///mnt/otdc otdc
diff --git a/home/.config/i3/conf.d/autostart.conf b/home/.config/i3/conf.d/autostart.conf
index 8d8fe95..c7b5a7b 100644
--- a/home/.config/i3/conf.d/autostart.conf
+++ b/home/.config/i3/conf.d/autostart.conf
@@ -24,4 +24,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
#exec --no-startup-id synergy &
exec --no-startup-id barrier &
+# Powerline font patcher
+exec --no-startup-id powerline-daemon -q &
+
# End autostart configuration
diff --git a/home/.config/i3/conf.d/base.conf b/home/.config/i3/conf.d/base.conf
index acc90a1..e9aacf6 100644
--- a/home/.config/i3/conf.d/base.conf
+++ b/home/.config/i3/conf.d/base.conf
@@ -15,7 +15,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
-font xft:URWGothic-Book 11
+font pango:Source Code Pro for Powerline 11
# reload the configuration file
bindsym $mod+Shift+c reload
diff --git a/home/.config/i3/conf.d/i3bar.conf b/home/.config/i3/conf.d/i3bar.conf
index fa59deb..5ee095a 100644
--- a/home/.config/i3/conf.d/i3bar.conf
+++ b/home/.config/i3/conf.d/i3bar.conf
@@ -4,42 +4,12 @@ bar {
position top
height 18
tray_padding 0
- #mode hide
#workspace_buttons yes
- #tray_output DP-0
#separator_symbol "|"
- status_command i3blocks -c $i3_path/i3blocks.conf
+ font pango:FontAwesome5Free, SourceCodeProforPowerline 11
-# status_command i3status -c $i3_path/i3status.conf
-# status_command bumblebee-status \
-# -m \
-# disk:root \
-# cpu2 \
-# memory \
-# playerctl \
-# title \
-# todo \
-# ping \
-# network_traffic \
-# date \
-# time \
-# -p \
-# root.path=/ \
-# root.critical="50" \
-# cpu2.layout="cpu2.cpuload cpu2.coresload" \
-# cpu2.colored=1 \
-# cpu2.temp_pattern="temp" \
-# todo.file="~/todo.vim" \
-# ping.address="1.1.1.1" \
-# time.format="%H:%M" \
-# date.format="%a, %b %d" \
-# -a \
-# disk \
-# ping \
-# -t \
-# iceberg-dark-powerline
-#
+ status_command i3blocks -c $i3_path/i3blocks.conf
colors {
background #161821
diff --git a/home/.config/i3/conf.d/keybinds.conf b/home/.config/i3/conf.d/keybinds.conf
index cf78b36..b337518 100644
--- a/home/.config/i3/conf.d/keybinds.conf
+++ b/home/.config/i3/conf.d/keybinds.conf
@@ -3,7 +3,7 @@
# Frequently used programs
bindsym $mod+Return exec --no-startup-id terminator
bindsym $mod+Shift+Return exec --no-startup-id urxvt
-bindsym $mod+F2 exec --no-startup-id firefox
+bindsym $mod+F2 exec --no-startup-id google-chrome-stable
bindsym $mod+F3 exec --no-startup-id pcmanfm
bindsym $mod+F4 exec --no-startup-id code
bindsym $mod+F6 exec --no-startup-id ~/bin/music_player
diff --git a/home/.config/i3/config b/home/.config/i3/config
index 878a5f3..a7cd5ce 100644
--- a/home/.config/i3/config
+++ b/home/.config/i3/config
@@ -17,7 +17,7 @@ bindsym $mod+u border none
bindsym $mod+y border pixel 1
bindsym $mod+n border normal
-font xft:URWGothic-Book 11
+font pango:Source Code Pro for Powerline 11
# reload the configuration file
bindsym $mod+Shift+c reload
@@ -197,42 +197,12 @@ bar {
position top
height 18
tray_padding 0
- #mode hide
#workspace_buttons yes
- #tray_output DP-0
#separator_symbol "|"
- status_command i3blocks -c $i3_path/i3blocks.conf
+ font pango:FontAwesome5Free, SourceCodeProforPowerline 11
-# status_command i3status -c $i3_path/i3status.conf
-# status_command bumblebee-status \
-# -m \
-# disk:root \
-# cpu2 \
-# memory \
-# playerctl \
-# title \
-# todo \
-# ping \
-# network_traffic \
-# date \
-# time \
-# -p \
-# root.path=/ \
-# root.critical="50" \
-# cpu2.layout="cpu2.cpuload cpu2.coresload" \
-# cpu2.colored=1 \
-# cpu2.temp_pattern="temp" \
-# todo.file="~/todo.vim" \
-# ping.address="1.1.1.1" \
-# time.format="%H:%M" \
-# date.format="%a, %b %d" \
-# -a \
-# disk \
-# ping \
-# -t \
-# iceberg-dark-powerline
-#
+ status_command i3blocks -c $i3_path/i3blocks.conf
colors {
background #161821
@@ -380,7 +350,7 @@ mode "resize" {
# Frequently used programs
bindsym $mod+Return exec --no-startup-id terminator
bindsym $mod+Shift+Return exec --no-startup-id urxvt
-bindsym $mod+F2 exec --no-startup-id firefox
+bindsym $mod+F2 exec --no-startup-id google-chrome-stable
bindsym $mod+F3 exec --no-startup-id pcmanfm
bindsym $mod+F4 exec --no-startup-id code
bindsym $mod+F6 exec --no-startup-id ~/bin/music_player
@@ -447,4 +417,7 @@ exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
#exec --no-startup-id synergy &
exec --no-startup-id barrier &
+# Powerline font patcher
+exec --no-startup-id powerline-daemon -q &
+
# End autostart configuration
diff --git a/home/.config/i3/i3-dstatus.conf b/home/.config/i3/i3-dstatus.conf
deleted file mode 100644
index 1378d59..0000000
--- a/home/.config/i3/i3-dstatus.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-# vim: filetype=yaml
-# This is an example configuration file for i3-dstatus.
-#
-# Make sure you are using a pango font by putting `pango:` before your i3 font
-# string to use the markup features
----
-general:
- generators: [ focused-window, scratchpad, playerctl, clipboard, netifaces, disk, battery, clock ]
- separator-block-width: 25
-clock:
- format: '%h %d %H:%M'
-disk:
- '/':
- prefix: 'custom'
- format: '%free'
-clipboard:
- format: ' %text'
-focused-window:
- truncate-length: 100
-netifaces:
- enp3s0:
- format-up: '%iface: %ip'
- format-down: '%iface: down'
-scratchpad:
- format: 'scratchpad: %classes'
-playerctl:
- format: '{{artist}} - {{title}}'
-check-http:
- sites: [ 'http://i3wm.org' ]
- interval: 600
- format-up: ''
- format-down: '%site is down (status: %status, %reason)'
-github-repos:
- users: [ altdesktop ]
- interval: 600
- format: '★%stars ?%issues'
-battery:
- name: 'BAT0' # defaults to the first battery found
- format: '%name %percentage%'
diff --git a/home/.config/terminator/config b/home/.config/terminator/config
index 1f6f571..6744ec1 100644
--- a/home/.config/terminator/config
+++ b/home/.config/terminator/config
@@ -4,17 +4,17 @@
title_inactive_fg_color = "#c6c8d1"
title_inactive_bg_color = "#6b7089"
enabled_plugins = APTURLHandler, LaunchpadCodeURLHandler, LaunchpadBugURLHandler
-
+ title_use_system_font = False
+ title_font = Source Code Pro 10
+[keybindings]
[profiles]
[[default]]
- palette = "#161821:#e27878:#b4be82:#e2a478:#84a0c6:#a093c7:#89b8c2:#c6c8d1:#6b7089:#e98989:#c0ca8e:#e9b189:#91acd1:#ada0d3:#95c4ce:#d2d4de"
- foreground_color = "#c6c8d1"
+ visible_bell = True
background_color = "#161821"
cursor_color = "#c6c8d1"
- #background_darkness = 0.77
- #background_type = transparent
+ foreground_color = "#c6c8d1"
scrollback_infinite = True
-
+ palette = "#161821:#e27878:#b4be82:#e2a478:#84a0c6:#a093c7:#89b8c2:#c6c8d1:#6b7089:#e98989:#c0ca8e:#e9b189:#91acd1:#ada0d3:#95c4ce:#d2d4de"
[layouts]
[[default]]
[[[child1]]]
diff --git a/home/.functions b/home/.functions
index 5b3bd6e..5538e32 100644
--- a/home/.functions
+++ b/home/.functions
@@ -78,14 +78,16 @@ ff() { #find file
# Search for a file by its name and edit it
# Usage: vf (optional)
vf() { vim "$(ff "$@" | fzf)"; }
-# Usage: replay to repeat. Blank for 1
-replay() {
- from="${1:-2}"
- to="${2:-1}"
- if [ "$from" -ne "$to" ]; then
- for i in `seq "$from" -1 "$(($to + 1))"`; do
- printf "$(fc -ln -${i} -${i}) && "
- done
- fi
- $(fc -ln -${to} -${to})
+#https://unix.stackexchange.com/questions/144029/command-to-determine-ports-of-a-device-like-dev-ttyusb0
+function list_usb() {
+ for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do
+ (
+ syspath="${sysdevpath%/dev}"
+ devname="$(udevadm info -q name -p $syspath)"
+ [[ "$devname" == "bus/"* ]] && exit
+ eval "$(udevadm info -q property --export -p $syspath)"
+ [[ -z "$ID_SERIAL" ]] && exit
+ echo "$ID_SERIAL" | tr '_' ' '
+ )
+ done
}
diff --git a/home/.gitconfig b/home/.gitconfig
index 12c2f13..4775eed 100644
--- a/home/.gitconfig
+++ b/home/.gitconfig
@@ -38,8 +38,8 @@
[mergetool "fugitive"]
cmd = fugitive vim -f -c \"Gdiff\" \"$MERGED\"
[user]
- email = c0de@c0de.dev
- name = c0de
+ email = dtodd@oceantech.com
+ name = David Todd
[include]
path = ~/.githubtokens
path = ~/.dotoverrides/gitconfig
diff --git a/home/.gtkrc-2.0 b/home/.gtkrc-2.0
new file mode 100644
index 0000000..d022082
--- /dev/null
+++ b/home/.gtkrc-2.0
@@ -0,0 +1,8 @@
+gtk-theme-name="oomox-iceberg"
+gtk-icon-theme-name="oomox-iceberg"
+gtk-font-name="Noto Sans 10"
+gtk-cursor-theme-name="xcursor-breeze"
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle="hintfull"
+gtk-xft-rgba="rgb"
diff --git a/home/.themes/oomox-iceberg/assets/checkbox-checked-insensitive.svg b/home/.themes/oomox-iceberg/assets/checkbox-checked-insensitive.svg
index 8748771..0a4a034 100644
--- a/home/.themes/oomox-iceberg/assets/checkbox-checked-insensitive.svg
+++ b/home/.themes/oomox-iceberg/assets/checkbox-checked-insensitive.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/checkbox-mixed-insensitive.svg b/home/.themes/oomox-iceberg/assets/checkbox-mixed-insensitive.svg
index bdfd8dc..8aaba8f 100644
--- a/home/.themes/oomox-iceberg/assets/checkbox-mixed-insensitive.svg
+++ b/home/.themes/oomox-iceberg/assets/checkbox-mixed-insensitive.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/grid-selection-checked.svg b/home/.themes/oomox-iceberg/assets/grid-selection-checked.svg
index 4768f0f..c05d478 100644
--- a/home/.themes/oomox-iceberg/assets/grid-selection-checked.svg
+++ b/home/.themes/oomox-iceberg/assets/grid-selection-checked.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/assets/grid-selection-unchecked.svg b/home/.themes/oomox-iceberg/assets/grid-selection-unchecked.svg
index 79cd61e..420bbbb 100644
--- a/home/.themes/oomox-iceberg/assets/grid-selection-unchecked.svg
+++ b/home/.themes/oomox-iceberg/assets/grid-selection-unchecked.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/assets/menuitem-checkbox-checked-hover.svg b/home/.themes/oomox-iceberg/assets/menuitem-checkbox-checked-hover.svg
index 6ede43a..5b76792 100644
--- a/home/.themes/oomox-iceberg/assets/menuitem-checkbox-checked-hover.svg
+++ b/home/.themes/oomox-iceberg/assets/menuitem-checkbox-checked-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/assets/menuitem-checkbox-mixed-hover.svg b/home/.themes/oomox-iceberg/assets/menuitem-checkbox-mixed-hover.svg
index 69a5194..8fd91a6 100644
--- a/home/.themes/oomox-iceberg/assets/menuitem-checkbox-mixed-hover.svg
+++ b/home/.themes/oomox-iceberg/assets/menuitem-checkbox-mixed-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/assets/menuitem-radio-checked-hover.svg b/home/.themes/oomox-iceberg/assets/menuitem-radio-checked-hover.svg
index f3b26b9..bfe2d52 100644
--- a/home/.themes/oomox-iceberg/assets/menuitem-radio-checked-hover.svg
+++ b/home/.themes/oomox-iceberg/assets/menuitem-radio-checked-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/assets/menuitem-radio-mixed-hover.svg b/home/.themes/oomox-iceberg/assets/menuitem-radio-mixed-hover.svg
index 6b3e3d6..badd7ed 100644
--- a/home/.themes/oomox-iceberg/assets/menuitem-radio-mixed-hover.svg
+++ b/home/.themes/oomox-iceberg/assets/menuitem-radio-mixed-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/assets/pane-handle-vertical.svg b/home/.themes/oomox-iceberg/assets/pane-handle-vertical.svg
index 437594a..5b26801 100644
--- a/home/.themes/oomox-iceberg/assets/pane-handle-vertical.svg
+++ b/home/.themes/oomox-iceberg/assets/pane-handle-vertical.svg
@@ -14,7 +14,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -38,7 +38,7 @@
-
+
diff --git a/home/.themes/oomox-iceberg/assets/pane-handle.svg b/home/.themes/oomox-iceberg/assets/pane-handle.svg
index cbbb3f6..715a320 100644
--- a/home/.themes/oomox-iceberg/assets/pane-handle.svg
+++ b/home/.themes/oomox-iceberg/assets/pane-handle.svg
@@ -14,7 +14,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -38,7 +38,7 @@
-
+
diff --git a/home/.themes/oomox-iceberg/assets/radio-checked-insensitive.svg b/home/.themes/oomox-iceberg/assets/radio-checked-insensitive.svg
index ae59c1e..fd5fef9 100644
--- a/home/.themes/oomox-iceberg/assets/radio-checked-insensitive.svg
+++ b/home/.themes/oomox-iceberg/assets/radio-checked-insensitive.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/radio-mixed-insensitive.svg b/home/.themes/oomox-iceberg/assets/radio-mixed-insensitive.svg
index bdfd8dc..8aaba8f 100644
--- a/home/.themes/oomox-iceberg/assets/radio-mixed-insensitive.svg
+++ b/home/.themes/oomox-iceberg/assets/radio-mixed-insensitive.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/radio-selected-insensitive.svg b/home/.themes/oomox-iceberg/assets/radio-selected-insensitive.svg
index ae59c1e..fd5fef9 100644
--- a/home/.themes/oomox-iceberg/assets/radio-selected-insensitive.svg
+++ b/home/.themes/oomox-iceberg/assets/radio-selected-insensitive.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/radio-unselected-insensitive.svg b/home/.themes/oomox-iceberg/assets/radio-unselected-insensitive.svg
index 9de9455..b30ba3f 100644
--- a/home/.themes/oomox-iceberg/assets/radio-unselected-insensitive.svg
+++ b/home/.themes/oomox-iceberg/assets/radio-unselected-insensitive.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/radio-unselected.svg b/home/.themes/oomox-iceberg/assets/radio-unselected.svg
index c60e9ae..de74dc9 100644
--- a/home/.themes/oomox-iceberg/assets/radio-unselected.svg
+++ b/home/.themes/oomox-iceberg/assets/radio-unselected.svg
@@ -1,6 +1,6 @@
diff --git a/home/.themes/oomox-iceberg/assets/sed.sh b/home/.themes/oomox-iceberg/assets/sed.sh
index 0d5c097..203b608 100755
--- a/home/.themes/oomox-iceberg/assets/sed.sh
+++ b/home/.themes/oomox-iceberg/assets/sed.sh
@@ -1,9 +1,9 @@
#!/bin/sh
sed -i \
- -e 's/#c6c8d1/rgb(0%,0%,0%)/g' \
- -e 's/#161821/rgb(100%,100%,100%)/g' \
+ -e 's/#1e202f/rgb(0%,0%,0%)/g' \
+ -e 's/#c6c8d1/rgb(100%,100%,100%)/g' \
-e 's/#161821/rgb(50%,0%,0%)/g' \
-e 's/#84a0c6/rgb(0%,50%,0%)/g' \
- -e 's/#c6c8d1/rgb(50%,0%,50%)/g' \
- -e 's/#161821/rgb(0%,0%,50%)/g' \
+ -e 's/#161821/rgb(50%,0%,50%)/g' \
+ -e 's/#c6c8d1/rgb(0%,0%,50%)/g' \
"$@"
diff --git a/home/.themes/oomox-iceberg/assets/unsed.sh b/home/.themes/oomox-iceberg/assets/unsed.sh
index 947697f..8a4140c 100755
--- a/home/.themes/oomox-iceberg/assets/unsed.sh
+++ b/home/.themes/oomox-iceberg/assets/unsed.sh
@@ -1,11 +1,11 @@
#!/bin/sh
sed -i \
- -e 's/rgb(0%,0%,0%)/#c6c8d1/g' \
- -e 's/rgb(100%,100%,100%)/#161821/g' \
+ -e 's/rgb(0%,0%,0%)/#1e202f/g' \
+ -e 's/rgb(100%,100%,100%)/#c6c8d1/g' \
-e 's/rgb(50%,0%,0%)/#161821/g' \
-e 's/rgb(0%,50%,0%)/#84a0c6/g' \
-e 's/rgb(0%,50.196078%,0%)/#84a0c6/g' \
- -e 's/rgb(50%,0%,50%)/#c6c8d1/g' \
- -e 's/rgb(50.196078%,0%,50.196078%)/#c6c8d1/g' \
- -e 's/rgb(0%,0%,50%)/#161821/g' \
+ -e 's/rgb(50%,0%,50%)/#161821/g' \
+ -e 's/rgb(50.196078%,0%,50.196078%)/#161821/g' \
+ -e 's/rgb(0%,0%,50%)/#c6c8d1/g' \
"$@"
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/checkbox-off.svg b/home/.themes/oomox-iceberg/cinnamon/assets/checkbox-off.svg
index 8e8c5b0..2018630 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/checkbox-off.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/checkbox-off.svg
@@ -27,7 +27,7 @@
offset="0"
id="stop4142" />
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/checkbox.svg b/home/.themes/oomox-iceberg/cinnamon/assets/checkbox.svg
index 9f42a2a..088962b 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/checkbox.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/checkbox.svg
@@ -27,7 +27,7 @@
offset="0"
id="stop4142" />
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/close-window.svg b/home/.themes/oomox-iceberg/cinnamon/assets/close-window.svg
index 7ce15c4..2872dc4 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/close-window.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/close-window.svg
@@ -62,7 +62,7 @@
gradientUnits="userSpaceOnUse" />
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/radiobutton.svg b/home/.themes/oomox-iceberg/cinnamon/assets/radiobutton.svg
index 12ffdc3..2d62d9a 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/radiobutton.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/radiobutton.svg
@@ -27,7 +27,7 @@
offset="0"
id="stop4694" />
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-intl.svg b/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-intl.svg
index e044a34..fd26c82 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-intl.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-intl.svg
@@ -718,7 +718,7 @@
offset="0"
id="stop3940-9-2" />
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-us.svg b/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-us.svg
index e044a34..fd26c82 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-us.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/toggle-off-us.svg
@@ -718,7 +718,7 @@
offset="0"
id="stop3940-9-2" />
diff --git a/home/.themes/oomox-iceberg/cinnamon/assets/toggle-on-intl.svg b/home/.themes/oomox-iceberg/cinnamon/assets/toggle-on-intl.svg
index e2673c8..3a9dca6 100644
--- a/home/.themes/oomox-iceberg/cinnamon/assets/toggle-on-intl.svg
+++ b/home/.themes/oomox-iceberg/cinnamon/assets/toggle-on-intl.svg
@@ -1405,7 +1405,7 @@
offset="0"
id="stop3940-9-2" />
@@ -1486,7 +1486,7 @@
height="10"
width="3"
id="rect4195"
- style="color:#000000;fill:#d2d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="color:#000000;fill:#161821;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
@@ -1486,7 +1486,7 @@
height="10"
width="3"
id="rect4195"
- style="color:#000000;fill:#d2d4de;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="color:#000000;fill:#161821;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg
index 489b71a..47f0f91 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive.svg
index 489b71a..47f0f91 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked-insensitive.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked.svg
index ddd668a..04d9a2a 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-checked.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-dark.svg
index f9873d8..4183341 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg
index 3a690e4..e2fd4c4 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive.svg
index 3a690e4..e2fd4c4 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed-insensitive.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed.svg
index f9873d8..4183341 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-mixed.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-dark.svg
index fea060c..3dd48b5 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-dark.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg
index 4473c6b..a0dcaac 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive.svg
index 4473c6b..a0dcaac 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked-insensitive.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked.svg
index fea060c..3dd48b5 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/checkbox-unchecked.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked-dark.svg
index 4768f0f..c05d478 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked.svg
index 4768f0f..c05d478 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-checked.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked-dark.svg
index 79cd61e..420bbbb 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked-dark.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked.svg
index 79cd61e..420bbbb 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/grid-selection-unchecked.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg
index 6ede43a..5b76792 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-checked-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg
index 69a5194..8fd91a6 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-checkbox-mixed-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-checked-hover.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-checked-hover.svg
index f3b26b9..bfe2d52 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-checked-hover.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-checked-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-mixed-hover.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-mixed-hover.svg
index 6b3e3d6..badd7ed 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-mixed-hover.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/menuitem-radio-mixed-hover.svg
@@ -3,6 +3,6 @@
-
+
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle-vertical.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle-vertical.svg
index 437594a..5b26801 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle-vertical.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle-vertical.svg
@@ -14,7 +14,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -38,7 +38,7 @@
-
+
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle.svg
index cbbb3f6..715a320 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/pane-handle.svg
@@ -14,7 +14,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -38,7 +38,7 @@
-
+
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-dark.svg
index dc4c9de..eb8826e 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive-dark.svg
index 6f8c857..1c0bd2b 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive.svg
index 6f8c857..1c0bd2b 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked-insensitive.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked.svg
index dc4c9de..eb8826e 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-checked.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-dark.svg
index bd2dd51..e1a60a1 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive-dark.svg
index 8c3ddc0..91d9aa7 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive-dark.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive.svg
index 8c3ddc0..91d9aa7 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed-insensitive.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed.svg
index bd2dd51..e1a60a1 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-mixed.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected-insensitive.svg
index 6f8c857..1c0bd2b 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected-insensitive.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected.svg
index dc4c9de..eb8826e 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-selected.svg
@@ -1,9 +1,9 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-dark.svg
index dcd691f..c035fa8 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-dark.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg
index 51dd50d..eabce76 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive-dark.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive.svg
index 51dd50d..eabce76 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked-insensitive.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked.svg
index dcd691f..c035fa8 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unchecked.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected-insensitive.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected-insensitive.svg
index 51dd50d..eabce76 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected-insensitive.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected-insensitive.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected.svg b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected.svg
index dcd691f..c035fa8 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected.svg
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/radio-unselected.svg
@@ -1,8 +1,8 @@
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/sed.sh b/home/.themes/oomox-iceberg/gtk-3.0/assets/sed.sh
index 0d5c097..203b608 100755
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/sed.sh
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/sed.sh
@@ -1,9 +1,9 @@
#!/bin/sh
sed -i \
- -e 's/#c6c8d1/rgb(0%,0%,0%)/g' \
- -e 's/#161821/rgb(100%,100%,100%)/g' \
+ -e 's/#1e202f/rgb(0%,0%,0%)/g' \
+ -e 's/#c6c8d1/rgb(100%,100%,100%)/g' \
-e 's/#161821/rgb(50%,0%,0%)/g' \
-e 's/#84a0c6/rgb(0%,50%,0%)/g' \
- -e 's/#c6c8d1/rgb(50%,0%,50%)/g' \
- -e 's/#161821/rgb(0%,0%,50%)/g' \
+ -e 's/#161821/rgb(50%,0%,50%)/g' \
+ -e 's/#c6c8d1/rgb(0%,0%,50%)/g' \
"$@"
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/assets/unsed.sh b/home/.themes/oomox-iceberg/gtk-3.0/assets/unsed.sh
index 947697f..8a4140c 100755
--- a/home/.themes/oomox-iceberg/gtk-3.0/assets/unsed.sh
+++ b/home/.themes/oomox-iceberg/gtk-3.0/assets/unsed.sh
@@ -1,11 +1,11 @@
#!/bin/sh
sed -i \
- -e 's/rgb(0%,0%,0%)/#c6c8d1/g' \
- -e 's/rgb(100%,100%,100%)/#161821/g' \
+ -e 's/rgb(0%,0%,0%)/#1e202f/g' \
+ -e 's/rgb(100%,100%,100%)/#c6c8d1/g' \
-e 's/rgb(50%,0%,0%)/#161821/g' \
-e 's/rgb(0%,50%,0%)/#84a0c6/g' \
-e 's/rgb(0%,50.196078%,0%)/#84a0c6/g' \
- -e 's/rgb(50%,0%,50%)/#c6c8d1/g' \
- -e 's/rgb(50.196078%,0%,50.196078%)/#c6c8d1/g' \
- -e 's/rgb(0%,0%,50%)/#161821/g' \
+ -e 's/rgb(50%,0%,50%)/#161821/g' \
+ -e 's/rgb(50.196078%,0%,50.196078%)/#161821/g' \
+ -e 's/rgb(0%,0%,50%)/#c6c8d1/g' \
"$@"
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk-dark.css b/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk-dark.css
index 6c3356f..81c87c8 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk-dark.css
+++ b/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk-dark.css
@@ -6,17 +6,17 @@
@define-color dark_bg_color #161821;
@define-color dark_fg_color #c6c8d1;
/* colormap actually used by the theme, to be overridden in other css files */
-@define-color theme_bg_color #161821;
-@define-color theme_fg_color #c6c8d1;
-@define-color theme_base_color #161821;
-@define-color theme_text_color #c6c8d1;
+@define-color theme_bg_color #c6c8d1;
+@define-color theme_fg_color #1e202f;
+@define-color theme_base_color #c6c8d1;
+@define-color theme_text_color #161821;
@define-color theme_selected_bg_color #84a0c6;
-@define-color theme_selected_fg_color #d2d4de;
-@define-color theme_tooltip_bg_color #c6c8d1;
-@define-color theme_tooltip_fg_color #161821;
+@define-color theme_selected_fg_color #161821;
+@define-color theme_tooltip_bg_color #1e202f;
+@define-color theme_tooltip_fg_color #c6c8d1;
/* shadow effects */
-@define-color light_shadow #171922;
-@define-color dark_shadow #24262d;
+@define-color light_shadow #c7c9d2;
+@define-color dark_shadow #060609;
/* misc colors used by gtk+ */
@define-color info_fg_color #161821;
@define-color info_bg_color #91acd1;
@@ -34,7 +34,7 @@
@define-color titlebar_bg_focused @dark_bg_color;
@define-color titlebar_bg_unfocused @theme_bg_color;
@define-color titlebar_fg_focused @dark_fg_color;
-@define-color titlebar_fg_unfocused mix(#c6c8d1,#161821,0.4);
+@define-color titlebar_fg_unfocused mix(#1e202f,#c6c8d1,0.4);
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @theme_bg_color;
@@ -52,15 +52,15 @@
@define-color lightdm_fg_color #c6c8d1;
/* window manager colors */
@define-color wm_bg_focused #161821;
-@define-color wm_bg_unfocused #161821;
+@define-color wm_bg_unfocused #c6c8d1;
@define-color wm_border_focused #84a0c6;
-@define-color wm_border_unfocused #161821;
+@define-color wm_border_unfocused #ada0d3;
@define-color wm_title_focused #c6c8d1;
-@define-color wm_title_unfocused mix(#c6c8d1,#161821,0.4);
+@define-color wm_title_unfocused mix(#1e202f,#c6c8d1,0.4);
@define-color wm_icons_focused #c6c8d1;
@define-color wm_icons_focused_prelight #84a0c6;
@define-color wm_icons_focused_pressed #577db1;
-@define-color wm_icons_unfocused mix(#c6c8d1,#161821,0.4);
+@define-color wm_icons_unfocused mix(#1e202f,#c6c8d1,0.4);
@define-color wm_icons_unfocused_prelight #84a0c6;
@define-color wm_icons_unfocused_pressed #577db1;
/**************
@@ -74,8 +74,8 @@
-GtkWindow-resize-grip-height: 0;
-GtkWindow-resize-grip-width: 0;
-WnckTasklist-fade-overlay-rect: 0;
- -GtkWidget-cursor-color: #161821;
- -GtkWidget-secondary-cursor-color: #161821;
+ -GtkWidget-cursor-color: #84a0c6;
+ -GtkWidget-secondary-cursor-color: #84a0c6;
-GtkWidget-cursor-aspect-ratio: 0.04;
outline-color: rgba(132, 160, 198, 0.5);
outline-style: dashed;
@@ -88,7 +88,7 @@
*************/
GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GtkLabel:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
* {
/* hyperlinks */
@@ -97,7 +97,7 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
-GtkWidget-link-color: #84a0c6;
-GtkWidget-visited-link-color: #84a0c6; }
*:insensitive, *:insensitive:insensitive {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
*:insensitive {
-gtk-image-effect: dim; }
*:hover {
@@ -106,35 +106,35 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
color: #84a0c6; }
.background {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #1e202f; }
.background:backdrop {
text-shadow: none;
icon-shadow: none; }
.background.csd {
- background-color: #161821; }
+ background-color: #c6c8d1; }
.gtkstyle-fallback {
- background-color: rgba(22, 24, 33, 0.5);
- color: #c6c8d1; }
+ background-color: rgba(198, 200, 209, 0.5);
+ color: #1e202f; }
.gtkstyle-fallback:hover {
- background-color: #181a24;
- color: #c6c8d1; }
+ background-color: #dddee3;
+ color: #1e202f; }
.gtkstyle-fallback:active {
- background-color: #14161e;
- color: #c6c8d1; }
+ background-color: #afb2bf;
+ color: #1e202f; }
.gtkstyle-fallback:insensitive {
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.5); }
+ background-color: #c5c7d1;
+ color: mix(#1e202f,#c6c8d1,0.5); }
GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive {
background-color: transparent; }
GtkLabel.separator {
- color: #c6c8d1; }
+ color: #1e202f; }
GtkLabel:insensitive {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
/*********
! Buttons
@@ -142,7 +142,7 @@ GtkLabel:insensitive {
NemoPathbarButton, column-header, .osd.button, .osd .button,
#XfceNotifyWindow.button,
#XfceNotifyWindow .button, .app-notification .button, .app-notification.frame .button, GtkModelButton.button, GtkModelButton.button:backdrop, GtkPopover .button, .error .button, .question .button, .warning .button, .info .button, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .suggested-action.button, .header-bar .button, .toolbar .button, .button.default, .button {
- padding: 3px 5px;
+ padding: 0px 2px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
@@ -219,104 +219,104 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
background-image: none;
box-shadow: none; }
.notebook tab .button:focus, .notebook tab .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .notebook tab .button.suggested-action:focus, .notebook tab .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .notebook tab .button.suggested-action:focus, .error .button.close:focus, .question .button.close:focus, .warning .button.close:focus, .info .button.close:focus, .notebook tab .button:hover, .notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .notebook tab .button.suggested-action:hover, .notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .notebook tab .button.suggested-action:hover, .error .button.close:hover, .question .button.close:hover, .warning .button.close:hover, .info .button.close:hover {
- border: 1px solid rgba(73, 76, 90, 0.3);
- background-color: rgba(23, 25, 35, 0.2);
+ border: 1px solid rgba(12, 13, 19, 0.3);
+ background-color: rgba(200, 201, 210, 0.2);
background-image: none;
box-shadow: none; }
.notebook tab .button:active, .notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .notebook tab .button.suggested-action:active, .notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .notebook tab .button.suggested-action:active, .error .button.close:active, .question .button.close:active, .warning .button.close:active, .info .button.close:active, .notebook tab .button:checked, .notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .notebook tab .button.suggested-action:checked, .notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .notebook tab .button.suggested-action:checked, .error .button.close:checked, .question .button.close:checked, .warning .button.close:checked, .info .button.close:checked {
- border: 1px solid rgba(73, 76, 90, 0.3);
- background-color: rgba(73, 76, 90, 0.1);
+ border: 1px solid rgba(12, 13, 19, 0.3);
+ background-color: rgba(12, 13, 19, 0.1);
background-image: none;
box-shadow: none; }
.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
background-color: #c6c8d1;
background-image: none;
- border-color: rgba(86, 90, 110, 0.22);
- color: #6b7089;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
border-color: #486c9c; }
.button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
- border-color: rgba(91, 95, 116, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
- border-color: rgba(86, 90, 110, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
border-color: rgba(198, 200, 209, 0);
- color: #6b7089;
+ color: #161821;
background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:hover {
background-color: #d1d3da;
background-image: none;
- border-color: rgba(86, 90, 110, 0.3);
- color: #6b7089;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.button:hover:focus, .button:hover:hover, .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.toolbar .button.suggested-action:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover {
border-color: #486c9c; }
.button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .button:hover:active:focus, .button.flat:hover:active:focus, .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .button:hover:checked:focus, .button.flat:hover:checked:focus, .button.flat:hover:active, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.button:hover:insensitive, .selection-mode.header-bar .button.suggested-action:hover:insensitive, .selection-mode.toolbar .button.suggested-action:hover:insensitive, .button.flat:hover:insensitive {
- border-color: rgba(91, 95, 116, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive {
- border-color: rgba(86, 90, 110, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button.flat:focus {
background-color: #d1d3da;
background-image: none;
- border-color: rgba(107, 112, 137, 0.22);
- color: #6b7089;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.button:focus:hover, .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.toolbar .button.suggested-action:focus:hover, .button.flat:focus:hover {
background-color: #dddee3;
background-image: none;
- border-color: rgba(86, 90, 110, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.button:focus:hover:hover, .button.flat:focus:hover:hover {
border-color: #486c9c; }
.button:focus:hover:active, .button.flat:focus:hover:active, .button.flat:focus:hover:active:focus, .button:focus:hover:checked, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.button:focus:hover:insensitive, .button.flat:focus:hover:insensitive {
- border-color: rgba(91, 95, 116, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(86, 90, 110, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button.flat:checked, .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(86, 90, 110, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(107, 112, 137, 0.06), inset 0 1px rgba(107, 112, 137, 0.07), inset -1px 0 rgba(107, 112, 137, 0.06), inset 0 -1px rgba(107, 112, 137, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
border-color: #486c9c; }
.button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive, .button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive {
- border-color: rgba(91, 95, 116, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.button:active:checked:insensitive, .button.flat:active:checked:insensitive {
- border-color: rgba(86, 90, 110, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:focus, .button.flat:hover {
- color: #6b7089; }
+ color: #161821; }
.button:insensitive:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#c6c8d1,#6b7089,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c6c8d1,#6b7089,0.6);
+ color: mix(#c6c8d1,#161821,0.6);
box-shadow: none; }
.button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive {
- color: mix(#c6c8d1,#6b7089,0.6); }
+ color: mix(#c6c8d1,#161821,0.6); }
.button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.button:active:insensitive:insensitive, .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(198, 200, 209, 0.9); }
@@ -325,157 +325,157 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
.button.default, .selection-mode.header-bar .default.button.suggested-action, .selection-mode.toolbar .default.button.suggested-action {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover {
border-color: #486c9c; }
.button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.button.default:insensitive, .selection-mode.header-bar .default.button.suggested-action:insensitive, .selection-mode.toolbar .default.button.suggested-action:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.button.default:active:insensitive, .button.default:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.button.default.flat, .selection-mode.header-bar .default.flat.button.suggested-action, .selection-mode.toolbar .default.flat.button.suggested-action {
border-color: rgba(132, 160, 198, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(132, 160, 198, 0);
background-image: none;
box-shadow: none; }
.button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover {
border-color: #486c9c; }
.button.default:hover:active, .button.default:hover:active:focus, .button.default.flat:hover:active:focus, .button.default:hover:checked, .button.default:hover:checked:focus, .button.default.flat:hover:checked:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.button.default:hover:insensitive, .button.default.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.button.default:focus:hover, .button.default.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.button.default:focus:hover:hover, .button.default.flat:focus:hover:hover {
border-color: #486c9c; }
.button.default:focus:hover:active, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:focus, .button.default:focus:hover:checked, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default.flat:checked, .button.default.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
border-color: #486c9c; }
.button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.button.default:active:checked:insensitive, .button.default.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:focus, .button.default.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
.button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
.button.default:active:insensitive, .button.default:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.button.default.separator, .selection-mode.header-bar .default.separator.button.suggested-action, .selection-mode.toolbar .default.separator.button.suggested-action, .button.default .separator, .selection-mode.header-bar .default.button.suggested-action .separator, .selection-mode.toolbar .default.button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(132, 160, 198, 0.9); }
.button.default.separator:insensitive, .button.default .separator:insensitive {
color: rgba(132, 160, 198, 0.85); }
.button.linked, .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .linked .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.button.linked:focus, .selection-mode.header-bar .linked.button.suggested-action:focus, .selection-mode.toolbar .linked.button.suggested-action:focus, .button.linked:hover, .selection-mode.header-bar .linked.button.suggested-action:hover, .selection-mode.toolbar .linked.button.suggested-action:hover, .linked .button:focus, .linked .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .linked .button.suggested-action:focus, .linked .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .linked .button.suggested-action:focus, .linked .button:hover, .linked .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .linked .button.suggested-action:hover, .linked .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .linked .button.suggested-action:hover {
- box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .linked .button.suggested-action:active, .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.button.linked:insensitive, .selection-mode.header-bar .linked.button.suggested-action:insensitive, .selection-mode.toolbar .linked.button.suggested-action:insensitive, .linked .button:insensitive, .linked .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .linked .button.suggested-action:insensitive, .linked .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .linked .button.suggested-action:insensitive {
box-shadow: inset -1px 0 #999dad; }
.button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.spinbutton .button, .spinbutton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton .button.suggested-action, .spinbutton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton .button.suggested-action {
- color: mix(#c6c8d1,#161821,0.4);
- padding: 3px 6px;
+ color: mix(#161821,#c6c8d1,0.4);
+ padding: 0px 0px;
border: 0;
border-radius: 0;
border-style: none;
background-color: transparent;
background-image: none;
- box-shadow: inset 1px 0 #14161e; }
+ box-shadow: inset 1px 0 #afb2bf; }
.spinbutton .button:insensitive, .spinbutton .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .spinbutton .button.suggested-action:insensitive, .spinbutton .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .spinbutton .button.suggested-action:insensitive {
- color: mix(#c6c8d1,#161821,0.7);
- box-shadow: inset 1px 0 #13141c; }
+ color: mix(#161821,#c6c8d1,0.7);
+ box-shadow: inset 1px 0 #a4a7b6; }
.spinbutton .button:active, .spinbutton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .spinbutton .button.suggested-action:active, .spinbutton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .spinbutton .button.suggested-action:active, .spinbutton .button:checked, .spinbutton .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .spinbutton .button.suggested-action:checked, .spinbutton .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .spinbutton .button.suggested-action:checked, .spinbutton .button:hover, .spinbutton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .spinbutton .button.suggested-action:hover, .spinbutton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .spinbutton .button.suggested-action:hover {
- color: #c6c8d1; }
+ color: #161821; }
.spinbutton .button:first-child, .spinbutton .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .spinbutton .button.suggested-action:first-child, .spinbutton .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .spinbutton .button.suggested-action:first-child {
border-radius: 4px 0 0 4px;
box-shadow: none; }
.spinbutton .button:last-child, .spinbutton .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .spinbutton .button.suggested-action:last-child, .spinbutton .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .spinbutton .button.suggested-action:last-child {
border-radius: 0 4px 4px 0; }
.spinbutton .button:dir(rtl), .spinbutton .selection-mode.header-bar .button.suggested-action:dir(rtl), .selection-mode.header-bar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .selection-mode.toolbar .button.suggested-action:dir(rtl), .selection-mode.toolbar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .linked > GtkComboBox > .button:dir(rtl) {
- box-shadow: inset -1px 0 #14161e; }
+ box-shadow: inset -1px 0 #afb2bf; }
.spinbutton.vertical .button, .spinbutton.vertical .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton.vertical .button.suggested-action, .spinbutton.vertical .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton.vertical .button.suggested-action {
- border: 1px solid #12131a;
+ border: 1px solid #999dad;
border-radius: 4px;
- background-color: #181a24;
+ background-color: #d8d9e0;
background-image: none;
- color: #c6c8d1;
+ color: #1e202f;
box-shadow: none; }
.spinbutton.vertical .button:hover {
- border-color: #0f1117;
- background-color: #181a24;
+ border-color: #82879a;
+ background-color: #dddee3;
background-image: none; }
.spinbutton.vertical .button:active, .spinbutton.vertical .button:checked {
- border-color: #12131a;
- background-color: #15171f;
+ border-color: #999dad;
+ background-color: #bbbdc8;
background-image: none; }
.spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover {
- border-color: #0f1117; }
+ border-color: #82879a; }
.spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus {
- border-color: #0f1117; }
+ border-color: #82879a; }
.spinbutton.vertical .button:insensitive {
- border-color: #13141c;
- background-color: #14161e;
+ border-color: #a4a7b6;
+ background-color: #afb2bf;
background-image: none; }
.spinbutton.vertical .button:first-child {
border-width: 1px;
@@ -496,7 +496,7 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
! ComboBoxes *
*******************/
GtkComboBox > .button, .selection-mode.header-bar GtkComboBox > .button.suggested-action, .selection-mode.toolbar GtkComboBox > .button.suggested-action {
- padding: 1px 4px;
+ padding: -2px 1px;
-GtkComboBox-arrow-scaling: .5;
-GtkComboBox-shadow-type: none; }
@@ -508,7 +508,7 @@ GtkComboBox .separator {
border-style: none; }
.linked > GtkComboBox menu menuitem {
- padding: 3px 5px; }
+ padding: 0px 2px; }
/*********
! Entry *
@@ -535,17 +535,17 @@ GtkComboBox .separator {
border-radius: 4px; }
GtkPopover .entry, .menuitem .entry, .entry {
- padding: 2px 3px;
+ padding: -1px 0px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
transition: border 150ms ease;
- box-shadow: inset 1px 1px rgba(36, 38, 45, 0.06), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 1px rgba(6, 6, 9, 0.06), inset -1px 0 rgba(6, 6, 9, 0.06); }
.entry:focus, .entry:hover, .entry:active {
transition: none; }
.entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.entry:insensitive {
box-shadow: none; }
.progressbar.entry {
@@ -553,29 +553,29 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
.image.left.entry {
- padding-right: 3px; }
+ padding-right: 0px; }
.entry {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: #12131a;
- color: #c6c8d1; }
+ border-color: #999dad;
+ color: #161821; }
.entry:focus, .entry:hover {
border-color: #486c9c; }
.entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus {
- border-color: #0f1117; }
+ border-color: #82879a; }
.entry:insensitive {
- border-color: #13141c; }
+ border-color: #a4a7b6; }
.entry:active:insensitive, .entry:checked:insensitive {
- border-color: #12131a; }
+ border-color: #999dad; }
.entry:focus, .entry:active {
border-color: #84a0c6; }
.entry:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#161821,0.5); }
/*********
! Buttons
@@ -593,150 +593,150 @@ GtkPopover .entry, .menuitem .entry, .entry {
! Toolbar
**********/
.toolbar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: #12131a;
- padding: 6px;
- color: #c6c8d1;
+ border-color: #999dad;
+ padding: 0px;
+ color: #1e202f;
padding: 2px;
border-style: none; }
.toolbar:focus, .toolbar:hover {
border-color: #486c9c; }
.toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus {
- border-color: #0f1117; }
+ border-color: #82879a; }
.toolbar:insensitive {
- border-color: #13141c; }
+ border-color: #a4a7b6; }
.toolbar:active:insensitive, .toolbar:checked:insensitive {
- border-color: #12131a; }
+ border-color: #999dad; }
.toolbar:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
.toolbar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.toolbar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
border-color: #486c9c; }
.toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
.toolbar .button:insensitive, .toolbar .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
.toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
.toolbar .button.flat, .toolbar .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .toolbar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
- border-color: rgba(22, 24, 33, 0);
- color: #c6c8d1;
- background-color: rgba(22, 24, 33, 0);
+ border-color: rgba(198, 200, 209, 0);
+ color: #1e202f;
+ background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
.toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:hover {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(24, 26, 38, 0.3);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover {
border-color: #486c9c; }
.toolbar .button:hover:active, .toolbar .button:hover:active:focus, .toolbar .button.flat:hover:active:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:focus, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
.toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
.toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
.toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button.flat:focus {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(198, 200, 209, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ border-color: rgba(30, 32, 47, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.toolbar .button:focus:hover, .toolbar .button.flat:focus:hover {
- background-color: #181a24;
+ background-color: #dddee3;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ border-color: rgba(24, 26, 38, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:hover {
border-color: #486c9c; }
.toolbar .button:focus:hover:active, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button:focus:hover:checked, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
.toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
.toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
.toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button.flat:checked, .toolbar .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(30, 32, 47, 0.06), inset 0 1px rgba(30, 32, 47, 0.07), inset -1px 0 rgba(30, 32, 47, 0.06), inset 0 -1px rgba(30, 32, 47, 0.05); }
.toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
border-color: #486c9c; }
.toolbar .button:checked:active, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .toolbar .button:checked:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .toolbar .button:active:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .toolbar .button:active:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .toolbar .button:active:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .toolbar .button.flat:active:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
.toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
.toolbar .button:active:checked:insensitive, .toolbar .button.flat:active:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
.toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
.toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#161821,#c6c8d1,0.6);
+ color: mix(#c6c8d1,#1e202f,0.6);
box-shadow: none; }
.toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#161821,#c6c8d1,0.6); }
+ color: mix(#c6c8d1,#1e202f,0.6); }
.toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.toolbar .button.separator, .toolbar .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .toolbar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .toolbar .button .separator, .toolbar .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .toolbar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
border: 1px solid currentColor;
- color: rgba(22, 24, 33, 0.9); }
+ color: rgba(198, 200, 209, 0.9); }
.toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive {
- color: rgba(22, 24, 33, 0.85); }
+ color: rgba(198, 200, 209, 0.85); }
.toolbar .button.linked, .toolbar .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.header-bar .toolbar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .toolbar .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .linked .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover {
- box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive {
- box-shadow: inset -1px 0 #12131a; }
+ box-shadow: inset -1px 0 #999dad; }
.toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.toolbar GtkComboBox, .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.toolbar GtkComboBox.text-button, .toolbar .button.text-button, .toolbar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .toolbar .text-button.button.suggested-action, .selection-mode.toolbar .text-button.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
.toolbar GtkComboBox.image-button, .toolbar .button.image-button, .toolbar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .toolbar .image-button.button.suggested-action, .selection-mode.toolbar .image-button.button.suggested-action {
- padding: 4px 2px 4px 3px; }
+ padding: 1px -1px 1px 0px; }
.toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive {
- color: #14161e;
+ color: #afb2bf;
border-color: currentColor;
-GtkWidget-window-dragging: true; }
.toolbar .menubar {
@@ -753,13 +753,13 @@ GtkPopover .entry, .menuitem .entry, .entry {
.toolbar GtkToolButton:insensitive .selection-mode.header-bar .flat.button.suggested-action,
.selection-mode.header-bar .toolbar GtkToolButton:insensitive .flat.button.suggested-action,
.selection-mode.toolbar GtkToolButton:insensitive .flat.button.suggested-action {
- background-color: #161821; }
+ background-color: #c6c8d1; }
.header-bar {
background-color: #161821;
background-image: none;
border-color: #12131a;
- padding: 6px;
+ padding: 0px;
color: #c6c8d1;
border-width: 0 0 1px;
border-style: solid; }
@@ -777,127 +777,127 @@ GtkPopover .entry, .menuitem .entry, .entry {
color: mix(#c6c8d1,#161821,0.5); }
.header-bar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.header-bar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover {
border-color: #486c9c; }
.header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
.header-bar .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .header-bar .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .header-bar .button.suggested-action:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
.header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
.header-bar .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .header-bar .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .header-bar .flat.button.suggested-action {
- border-color: rgba(22, 24, 33, 0);
- color: #c6c8d1;
- background-color: rgba(22, 24, 33, 0);
+ border-color: rgba(198, 200, 209, 0);
+ color: #1e202f;
+ background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
.header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:hover {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(24, 26, 38, 0.3);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover {
border-color: #486c9c; }
.header-bar .button:hover:active, .header-bar .button:hover:active:focus, .header-bar .button.flat:hover:active:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:focus, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
.header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
.header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
.header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button.flat:focus {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(198, 200, 209, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ border-color: rgba(30, 32, 47, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.header-bar .button:focus:hover, .header-bar .button.flat:focus:hover {
- background-color: #181a24;
+ background-color: #dddee3;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ border-color: rgba(24, 26, 38, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:hover {
border-color: #486c9c; }
.header-bar .button:focus:hover:active, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button:focus:hover:checked, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
.header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
.header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
.header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button.flat:checked, .header-bar .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(30, 32, 47, 0.06), inset 0 1px rgba(30, 32, 47, 0.07), inset -1px 0 rgba(30, 32, 47, 0.06), inset 0 -1px rgba(30, 32, 47, 0.05); }
.header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
border-color: #486c9c; }
.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active, .header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover, .header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:focus, .header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked, .header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover, .header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .header-bar .button.suggested-action:active:active, .header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover, .header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:focus, .header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover:focus, .header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked, .header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover, .header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:focus, .header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active, .header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked, .header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active, .header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover, .header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked, .header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
.header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
.header-bar .button:active:checked:insensitive, .header-bar .button.flat:active:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
.header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
.header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#161821,#c6c8d1,0.6);
+ color: mix(#c6c8d1,#1e202f,0.6);
box-shadow: none; }
.header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#161821,#c6c8d1,0.6); }
+ color: mix(#c6c8d1,#1e202f,0.6); }
.header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.header-bar .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .header-bar .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .header-bar .separator.button.suggested-action, .header-bar .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .header-bar .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .header-bar .button.suggested-action .separator {
border: 1px solid currentColor;
- color: rgba(22, 24, 33, 0.9); }
+ color: rgba(198, 200, 209, 0.9); }
.header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive {
- color: rgba(22, 24, 33, 0.85); }
+ color: rgba(198, 200, 209, 0.85); }
.header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .selection-mode.toolbar .linked.button.suggested-action, .selection-mode.toolbar .header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .header-bar .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .linked .button.suggested-action {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover {
- box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive {
- box-shadow: inset -1px 0 #12131a; }
+ box-shadow: inset -1px 0 #999dad; }
.header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.header-bar GtkComboBox, .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.header-bar GtkComboBox.text-button, .header-bar .button.text-button, .selection-mode.header-bar .text-button.button.suggested-action, .header-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .header-bar .text-button.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
.header-bar GtkComboBox.image-button, .header-bar .button.image-button, .selection-mode.header-bar .image-button.button.suggested-action, .header-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .header-bar .image-button.button.suggested-action {
- padding: 4px 2px 4px 3px; }
+ padding: 1px -1px 1px 0px; }
.header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive {
color: #14161e;
border-color: currentColor;
@@ -913,9 +913,9 @@ GtkPopover .entry, .menuitem .entry, .entry {
border-radius: 4px 4px 0 0;
color: #c6c8d1; }
.titlebar:backdrop {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- color: mix(#c6c8d1,#161821,0.4);
+ color: mix(#1e202f,#c6c8d1,0.4);
text-shadow: none; }
.titlebar.default-decoration {
border: 0;
@@ -925,7 +925,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
.titlebar .title {
font: bold; }
.titlebar .titlebutton {
- padding: 3px;
+ padding: 0px;
border: 0;
background-image: none;
background-color: transparent;
@@ -943,43 +943,43 @@ GtkPopover .entry, .menuitem .entry, .entry {
box-shadow: none; }
.titlebar .titlebutton:backdrop {
background: none;
- color: mix(#c6c8d1,#161821,0.4);
+ color: mix(#1e202f,#c6c8d1,0.4);
icon-shadow: none; }
/**************
! Action-bar *
***************/
.action-bar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- padding: 3px;
+ padding: 0px;
border-width: 1px 0 0;
border-style: solid;
- border-color: #12131a;
- color: #c6c8d1; }
+ border-color: #999dad;
+ color: #1e202f; }
.action-bar .button.text-button, .action-bar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .action-bar .text-button.button.suggested-action, .action-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .action-bar .text-button.button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.action-bar .button.image-button, .action-bar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .action-bar .image-button.button.suggested-action, .action-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .action-bar .image-button.button.suggested-action {
- padding: 4px; }
+ padding: 1px; }
.action-bar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.action-bar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
/***************
! Search bars *
****************/
.search-bar {
- background-color: #161820;
+ background-color: #c1c4cd;
background-image: none;
border-width: 0 0 1px;
border-style: solid;
- border-color: #12131a;
- color: #c6c8d1; }
+ border-color: #999dad;
+ color: #1e202f; }
.search-bar .button.close-button, .search-bar .selection-mode.header-bar .close-button.button.suggested-action, .selection-mode.header-bar .search-bar .close-button.button.suggested-action, .search-bar .selection-mode.toolbar .close-button.button.suggested-action, .selection-mode.toolbar .search-bar .close-button.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
/******************
! Action buttons *
@@ -987,91 +987,91 @@ GtkPopover .entry, .menuitem .entry, .entry {
.suggested-action.button, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button {
background-color: #c0ca8e;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover {
border-color: #486c9c; }
.suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.suggested-action.button:insensitive, .selection-mode.header-bar .suggested-action.button:insensitive, .selection-mode.toolbar .suggested-action.button:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.suggested-action.button.flat, .selection-mode.header-bar .suggested-action.flat.button, .selection-mode.toolbar .suggested-action.flat.button {
border-color: rgba(192, 202, 142, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(192, 202, 142, 0);
background-image: none;
box-shadow: none; }
.suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:hover {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover {
border-color: #486c9c; }
.suggested-action.button:hover:active, .suggested-action.button:hover:active:focus, .suggested-action.button.flat:hover:active:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:focus, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button.flat:focus {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover {
background-color: #cdd5a5;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:hover {
border-color: #486c9c; }
.suggested-action.button:focus:hover:active, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
border-color: #486c9c; }
.suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive {
- background-color: alpha(mix(#c0ca8e,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#c0ca8e,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c0ca8e,#d2d4de,0.6);
+ color: mix(#c0ca8e,#161821,0.6);
box-shadow: none; }
.suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive {
- color: mix(#c0ca8e,#d2d4de,0.6); }
+ color: mix(#c0ca8e,#161821,0.6); }
.suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.suggested-action.button.separator, .selection-mode.header-bar .suggested-action.separator.button, .selection-mode.toolbar .suggested-action.separator.button, .suggested-action.button .separator, .selection-mode.header-bar .suggested-action.button .separator, .selection-mode.toolbar .suggested-action.button .separator {
border: 1px solid currentColor;
color: rgba(192, 202, 142, 0.9); }
@@ -1081,91 +1081,91 @@ GtkPopover .entry, .menuitem .entry, .entry {
.destructive-action.button, .selection-mode.header-bar .destructive-action.button.suggested-action, .selection-mode.toolbar .destructive-action.button.suggested-action {
background-color: #e98989;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover {
border-color: #486c9c; }
.destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.destructive-action.button:insensitive, .selection-mode.header-bar .destructive-action.button.suggested-action:insensitive, .selection-mode.toolbar .destructive-action.button.suggested-action:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.destructive-action.button.flat, .selection-mode.header-bar .destructive-action.flat.button.suggested-action, .selection-mode.toolbar .destructive-action.flat.button.suggested-action {
border-color: rgba(233, 137, 137, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(233, 137, 137, 0);
background-image: none;
box-shadow: none; }
.destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:hover {
background-color: #ec9999;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover {
border-color: #486c9c; }
.destructive-action.button:hover:active, .destructive-action.button:hover:active:focus, .destructive-action.button.flat:hover:active:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:focus, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button.flat:focus {
background-color: #ec9999;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:hover {
border-color: #486c9c; }
.destructive-action.button:focus:hover:active, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
border-color: #486c9c; }
.destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive {
- background-color: alpha(mix(#e98989,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#e98989,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#e98989,#d2d4de,0.6);
+ color: mix(#e98989,#161821,0.6);
box-shadow: none; }
.destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive {
- color: mix(#e98989,#d2d4de,0.6); }
+ color: mix(#e98989,#161821,0.6); }
.destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.destructive-action.button.separator, .selection-mode.header-bar .destructive-action.separator.button.suggested-action, .selection-mode.toolbar .destructive-action.separator.button.suggested-action, .destructive-action.button .separator, .selection-mode.header-bar .destructive-action.button.suggested-action .separator, .selection-mode.toolbar .destructive-action.button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -1179,8 +1179,8 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-color: #84a0c6;
background-image: none;
border-color: #577db1;
- padding: 6px;
- color: #d2d4de; }
+ padding: 0px;
+ color: #161821; }
.selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover {
border-color: #486c9c; }
.selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus {
@@ -1192,130 +1192,130 @@ GtkPopover .entry, .menuitem .entry, .entry {
.selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive {
background-color: #6d8fbc;
background-image: none;
- color: mix(#d2d4de,#84a0c6,0.5); }
+ color: mix(#161821,#84a0c6,0.5); }
.selection-mode.header-bar .title, .selection-mode.toolbar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
.selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
.selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
.selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
- border-color: rgba(22, 24, 33, 0);
- color: #c6c8d1;
- background-color: rgba(22, 24, 33, 0);
+ border-color: rgba(198, 200, 209, 0);
+ color: #1e202f;
+ background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
.selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(24, 26, 38, 0.3);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
.selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
.selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(198, 200, 209, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ border-color: rgba(30, 32, 47, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
- background-color: #181a24;
+ background-color: #dddee3;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ border-color: rgba(24, 26, 38, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
.selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
.selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
.selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(30, 32, 47, 0.06), inset 0 1px rgba(30, 32, 47, 0.07), inset -1px 0 rgba(30, 32, 47, 0.06), inset 0 -1px rgba(30, 32, 47, 0.05); }
.selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
.selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
.selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
.selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
.selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#161821,#c6c8d1,0.6);
+ color: mix(#c6c8d1,#1e202f,0.6);
box-shadow: none; }
.selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#161821,#c6c8d1,0.6); }
+ color: mix(#c6c8d1,#1e202f,0.6); }
.selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
border: 1px solid currentColor;
- color: rgba(22, 24, 33, 0.9); }
+ color: rgba(198, 200, 209, 0.9); }
.selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
- color: rgba(22, 24, 33, 0.85); }
+ color: rgba(198, 200, 209, 0.85); }
.selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover {
- box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: inset -1px 0 #486c9c, 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive {
- box-shadow: inset -1px 0 #12131a; }
+ box-shadow: inset -1px 0 #999dad; }
.selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button {
- padding: 3px; }
+ padding: 0px; }
.selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button {
- padding: 4px 2px 4px 3px; }
+ padding: 1px -1px 1px 0px; }
.selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive {
color: #6d8fbc;
border-color: currentColor;
@@ -1325,91 +1325,91 @@ GtkPopover .entry, .menuitem .entry, .entry {
.selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
border-color: rgba(132, 160, 198, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(132, 160, 198, 0);
background-image: none;
box-shadow: none; }
.selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
border-color: #486c9c; }
.selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
.selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
.selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
border: 1px solid currentColor;
color: rgba(132, 160, 198, 0.9); }
@@ -1428,7 +1428,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
color: #496d9e; }
.selection-mode.toolbar {
- padding: 3px; }
+ padding: 0px; }
/**********
! Calendar
@@ -1437,14 +1437,14 @@ GtkCalendar {
padding: 1px 3px;
outline-offset: -1px; }
GtkCalendar:inconsistent {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
background-color: transparent;
background-image: none;
border-width: 0;
border-radius: 0; }
GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
- color: #171923;
+ color: #c8c9d2;
border-width: 0;
box-shadow: none; }
GtkCalendar.highlight {
@@ -1452,19 +1452,19 @@ GtkCalendar {
/* gnome-calendar */
.calendar-view {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
/***************
! Color chooser
****************/
GtkColorSwatch, GtkColorSwatch:selected {
- border: 1px solid rgba(73, 76, 90, 0.1);
+ border: 1px solid rgba(12, 13, 19, 0.1);
border-radius: 4px;
background-color: transparent;
background-clip: border-box; }
GtkColorSwatch:hover, GtkColorSwatch:selected:hover {
- border-color: rgba(73, 76, 90, 0.3); }
+ border-color: rgba(12, 13, 19, 0.3); }
GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover {
background-image: none; }
@@ -1492,17 +1492,17 @@ GtkColorEditor GtkColorSwatch {
border-radius: 4px; }
GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover {
background-image: none;
- border-color: rgba(73, 76, 90, 0.3); }
+ border-color: rgba(12, 13, 19, 0.3); }
GtkColorChooserWidget #add-color-button {
background-clip: padding-box;
- border-color: rgba(73, 76, 90, 0.1);
- background-color: #15171f;
- color: #c6c8d1; }
+ border-color: rgba(12, 13, 19, 0.1);
+ background-color: #bbbdc8;
+ color: #1e202f; }
GtkColorChooserWidget #add-color-button:hover {
- border-color: rgba(73, 76, 90, 0.3);
- background-color: #14161e;
- color: #c6c8d1; }
+ border-color: rgba(12, 13, 19, 0.3);
+ background-color: #afb2bf;
+ color: #1e202f; }
.color-active-badge, .color-active-badge:selected {
border-width: 2px;
@@ -1510,15 +1510,15 @@ GtkColorChooserWidget #add-color-button {
background-color: transparent; }
.color-active-badge.color-light, .color-active-badge.color-light:hover {
- border-color: rgba(73, 76, 90, 0.3);
- color: rgba(73, 76, 90, 0.3); }
+ border-color: rgba(12, 13, 19, 0.3);
+ color: rgba(12, 13, 19, 0.3); }
.color-active-badge.color-dark, .color-active-badge.color-dark:hover {
- border-color: rgba(23, 25, 35, 0.3);
- color: rgba(23, 25, 35, 0.3); }
+ border-color: rgba(200, 201, 210, 0.3);
+ color: rgba(200, 201, 210, 0.3); }
GtkColorButton.button, .selection-mode.header-bar GtkColorButton.button.suggested-action, .selection-mode.toolbar GtkColorButton.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
/***********************
! Font and file choosers
@@ -1541,36 +1541,36 @@ GtkFileChooser {
border-width: 0 1px 0 0;
border-style: solid;
border-color: currentColor;
- background-color: #161821;
- color: #14161e; }
+ background-color: #c6c8d1;
+ color: #afb2bf; }
GtkFileChooser .dialog-action-box {
border-width: 1px 0 0;
border-style: solid;
- border-color: #0f1117; }
+ border-color: #82879a; }
/******************
! Grid and flowbox
*******************/
.list {
- background-color: #151720;
- color: #c6c8d1; }
+ background-color: #bfc1cc;
+ color: #1e202f; }
.list-row, .list-row.button, .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.toolbar .list-row.button.suggested-action {
border: 0;
border-radius: 0;
- padding: 3px;
+ padding: 0px;
background-image: none;
- background-color: rgba(22, 24, 33, 0);
+ background-color: rgba(198, 200, 209, 0);
box-shadow: none; }
.list-row:hover, .list-row.button:hover, .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.toolbar .list-row.button.suggested-action:hover {
background-image: none;
- background-color: #161822; }
+ background-color: #cbccd5; }
.list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .selection-mode.header-bar .list-row.button.suggested-action:selected, .selection-mode.toolbar .list-row.button.suggested-action:selected, .list-row.button:selected:hover, .list-row.button:selected:focus {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.grid-child, GtkFlowBox .grid-child {
- padding: 3px;
+ padding: 0px;
border-radius: 4px; }
.grid-child:selected, GtkFlowBox .grid-child:selected {
outline-offset: -2px; }
@@ -1597,7 +1597,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover {
border-color: #486c9c; }
.info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .info .suggested-action.button:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active, .info .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .info .suggested-action.button:active, .info .button:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:hover, .info .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .button:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:focus, .info .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .button:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:hover:focus, .info .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .info .suggested-action.button:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover:focus, .info .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .info .suggested-action.button:active:hover:focus, .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .info .suggested-action.button:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked, .info .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .info .suggested-action.button:checked, .info .button:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:hover, .info .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .button:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:focus, .info .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .button:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:hover:focus, .info .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .info .suggested-action.button:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover:focus, .info .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .info .suggested-action.button:checked:hover:focus {
@@ -1617,7 +1617,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover {
border-color: #486c9c; }
.info .button:hover:active, .info .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .info .button.suggested-action:hover:active, .info .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .info .button.suggested-action:hover:active, .info .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .button:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .button:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .button:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .button:hover:checked, .info .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .info .button.suggested-action:hover:checked, .info .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .info .button.suggested-action:hover:checked, .info .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .button:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .button:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .button.flat:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .button.flat:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .button.flat:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .button.flat:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .button.flat:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1631,12 +1631,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.info .button:focus:hover, .info .button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.info .button:focus:hover:hover, .info .button.flat:focus:hover:hover {
border-color: #486c9c; }
.info .button:focus:hover:active, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .button:focus:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1649,7 +1649,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.info .button:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:focus, .info .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .button:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:hover, .info .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .button:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:focus, .info .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .button:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:hover, .info .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .button.flat:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .button.flat:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .button.flat:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .button.flat:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:active:hover {
border-color: #486c9c; }
@@ -1662,7 +1662,7 @@ GtkInfoBar {
.info .button:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:focus, .info .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .button:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:hover, .info .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .button:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:focus, .info .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .button:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:hover, .info .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .button.flat:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .button.flat:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .button.flat:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .button.flat:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:focus, .info .button.flat:hover {
color: #161821; }
.info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive {
@@ -1676,10 +1676,10 @@ GtkInfoBar {
.info .button:active:insensitive, .info .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.info .button.separator, .info .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .info .separator.button.suggested-action, .info .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .info .separator.button.suggested-action, .info .button .separator, .info .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .info .button.suggested-action .separator, .info .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .info .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -1696,7 +1696,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover {
border-color: #486c9c; }
.warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .warning .suggested-action.button:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active, .warning .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .warning .suggested-action.button:active, .warning .button:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:hover, .warning .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .button:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:focus, .warning .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .button:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:active:hover:focus, .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .warning .suggested-action.button:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked, .warning .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .warning .suggested-action.button:checked, .warning .button:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .button:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .button:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:hover:focus {
@@ -1716,7 +1716,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover {
border-color: #486c9c; }
.warning .button:hover:active, .warning .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .warning .button.suggested-action:hover:active, .warning .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .warning .button.suggested-action:hover:active, .warning .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .button:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .button:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .button:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:hover:checked, .warning .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .button:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .button.flat:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .button.flat:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1730,12 +1730,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.warning .button:focus:hover, .warning .button.flat:focus:hover {
background-color: #efc6a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.warning .button:focus:hover:hover, .warning .button.flat:focus:hover:hover {
border-color: #486c9c; }
.warning .button:focus:hover:active, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1748,7 +1748,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.warning .button:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .button:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .button:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:focus, .warning .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .button:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:hover, .warning .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .button.flat:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .button.flat:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .button.flat:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .button.flat:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover {
border-color: #486c9c; }
@@ -1761,7 +1761,7 @@ GtkInfoBar {
.warning .button:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .button:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .button:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:focus, .warning .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .button:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:hover, .warning .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .button.flat:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .button.flat:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .button.flat:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .button.flat:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:focus, .warning .button.flat:hover {
color: #161821; }
.warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive {
@@ -1775,10 +1775,10 @@ GtkInfoBar {
.warning .button:active:insensitive, .warning .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.warning .button.separator, .warning .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .warning .separator.button.suggested-action, .warning .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .warning .separator.button.suggested-action, .warning .button .separator, .warning .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .warning .button.suggested-action .separator, .warning .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .warning .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(233, 177, 137, 0.9); }
@@ -1795,7 +1795,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover {
border-color: #486c9c; }
.question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .question .suggested-action.button:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active, .question .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .question .suggested-action.button:active, .question .button:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:hover, .question .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .button:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:focus, .question .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .button:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:hover:focus, .question .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .question .suggested-action.button:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover:focus, .question .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .question .suggested-action.button:active:hover:focus, .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .question .suggested-action.button:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked, .question .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .question .suggested-action.button:checked, .question .button:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:hover, .question .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .button:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:focus, .question .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .button:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:hover:focus, .question .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .question .suggested-action.button:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover:focus, .question .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .question .suggested-action.button:checked:hover:focus {
@@ -1815,7 +1815,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover {
border-color: #486c9c; }
.question .button:hover:active, .question .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .question .button.suggested-action:hover:active, .question .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .question .button.suggested-action:hover:active, .question .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .button:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .button:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .button:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .button:hover:checked, .question .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .question .button.suggested-action:hover:checked, .question .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .question .button.suggested-action:hover:checked, .question .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .button:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .button:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .button.flat:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .button.flat:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .button.flat:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .button.flat:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .button.flat:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1829,12 +1829,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.question .button:focus:hover, .question .button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.question .button:focus:hover:hover, .question .button.flat:focus:hover:hover {
border-color: #486c9c; }
.question .button:focus:hover:active, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .button:focus:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1847,7 +1847,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.question .button:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:focus, .question .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .button:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:hover, .question .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .button:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:focus, .question .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .button:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:hover, .question .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .button.flat:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .button.flat:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .button.flat:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .button.flat:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:active:hover {
border-color: #486c9c; }
@@ -1860,7 +1860,7 @@ GtkInfoBar {
.question .button:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:focus, .question .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .button:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:hover, .question .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .button:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:focus, .question .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .button:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:hover, .question .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .button.flat:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .button.flat:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .button.flat:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .button.flat:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:focus, .question .button.flat:hover {
color: #161821; }
.question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive {
@@ -1874,10 +1874,10 @@ GtkInfoBar {
.question .button:active:insensitive, .question .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.question .button.separator, .question .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .question .separator.button.suggested-action, .question .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .question .separator.button.suggested-action, .question .button .separator, .question .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .question .button.suggested-action .separator, .question .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .question .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -1894,7 +1894,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover {
border-color: #486c9c; }
.error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .error .suggested-action.button:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active, .error .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .error .suggested-action.button:active, .error .button:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:hover, .error .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .button:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:focus, .error .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .button:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:hover:focus, .error .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .error .suggested-action.button:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover:focus, .error .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .error .suggested-action.button:active:hover:focus, .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .error .suggested-action.button:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked, .error .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .error .suggested-action.button:checked, .error .button:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:hover, .error .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .button:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:focus, .error .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .button:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:hover:focus, .error .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .error .suggested-action.button:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover:focus, .error .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .error .suggested-action.button:checked:hover:focus {
@@ -1914,7 +1914,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover {
border-color: #486c9c; }
.error .button:hover:active, .error .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .error .button.suggested-action:hover:active, .error .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .error .button.suggested-action:hover:active, .error .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .button:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .button:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .button:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .button:hover:checked, .error .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .error .button.suggested-action:hover:checked, .error .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .error .button.suggested-action:hover:checked, .error .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .button:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .button:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .button.flat:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .button.flat:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .button.flat:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .button.flat:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .button.flat:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1928,12 +1928,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.error .button:focus:hover, .error .button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.error .button:focus:hover:hover, .error .button.flat:focus:hover:hover {
border-color: #486c9c; }
.error .button:focus:hover:active, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .button:focus:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1946,7 +1946,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.error .button:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:focus, .error .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .button:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:hover, .error .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .button:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:focus, .error .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .button:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:hover, .error .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .button.flat:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .button.flat:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .button.flat:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .button.flat:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:active:hover {
border-color: #486c9c; }
@@ -1959,7 +1959,7 @@ GtkInfoBar {
.error .button:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:focus, .error .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .button:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:hover, .error .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .button:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:focus, .error .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .button:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:hover, .error .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .button.flat:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .button.flat:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .button.flat:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .button.flat:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:focus, .error .button.flat:hover {
color: #161821; }
.error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive {
@@ -1973,10 +1973,10 @@ GtkInfoBar {
.error .button:active:insensitive, .error .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.error .button.separator, .error .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .error .separator.button.suggested-action, .error .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .error .separator.button.suggested-action, .error .button .separator, .error .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .error .button.suggested-action .separator, .error .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .error .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -2008,17 +2008,17 @@ GtkInfoBar {
border-radius: 4px; }
GtkPopover .entry, .menuitem .entry, .entry {
- padding: 2px 3px;
+ padding: -1px 0px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
transition: border 150ms ease;
- box-shadow: inset 1px 1px rgba(36, 38, 45, 0.06), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 1px rgba(6, 6, 9, 0.06), inset -1px 0 rgba(6, 6, 9, 0.06); }
.entry:focus, .entry:hover, .entry:active {
transition: none; }
.entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.entry:insensitive {
box-shadow: none; }
.progressbar.entry {
@@ -2026,9 +2026,9 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
.image.left.entry {
- padding-right: 3px; }
+ padding-right: 0px; }
/*********
! Menubar
@@ -2040,7 +2040,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-image: none;
color: #c6c8d1; }
.menubar.menuitem, .menubar .menuitem {
- padding: 5px 7px;
+ padding: 2px 4px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
@@ -2062,7 +2062,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu {
background-color: #161821;
- margin: 3px; }
+ margin: 0px; }
#toolbar-popup, .menu {
padding: 0;
@@ -2085,8 +2085,8 @@ GtkTreeMenu .menuitem {
border-width: 0; }
.menuitem, .menu .menuitem {
- margin: 3px;
- padding: 5px 7px;
+ margin: 0px;
+ padding: 2px 4px;
border: 0;
border-radius: 0;
background-color: transparent;
@@ -2096,9 +2096,9 @@ GtkTreeMenu .menuitem {
border: 0;
background-color: #84a0c6;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover {
- color: #d2d4de; }
+ color: #161821; }
.menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive {
color: mix(#c6c8d1,#161821,0.5); }
@@ -2125,7 +2125,7 @@ GtkTreeMenu .menuitem {
.menuitem.button:hover, .selection-mode.header-bar .menuitem.button.suggested-action:hover, .selection-mode.toolbar .menuitem.button.suggested-action:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .selection-mode.header-bar .menuitem.button.suggested-action:selected, .selection-mode.toolbar .menuitem.button.suggested-action:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.menuitem GtkCalendar:inconsistent {
color: mix(#c6c8d1,#161821,0.5); }
@@ -2138,7 +2138,7 @@ GtkTreeMenu .menuitem {
.menuitem .accelerator {
color: rgba(198, 200, 209, 0.6); }
.menuitem .accelerator:hover {
- color: rgba(210, 212, 222, 0.8); }
+ color: rgba(22, 24, 33, 0.8); }
.menuitem .accelerator:insensitive {
color: alpha(mix(#c6c8d1,#161821,0.5),0.4); }
@@ -2163,7 +2163,7 @@ GtkTreeMenu .menuitem {
color: mix(#161821,#c6c8d1,0.5); }
GtkModelMenuItem GtkBox GtkImage {
- padding-right: 3px; }
+ padding-right: 0px; }
/*********
! Popover
@@ -2171,7 +2171,7 @@ GtkModelMenuItem GtkBox GtkImage {
GtkPopover {
border-color: #12131a;
margin: 10px;
- padding: 3px;
+ padding: 0px;
border-radius: 4px;
border-width: 1px;
border-style: solid;
@@ -2179,7 +2179,7 @@ GtkPopover {
background-color: #161821;
background-image: none;
color: #c6c8d1;
- box-shadow: 0 3px 6px rgba(73, 76, 90, 0.16); }
+ box-shadow: 0 3px 6px rgba(12, 13, 19, 0.16); }
GtkPopover:focus, GtkPopover:hover {
border-color: #486c9c; }
GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus {
@@ -2195,7 +2195,7 @@ GtkPopover {
GtkPopover:backdrop {
box-shadow: none; }
GtkPopover.osd {
- box-shadow: 0 2px 7px 3px rgba(73, 76, 90, 0.5); }
+ box-shadow: 0 2px 7px 3px rgba(12, 13, 19, 0.5); }
GtkPopover.osd > .toolbar .button, GtkPopover.osd > .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover.osd > .toolbar .button.suggested-action, GtkPopover.osd > .toolbar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover.osd > .toolbar .button.suggested-action {
border-radius: 0;
border-width: 0;
@@ -2208,7 +2208,7 @@ GtkPopover {
GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
GtkPopover .list-row, GtkPopover .list-row.button, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action {
background-color: transparent;
background-image: none;
@@ -2216,35 +2216,35 @@ GtkPopover {
GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:focus, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:focus, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .list-row.button:hover, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:hover, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .list-row.button:active, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:active, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:active, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:active, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:active {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
GtkPopover .frame {
border-color: #12131a;
border-radius: 4px; }
GtkPopover .entry {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: #12131a;
- color: #c6c8d1; }
+ border-color: #999dad;
+ color: #161821; }
GtkPopover .entry:focus, GtkPopover .entry:hover {
border-color: #486c9c; }
GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus {
- border-color: #0f1117; }
+ border-color: #82879a; }
GtkPopover .entry:insensitive {
- border-color: #13141c; }
+ border-color: #a4a7b6; }
GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive {
- border-color: #12131a; }
+ border-color: #999dad; }
GtkPopover .entry:focus, GtkPopover .entry:active {
border-color: #84a0c6; }
GtkPopover .entry:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#161821,0.5); }
GtkPopover .button, GtkPopover .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover .button.suggested-action, GtkPopover .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover .button.suggested-action {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover {
border-color: #486c9c; }
GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar GtkPopover .suggested-action.button:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active, GtkPopover .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar GtkPopover .suggested-action.button:active, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar GtkPopover .suggested-action.button:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked, GtkPopover .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar GtkPopover .suggested-action.button:checked, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .button:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover:focus {
@@ -2264,7 +2264,7 @@ GtkPopover {
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover {
border-color: #486c9c; }
GtkPopover .button:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus {
@@ -2278,12 +2278,12 @@ GtkPopover {
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
GtkPopover .button:focus:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover, GtkPopover .button.flat:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:hover {
border-color: #486c9c; }
GtkPopover .button:focus:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -2296,7 +2296,7 @@ GtkPopover {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .button.flat:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover {
border-color: #486c9c; }
@@ -2309,7 +2309,7 @@ GtkPopover {
GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .button.flat:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover {
color: #c6c8d1; }
GtkPopover .button:insensitive:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive {
@@ -2323,10 +2323,10 @@ GtkPopover {
GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
GtkPopover .button.separator, GtkPopover .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar GtkPopover .separator.button.suggested-action, GtkPopover .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar GtkPopover .separator.button.suggested-action, GtkPopover .button .separator, GtkPopover .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar GtkPopover .button.suggested-action .separator, GtkPopover .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar GtkPopover .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -2346,7 +2346,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-image: none;
border-color: shade(alpha(currentColor,0.32),0.8);
color: currentColor;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover {
border-color: #486c9c; }
GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:active, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, GtkModelButton.button:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover:focus, GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, GtkModelButton.button:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover:focus, GtkModelButton.button:backdrop:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus {
@@ -2366,7 +2366,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-image: none;
border-color: shade(alpha(currentColor,0.4),0.8);
color: currentColor;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button.flat:backdrop:hover:focus, GtkModelButton.button.flat:backdrop:hover:hover {
border-color: #486c9c; }
GtkModelButton.button:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, GtkModelButton.button:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, GtkModelButton.button:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, GtkModelButton.button:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, GtkModelButton.button.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, GtkModelButton.button.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, GtkModelButton.button.flat:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, GtkModelButton.button.flat:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, GtkModelButton.button.flat:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, GtkModelButton.button.flat:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, GtkModelButton.button.flat:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, GtkModelButton.button.flat:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, GtkModelButton.button.flat:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, GtkModelButton.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus {
@@ -2380,12 +2380,12 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-image: none;
border-color: alpha(currentColor,0.32);
color: currentColor;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
GtkModelButton.button:focus:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button.flat:backdrop:focus:hover {
background-color: rgba(0, 0, 0, 0);
background-image: none;
border-color: shade(alpha(currentColor,0.4),0.8);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button.flat:backdrop:focus:hover:hover {
border-color: #486c9c; }
GtkModelButton.button:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button.flat:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, GtkModelButton.button.flat:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, GtkModelButton.button.flat:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, GtkModelButton.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, GtkModelButton.button.flat:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, GtkModelButton.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, GtkModelButton.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, GtkModelButton.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus {
@@ -2398,7 +2398,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-color: #84a0c6;
background-image: none;
border-color: shade(alpha(currentColor,0.32),0.8);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); }
GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, GtkModelButton.button.flat:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, GtkModelButton.button.flat:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, GtkModelButton.button.flat:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, GtkModelButton.button.flat:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, GtkModelButton.button:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, GtkModelButton.button.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, GtkModelButton.button.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, GtkModelButton.button.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, GtkModelButton.button.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover {
border-color: #486c9c; }
@@ -2411,7 +2411,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, GtkModelButton.button.flat:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, GtkModelButton.button.flat:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, GtkModelButton.button.flat:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, GtkModelButton.button.flat:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, GtkModelButton.button:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, GtkModelButton.button.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, GtkModelButton.button.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, GtkModelButton.button.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, GtkModelButton.button.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button.flat:backdrop:focus, GtkModelButton.button.flat:backdrop:hover {
color: currentColor; }
GtkModelButton.button:insensitive:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button.flat:backdrop:insensitive:insensitive {
@@ -2425,10 +2425,10 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
GtkModelButton.button.separator, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action, GtkModelButton.button .separator, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator, GtkModelButton.button.separator:backdrop, GtkModelButton.button:backdrop .separator {
border: 1px solid currentColor;
color: rgba(0, 0, 0, 0); }
@@ -2437,7 +2437,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:selected, .selection-mode.header-bar GtkModelButton.button.suggested-action:selected, .selection-mode.toolbar GtkModelButton.button.suggested-action:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button.flat:backdrop:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de;
+ color: #161821;
box-shadow: none; }
GtkModelButton.button.flat:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked, GtkModelButton.button.flat:backdrop:checked {
box-shadow: none; }
@@ -2455,11 +2455,11 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
! Tooltip *
************/
.tooltip.background {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
border: 0;
border-radius: 4px;
- color: #161821; }
+ color: #c6c8d1; }
.tooltip * {
background-color: transparent;
@@ -2469,9 +2469,9 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
! Dialogs *
************/
GtkMessageDialog, .message-dialog, .prompt {
- -GtkDialog-content-area-border: 3px;
- -GtkDialog-action-area-border: 3px;
- -GtkDialog-button-spacing: 3px;
+ -GtkDialog-content-area-border: 0px;
+ -GtkDialog-action-area-border: 0px;
+ -GtkDialog-button-spacing: 0px;
margin: 0;
padding: 0; }
@@ -2483,7 +2483,7 @@ GtkMessageDialog, .message-dialog, .prompt {
border-color: rgba(18, 19, 26, 0.8);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
- padding: 6px;
+ padding: 0px;
background-color: rgba(22, 24, 33, 0.8);
background-image: none;
color: #c6c8d1; }
@@ -2492,7 +2492,7 @@ GtkMessageDialog, .message-dialog, .prompt {
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover {
border-color: #486c9c; }
.app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus {
@@ -2512,7 +2512,7 @@ GtkMessageDialog, .message-dialog, .prompt {
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.app-notification .button:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:focus, .app-notification .button:hover:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .button.flat:hover:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .button.flat:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:hover {
border-color: #486c9c; }
.app-notification .button:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .button:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus {
@@ -2526,12 +2526,12 @@ GtkMessageDialog, .message-dialog, .prompt {
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.app-notification .button:focus:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .button:focus:hover:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:hover, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .button.flat:focus:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .button.flat:focus:hover:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .button:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .button.flat:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:hover {
border-color: #486c9c; }
.app-notification .button:focus:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -2544,7 +2544,7 @@ GtkMessageDialog, .message-dialog, .prompt {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover {
border-color: #486c9c; }
@@ -2557,7 +2557,7 @@ GtkMessageDialog, .message-dialog, .prompt {
.app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover, .app-notification .button.flat:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus, .app-notification .button.flat:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover, .app-notification.frame .button:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .button:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .button.flat:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover {
color: #c6c8d1; }
.app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive {
@@ -2571,10 +2571,10 @@ GtkMessageDialog, .message-dialog, .prompt {
.app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.app-notification .button.separator, .app-notification .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .app-notification .separator.button.suggested-action, .app-notification .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .app-notification .separator.button.suggested-action, .app-notification .button .separator, .app-notification .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .app-notification .button.suggested-action .separator, .app-notification .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .app-notification .button.suggested-action .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.7); }
@@ -2585,7 +2585,7 @@ GtkMessageDialog, .message-dialog, .prompt {
! Expanders *
**************/
GtkExpander {
- padding: 3px;
+ padding: 0px;
outline-offset: 1px; }
.expander {
@@ -2606,17 +2606,17 @@ GtkExpander {
.image:hover {
color: alpha(currentColor,0.9); }
.image:selected, .image:selected:hover {
- color: #d2d4de; }
+ color: #161821; }
/****************
! Floating bar *
*****************/
.floating-bar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border: 1px solid #12131a;
+ border: 1px solid #999dad;
border-radius: 4px;
- color: #c6c8d1; }
+ color: #1e202f; }
.floating-bar.top {
border-top-width: 0;
border-top-right-radius: 0;
@@ -2655,21 +2655,21 @@ GtkBubbleWindow {
! Font-viewer *
****************/
SushiFontWidget {
- padding: 3px 6px; }
+ padding: 0px 0px; }
/*************
! Gucharmap *
**************/
GucharmapChartable {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
/*************
! Evolution *
**************/
EPreviewPane .entry {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
/*******************
! Gnome Bluetooth *
@@ -2694,12 +2694,12 @@ GtkLabel.pin-label {
.notebook {
padding: 0;
border-style: solid;
- border-color: #12131a;
+ border-color: #999dad;
border-radius: 0;
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
background-clip: border-box;
- color: #c6c8d1;
+ color: #161821;
-GtkNotebook-initial-gap: 0;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
@@ -2718,17 +2718,17 @@ GtkLabel.pin-label {
background-color: transparent; }
.notebook GtkViewport {
border-width: 0;
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
.notebook tab {
- padding: 4px 6px;
+ padding: 1px 0px;
border-style: solid;
- border-color: #0e0f15;
- background-color: #12131a;
+ border-color: #757a90;
+ background-color: #999dad;
background-image: none;
/* close button styling */ }
.notebook tab:active {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none; }
.notebook tab.top {
border-width: 2px 1px 1px;
@@ -2763,22 +2763,22 @@ GtkLabel.pin-label {
border-left-color: #84a0c6;
border-right-width: 0; }
.notebook tab GtkLabel {
- color: mix(#c6c8d1,#161821,0.3); }
+ color: mix(#161821,#c6c8d1,0.3); }
.notebook tab.reorderable-page:hover {
- background-color: #13141c;
+ background-color: #a4a7b6;
border-left: 0;
border-right: 0;
/* using box shadows instead of borders due to slanted edges */
- box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #0f1117, inset -1px 0 #0f1117; }
+ box-shadow: inset 0 3px rgba(12, 13, 19, 0.03), inset 0 2px rgba(12, 13, 19, 0.03), inset 0 1px rgba(12, 13, 19, 0.03), inset 1px 0 #82879a, inset -1px 0 #82879a; }
.notebook tab.reorderable-page:active {
- background-color: #14161e;
+ background-color: #afb2bf;
border-left: 0;
border-right: 0;
- box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #111219, inset -1px 0 #111219; }
+ box-shadow: inset 0 3px rgba(12, 13, 19, 0.03), inset 0 2px rgba(12, 13, 19, 0.03), inset 0 1px rgba(12, 13, 19, 0.03), inset 1px 0 #8e92a4, inset -1px 0 #8e92a4; }
.notebook .prelight-page, .notebook .prelight-page GtkLabel {
- color: mix(#c6c8d1,#161821,0.15); }
+ color: mix(#161821,#c6c8d1,0.15); }
.notebook .active-page, .notebook .active-page GtkLabel {
- color: #c6c8d1; }
+ color: #161821; }
/*********
! Buttons
@@ -2811,7 +2811,7 @@ GtkOverlay.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover,
#XfceNotifyWindow.button:focus,
#XfceNotifyWindow.button:hover,
@@ -3007,7 +3007,7 @@ GtkOverlay.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.osd.button:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:focus, .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .osd.button:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:hover, .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .osd.button.flat:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .osd.button.flat:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .osd .button:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:focus, .osd .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .button:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:hover, .osd .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .button.flat:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .button.flat:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover,
#XfceNotifyWindow.button:hover:focus,
.selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:focus,
@@ -3509,7 +3509,7 @@ GtkOverlay.osd {
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover,
#XfceNotifyWindow.button:focus:hover,
#XfceNotifyWindow.button.flat:focus:hover,
@@ -3518,7 +3518,7 @@ GtkOverlay.osd {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.osd.button:focus:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .osd.button:focus:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .osd.button.flat:focus:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .osd .button:focus:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .button.flat:focus:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover,
#XfceNotifyWindow.button:focus:hover:focus,
.selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:focus,
@@ -4095,7 +4095,7 @@ GtkOverlay.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .osd.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .osd.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover,
#XfceNotifyWindow.button:checked:focus,
@@ -5308,7 +5308,7 @@ GtkOverlay.osd {
.selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .selection-mode.header-bar .osd.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus, .selection-mode.toolbar .osd.suggested-action.button:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .selection-mode.header-bar .osd.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover, .selection-mode.toolbar .osd.suggested-action.button:hover, .osd.button.flat:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .osd.button.flat:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .button.flat:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .button.flat:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:hover,
#XfceNotifyWindow.button:focus,
.selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus,
@@ -5414,14 +5414,14 @@ GtkOverlay.osd {
#XfceNotifyWindow .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive,
#XfceNotifyWindow.button:active:insensitive:insensitive,
#XfceNotifyWindow.button:checked:insensitive:insensitive,
#XfceNotifyWindow .button:active:insensitive:insensitive,
#XfceNotifyWindow .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd.button.separator, .selection-mode.header-bar .osd.separator.button.suggested-action, .selection-mode.toolbar .osd.separator.button.suggested-action, .osd.button .separator, .selection-mode.header-bar .osd.button.suggested-action .separator, .selection-mode.toolbar .osd.button.suggested-action .separator, .osd .button.separator, .osd .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .osd .separator.button.suggested-action, .osd .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .osd .separator.button.suggested-action, .osd .button .separator, .osd .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .osd .button.suggested-action .separator, .osd .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .osd .button.suggested-action .separator,
#XfceNotifyWindow.button.separator,
#XfceNotifyWindow.button .separator,
@@ -5438,7 +5438,7 @@ GtkOverlay.osd {
.osd.toolbar,
#XfceNotifyWindow.toolbar {
-GtkToolbar-button-relief: normal;
- padding: 3px;
+ padding: 0px;
border: 1px solid rgba(18, 19, 26, 0.8);
border-radius: 4px;
background-color: rgba(22, 24, 33, 0.8);
@@ -5670,7 +5670,7 @@ GtkProgressBar {
padding: 0;
border-radius: 4px;
font-size: smaller;
- color: rgba(198, 200, 209, 0.6);
+ color: rgba(30, 32, 47, 0.6);
-GtkProgressBar-min-horizontal-bar-height: 6;
-GtkProgressBar-min-vertical-bar-width: 6; }
GtkProgressBar.osd {
@@ -5678,8 +5678,8 @@ GtkProgressBar {
-GtkProgressBar-yspacing: 0;
-GtkProgressBar-min-horizontal-bar-height: 3; }
GtkProgressBar.trough {
- border: 1px solid rgba(18, 19, 26, 0.5);
- background-color: mix(#161821,#161821,0.08);
+ border: 1px solid rgba(153, 157, 173, 0.5);
+ background-color: mix(#c6c8d1,#c6c8d1,0.08);
background-image: none; }
.progressbar {
@@ -5713,9 +5713,9 @@ GtkLevelBar {
-GtkLevelBar-min-block-height: 34; }
.level-bar.trough {
- background-color: mix(#161821,#161821,0.08);
+ background-color: mix(#c6c8d1,#c6c8d1,0.08);
background-image: none;
- border: 1px solid rgba(18, 19, 26, 0.5);
+ border: 1px solid rgba(153, 157, 173, 0.5);
border-radius: 4px; }
.level-bar.fill-block {
@@ -5747,38 +5747,38 @@ GtkLevelBar {
border-radius: 4px;
outline-offset: -1px; }
.scale.slider {
- background-color: mix(#161821,#161821,0.08);
+ background-color: mix(#c6c8d1,#c6c8d1,0.08);
background-image: none;
- border-color: #12131a;
+ border-color: #999dad;
border-radius: 8px;
border-width: 1px;
border-style: solid;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.3); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.3); }
.scale.slider:focus, .scale.slider:hover {
border-color: #486c9c; }
.scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus {
- border-color: #0f1117; }
+ border-color: #82879a; }
.scale.slider:insensitive {
- border-color: #13141c; }
+ border-color: #a4a7b6; }
.scale.slider:active:insensitive, .scale.slider:checked:insensitive {
- border-color: #12131a; }
+ border-color: #999dad; }
.scale.slider:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none; }
.scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover {
background-size: 50%;
background-repeat: no-repeat;
background-position: center; }
.scale.mark {
- border-color: rgba(18, 19, 26, 0.5); }
+ border-color: rgba(153, 157, 173, 0.5); }
.scale.trough {
- background-color: mix(#161821,#161821,0.08);
+ background-color: mix(#c6c8d1,#c6c8d1,0.08);
background-image: none;
margin: 7px 0;
- border: 1px solid rgba(18, 19, 26, 0.5);
+ border: 1px solid rgba(153, 157, 173, 0.5);
border-radius: 4px; }
.scale.trough:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none; }
.scale.trough.vertical {
margin: 0 7px; }
@@ -5790,9 +5790,9 @@ GtkLevelBar {
border-color: #577db1;
background-color: #577db1; }
.scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- border-color: #13141c; }
+ border-color: #a4a7b6; }
.scale.highlight.bottom {
background-color: #84a0c6;
background-image: none;
@@ -5820,13 +5820,13 @@ GtkLevelBar {
border-radius: 0;
background-color: transparent;
background-image: none;
- color: rgba(198, 200, 209, 0.5); }
+ color: rgba(30, 32, 47, 0.5); }
.scrollbar.slider, .scrollbar.slider.vertical {
border: 0;
border-radius: 4px;
- background-color: mix(#161821,#c6c8d1,0.21); }
+ background-color: mix(#c6c8d1,#1e202f,0.21); }
.scrollbar.slider:hover, .scrollbar.slider.vertical:hover {
- background-color: mix(#161821,#c6c8d1,0.31); }
+ background-color: mix(#c6c8d1,#1e202f,0.31); }
.scrollbar.slider:active, .scrollbar.slider.vertical:active {
background-color: #84a0c6; }
.scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active {
@@ -5836,7 +5836,7 @@ GtkLevelBar {
-GtkRange-slider-width: 4px; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
margin: 0;
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-clip: padding-box; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
border-style: none;
@@ -5849,46 +5849,46 @@ GtkLevelBar {
.scrollbar.trough {
border: 0;
border-radius: 0;
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none; }
OsThumb, OsScrollbar {
- color: #0f1117; }
+ color: #82879a; }
OsThumb:selected, OsScrollbar:selected {
background-color: #84a0c6; }
OsThumb:active, OsScrollbar:active {
background-color: #84a0c6; }
OsThumb:insensitive, OsScrollbar:insensitive {
- background-color: #14161e; }
+ background-color: #afb2bf; }
/*********
! Sidebar
**********/
.sidebar, .sidebar.view, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow {
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.1); }
+ background-color: #c6c8d1;
+ color: mix(#1e202f,#c6c8d1,0.1); }
.sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, .sidebar.view.separator:hover, .sidebar.view.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar .view.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus {
border-width: 1px;
border-style: solid;
- border-color: #14161e;
- color: #14161e; }
+ border-color: #afb2bf;
+ color: #afb2bf; }
.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar .view row:selected:hover, .sidebar .view row:selected:focus {
border: 0;
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.sidebar row:selected:hover, .sidebar .view row:selected:hover {
border: 0;
background-image: none;
background-color: #8fa9cb;
- color: #d2d4de; }
+ color: #161821; }
.sidebar row:hover, .sidebar .view row:hover {
border: 0;
background-image: none;
- background-color: #171923; }
+ background-color: #d1d3da; }
.sidebar .frame {
border-width: 0; }
@@ -5897,25 +5897,25 @@ OsThumb, OsScrollbar {
padding: 1px; }
.sidebar .sidebar-icon {
- padding-left: 6px;
- padding-right: 6px; }
+ padding-left: 0px;
+ padding-right: 0px; }
GtkAssistant .sidebar {
- padding: 3px;
+ padding: 0px;
border-width: 0 1px 0 0;
border-style: solid;
- border-right-color: #12131a;
+ border-right-color: #999dad;
border-radius: 0;
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.1); }
+ background-color: #c6c8d1;
+ color: mix(#1e202f,#c6c8d1,0.1); }
GtkAssistant .sidebar:dir(ltr) {
border-width: 0 1px 0 0; }
GtkAssistant .sidebar:dir(rtl), GtkAssistant .linked > GtkComboBox > .sidebar.button:dir(rtl) {
border-width: 0 0 0 1px; }
GtkAssistant .sidebar .label {
- padding: 3px 6px; }
+ padding: 0px 0px; }
GtkAssistant .sidebar .label.highlight {
- background-color: mix(#161821,#c6c8d1,0.8); }
+ background-color: mix(#c6c8d1,#1e202f,0.8); }
GtkAssistant .sidebar.csd .sidebar {
border-top-style: none; }
GtkAssistant .sidebar .highlight {
@@ -5927,19 +5927,19 @@ GtkAssistant .sidebar {
GtkPaned {
-GtkPaned-handle-size: 1;
-gtk-icon-source: none;
- margin: 0 3px; }
+ margin: 0 0px; }
GtkPaned:dir(rtl), .linked > GtkComboBox > GtkPaned.button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl) {
margin-right: 0;
- margin-left: 3px; }
+ margin-left: 0px; }
GtkPaned .pane-separator {
- background-color: #14161e; }
+ background-color: #afb2bf; }
GtkPaned.wide {
-GtkPaned-handle-size: 4;
margin: 0; }
GtkPaned.wide .pane-separator {
background-color: transparent;
border-style: none solid;
- border-color: #14161e;
+ border-color: #afb2bf;
border-width: 1px; }
GtkPaned.wide.vertical .pane-separator {
border-style: solid none; }
@@ -6078,30 +6078,30 @@ GtkSwitch {
font: bold condensed;
outline-offset: -4px; }
GtkSwitch.slider {
- background-color: #1a1d28;
+ background-color: #f3f3f5;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
GtkSwitch.slider:insensitive {
border-color: rgba(0, 0, 0, 0.1);
- background-color: #14161e;
+ background-color: #afb2bf;
box-shadow: none; }
GtkSwitch.trough {
- background-color: #15171f;
+ background-color: #bbbdc8;
background-image: none;
- border: 1px solid #12131a;
- color: #c6c8d1;
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset 0 1px rgba(36, 38, 45, 0.08), inset -1px 0 rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ border: 1px solid #999dad;
+ color: #1e202f;
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset 0 1px rgba(6, 6, 9, 0.08), inset -1px 0 rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
GtkSwitch.trough:active {
background-color: #84a0c6;
background-image: none;
border-color: #6d8fbc;
- color: #d2d4de; }
+ color: #161821; }
GtkSwitch.trough:insensitive {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- border-color: #13141c;
- color: mix(#c6c8d1,#161821,0.5); }
+ border-color: #a4a7b6;
+ color: mix(#1e202f,#c6c8d1,0.5); }
/*********
! Buttons
@@ -6119,18 +6119,18 @@ GtkSwitch {
-GtkTextView-error-underline-color: #e98989; }
.view, GtkHTML {
- color: #c6c8d1;
- background-color: #161821; }
+ color: #161821;
+ background-color: #c6c8d1; }
.view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive {
- background-color: #14161e;
- color: mix(#c6c8d1,#161821,0.5); }
+ background-color: #afb2bf;
+ color: mix(#161821,#c6c8d1,0.5); }
.cell {
border-width: 0;
border-radius: 0; }
.cell:selected, .cell:selected:focus {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
row:selected, row:selected:hover, row:selected:focus {
-GtkWidget-focus-padding: 1;
@@ -6138,16 +6138,16 @@ row:selected, row:selected:hover, row:selected:focus {
border: 0;
background-color: #84a0c6;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.content-view.view, GtkHTML.content-view, GtkIconView.content-view.check {
- background-color: #161821; }
+ background-color: #c6c8d1; }
.content-view.view:hover, GtkHTML.content-view:hover {
background-color: rgba(132, 160, 198, 0.6); }
.content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active {
background-color: #84a0c6; }
.content-view.view:insensitive, GtkHTML.content-view:insensitive {
- background-color: #14161e; }
+ background-color: #afb2bf; }
.content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, .content-view.view.check:hover, .content-view.view.check:insensitive, .content-view.view.check:selected {
background-color: transparent; }
@@ -6160,7 +6160,7 @@ GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus {
border-radius: 2px;
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.dim-label, GtkLabel.separator, .dim-label.view {
color: alpha(currentColor,0.5); }
@@ -6184,10 +6184,10 @@ GdMainIconView.content-view {
/* this will get overridden by .view, needed by gedit line numbers */
GtkTextView {
- background-color: mix(#161821,#161821,0.5); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.5); }
GtkHTML:insensitive {
- background-color: #14161e; }
+ background-color: #afb2bf; }
GtkDrawingArea {
background-color: transparent; }
@@ -6206,7 +6206,7 @@ GtkTreeView {
border: 1px solid #84a0c6; }
GtkTreeView .entry {
border-radius: 0;
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none; }
GtkTreeView .progressbar {
background-color: #84a0c6;
@@ -6216,26 +6216,26 @@ GtkTreeView {
background-color: #84a0c6;
background-image: none;
border: 1px solid #486c9c;
- color: #d2d4de; }
+ color: #161821; }
GtkTreeView .progressbar:insensitive:insensitive {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: #13141c; }
+ border-color: #a4a7b6; }
GtkTreeView .trough {
- background-color: mix(#161821,#161821,0.5);
- border: 1px solid #12131a; }
+ background-color: mix(#c6c8d1,#c6c8d1,0.5);
+ border: 1px solid #999dad; }
GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected {
- background-color: #161821;
+ background-color: #c6c8d1;
border: 1px solid #486c9c;
- color: #c6c8d1; }
+ color: #161821; }
GtkTreeView .trough:insensitive:insensitive {
- background-color: #161821; }
+ background-color: #c6c8d1; }
/***********
! Separator
************/
.view.separator, .separator {
- color: #14161e;
+ color: #afb2bf;
border: 1px solid currentColor; }
/*********************
@@ -6246,12 +6246,12 @@ column-header .button, column-header .selection-mode.header-bar .button.suggeste
border-radius: 0; }
column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active, column-header .button:focus, column-header .button:active:focus {
- border-color: #14161e;
- border-bottom-color: #12131a; }
+ border-color: #afb2bf;
+ border-bottom-color: #999dad; }
column-header .button:hover, column-header .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar column-header .button.suggested-action:hover, column-header .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar column-header .button.suggested-action:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus {
- border-color: #14161e;
- border-bottom-color: #12131a; }
+ border-color: #afb2bf;
+ border-bottom-color: #999dad; }
column-header .button:last-child .button, column-header .selection-mode.header-bar .button.suggested-action:last-child .button, .selection-mode.header-bar column-header .button.suggested-action:last-child .button, column-header .selection-mode.toolbar .button.suggested-action:last-child .button, .selection-mode.toolbar column-header .button.suggested-action:last-child .button, column-header .selection-mode.header-bar .suggested-action.button:last-child .button, .selection-mode.header-bar column-header .suggested-action.button:last-child .button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button, column-header .selection-mode.toolbar .suggested-action.button:last-child .button, .selection-mode.toolbar column-header .suggested-action.button:last-child .button, column-header .button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button:last-child .button.suggested-action, column-header .selection-mode.header-bar .button.suggested-action:last-child .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .selection-mode.toolbar .button.suggested-action:last-child .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button:last-child .button.suggested-action, column-header .selection-mode.header-bar .button.suggested-action:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .selection-mode.header-bar .button.suggested-action:last-child .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action:last-child .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar column-header .button:last-child .suggested-action.button, column-header .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .button:last-child .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button:last-child .suggested-action.button, column-header .selection-mode.header-bar .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .button:last-child .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar column-header .button:last-child .suggested-action.button, column-header .selection-mode.header-bar .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button {
border-width: 0 0 1px; }
@@ -6260,14 +6260,14 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
! Frames *
***********/
.frame {
- border: 1px solid #12131a; }
+ border: 1px solid #999dad; }
.frame.flat {
border: 0; }
.content-view, GtkIconView.content-view.check {
- background-color: mix(#161821,#161821,0.28);
- color: mix(#c6c8d1,#c6c8d1,0.18);
- border: 1px solid shade(mix(#161821,#161821,0.78),0.8); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.28);
+ color: mix(#161821,#1e202f,0.18);
+ border: 1px solid shade(mix(#c6c8d1,#c6c8d1,0.78),0.8); }
/**************
! Window frame
@@ -6275,14 +6275,14 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
.window-frame.csd.message-dialog, .window-frame.csd.popup, .window-frame {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #84a0c6; }
.window-frame.csd.message-dialog:backdrop, .window-frame.csd.popup:backdrop, .window-frame:backdrop {
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #161821; }
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #ada0d3; }
.window-frame {
border: 0;
border-radius: 4px 4px 0 0;
background-color: mix(#0f1117,#c6c8d1,0.21);
/* this is used for the resize cursor area */
- margin: 9px; }
+ margin: 0px; }
.window-frame.tiled {
border-radius: 0; }
.window-frame.solid-csd {
@@ -6307,22 +6307,22 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
***********************/
.lightdm.menu {
background-image: none;
- background-color: rgba(73, 76, 90, 0.6);
- border-color: rgba(23, 25, 35, 0.2);
+ background-color: rgba(12, 13, 19, 0.6);
+ border-color: rgba(200, 201, 210, 0.2);
border-radius: 4px;
padding: 1px;
- color: #171923; }
+ color: #c8c9d2; }
.lightdm-combo .menu {
background-color: #181a24;
border-radius: 0;
padding: 0;
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.menu .menuitem *,
.lightdm.menu .menuitem.check:active,
.lightdm.menu .menuitem.radio:active {
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.menubar *,
.lightdm.menubar .menuitem {
@@ -6340,19 +6340,19 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
.selection-mode.header-bar .lightdm.button.suggested-action,
.selection-mode.toolbar .lightdm.button.suggested-action {
background-image: none;
- background-color: rgba(73, 76, 90, 0.3);
- border-color: rgba(23, 25, 35, 0.9);
+ background-color: rgba(12, 13, 19, 0.3);
+ border-color: rgba(200, 201, 210, 0.9);
border-radius: 5px;
padding: 5px;
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.button:hover, .selection-mode.header-bar .lightdm.button.suggested-action:hover, .selection-mode.toolbar .lightdm.button.suggested-action:hover {
background-image: none;
- background-color: rgba(23, 25, 35, 0.3);
- border-color: rgba(23, 25, 35, 0.6);
+ background-color: rgba(200, 201, 210, 0.3);
+ border-color: rgba(200, 201, 210, 0.6);
border-radius: 5px;
padding: 5px;
- color: #171923;
+ color: #c8c9d2;
text-shadow: none; }
.lightdm.button:active, .selection-mode.header-bar .lightdm.button.suggested-action:active, .selection-mode.toolbar .lightdm.button.suggested-action:active,
@@ -6362,11 +6362,11 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
.selection-mode.toolbar .lightdm.button.suggested-action:focus,
.lightdm.entry {
background-image: none;
- background-color: rgba(73, 76, 90, 0.3);
- border-color: rgba(23, 25, 35, 0.6);
+ background-color: rgba(12, 13, 19, 0.3);
+ border-color: rgba(200, 201, 210, 0.6);
border-radius: 5px;
padding: 6px;
- color: #171923;
+ color: #c8c9d2;
text-shadow: none; }
.lightdm.entry:hover,
@@ -6376,13 +6376,13 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
border-image: none; }
.lightdm.entry:focus {
- border-color: rgba(23, 25, 35, 0.6);
+ border-color: rgba(200, 201, 210, 0.6);
border-width: 1px;
border-style: solid;
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.entry:selected {
- background-color: rgba(23, 25, 35, 0.2); }
+ background-color: rgba(200, 201, 210, 0.2); }
@keyframes dashentry_spinner {
to {
@@ -6404,13 +6404,13 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
border-width: 0; }
.lightdm.toggle-button.selected:hover {
- background-color: rgba(23, 25, 35, 0.3);
- border-color: rgba(23, 25, 35, 0.3);
+ background-color: rgba(200, 201, 210, 0.3);
+ border-color: rgba(200, 201, 210, 0.3);
border-width: 1px; }
.lightdm.toggle-button.selected {
- background-color: rgba(73, 76, 90, 0.3);
- border-color: rgba(23, 25, 35, 0.3);
+ background-color: rgba(12, 13, 19, 0.3);
+ border-color: rgba(200, 201, 210, 0.3);
border-width: 1px; }
/*********
@@ -6420,14 +6420,14 @@ GeditWindow .pane-separator {
border-width: 0 1px 0 0;
border-style: solid; }
GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
- border-color: #14161e;
- background-color: #161821; }
+ border-color: #afb2bf;
+ background-color: #c6c8d1; }
.gedit-document-panel {
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.1); }
+ background-color: #c6c8d1;
+ color: mix(#1e202f,#c6c8d1,0.1); }
.gedit-document-panel .list-row {
- padding: 3px; }
+ padding: 0px; }
.gedit-document-panel .list-row .button, .gedit-document-panel .list-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .list-row .button.suggested-action, .gedit-document-panel .list-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .list-row .button.suggested-action {
padding: 1px;
border-radius: 4px;
@@ -6439,35 +6439,35 @@ GeditWindow .pane-separator {
color: transparent;
icon-shadow: none; }
.gedit-document-panel .prelight-row .button, .gedit-document-panel .prelight-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .prelight-row .button.suggested-action, .gedit-document-panel .prelight-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .prelight-row .button.suggested-action {
- border-color: rgba(73, 76, 90, 0.1);
- color: rgba(23, 25, 35, 0.8); }
+ border-color: rgba(12, 13, 19, 0.1);
+ color: rgba(200, 201, 210, 0.8); }
.gedit-document-panel .prelight-row .button:active {
- border-color: rgba(73, 76, 90, 0.2);
- background-color: rgba(73, 76, 90, 0.08);
- color: #171923; }
+ border-color: rgba(12, 13, 19, 0.2);
+ background-color: rgba(12, 13, 19, 0.08);
+ color: #c8c9d2; }
.gedit-document-panel list-row .button:hover, .gedit-document-panel list-row .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel list-row .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel .prelight-row .button:hover {
- border-color: rgba(73, 76, 90, 0.1);
- color: #171923; }
+ border-color: rgba(12, 13, 19, 0.1);
+ color: #c8c9d2; }
.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
- border-top: 1px solid #14161e;
- background-color: #161821; }
+ border-top: 1px solid #afb2bf;
+ background-color: #c6c8d1; }
.gedit-document-panel-document-row:hover {
- background-color: #171923; }
+ background-color: #d1d3da; }
.gedit-document-panel-dragged-row {
- border: 1px solid rgba(73, 76, 90, 0.1);
- background-color: rgba(73, 76, 90, 0.5);
- color: #171923; }
+ border: 1px solid rgba(12, 13, 19, 0.1);
+ background-color: rgba(12, 13, 19, 0.5);
+ color: #c8c9d2; }
.gedit-document-panel-placeholder-row {
border: 0;
- background-color: rgba(73, 76, 90, 0.08);
+ background-color: rgba(12, 13, 19, 0.08);
transition: all 200ms ease-in; }
GeditStatusbar {
- border-top: 1px solid #12131a; }
+ border-top: 1px solid #999dad; }
GeditStatusbar GeditSmallButton, GeditStatusMenuButton {
text-shadow: none; }
@@ -6478,51 +6478,51 @@ GeditStatusbar GeditSmallButton, GeditStatusMenuButton {
border-radius: 0;
padding: 1px 6px 2px 4px; }
GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .button:active:hover {
- border-color: #12131a; }
+ border-color: #999dad; }
GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active {
- background-color: #15171f;
- color: #c6c8d1; }
+ background-color: #bbbdc8;
+ color: #1e202f; }
GeditViewFrame .gedit-search-slider {
- padding: 3px;
+ padding: 0px;
border-radius: 0 0 4px 4px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: #12131a;
- background-color: #161821; }
+ border-color: #999dad;
+ background-color: #c6c8d1; }
GeditViewFrame .gedit-search-slider .not-found {
background-color: #e98989;
background-image: none;
color: #161821; }
GeditFileBrowserWidget .toolbar {
- padding: 1.5px;
+ padding: 0px;
border-top: 0;
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none; }
.gedit-search-entry-occurrences-tag {
- margin: 1.5px;
- padding: 1.5px;
- color: mix(#c6c8d1,#161821,0.5); }
+ margin: 0px;
+ padding: 0px;
+ color: mix(#161821,#c6c8d1,0.5); }
/************
! Nautilus *
*************/
.nautilus-desktop.nautilus-canvas-item {
- color: #171923;
- text-shadow: 1px 1px #494c5a; }
+ color: #c8c9d2;
+ text-shadow: 1px 1px #0c0d13; }
.nautilus-desktop.nautilus-canvas-item:active {
- color: #c6c8d1; }
+ color: #1e202f; }
.nautilus-desktop.nautilus-canvas-item:selected {
- color: #d2d4de; }
+ color: #161821; }
.nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none; }
NautilusWindow .toolbar {
border-width: 0 0 1px;
border-style: solid;
- border-color: #12131a; }
+ border-color: #999dad; }
NautilusWindow .sidebar .frame {
border: 0; }
@@ -6531,8 +6531,8 @@ NautilusWindow GtkPaned {
border-width: 0 1px 0 0;
border-style: solid; }
NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover {
- border-color: #14161e;
- background-color: #161821; }
+ border-color: #afb2bf;
+ background-color: #c6c8d1; }
NautilusNotebook.notebook {
border-right-width: 0;
@@ -6543,143 +6543,143 @@ NautilusNotebook .frame {
border: 0; }
NautilusQueryEditor .toolbar {
- padding-top: 2px;
- padding-bottom: 1px;
+ padding-top: -1px;
+ padding-bottom: -2px;
border-width: 1px 0 0;
border-style: solid;
- border-color: #161821;
- background-color: #14161e; }
+ border-color: #c6c8d1;
+ background-color: #afb2bf; }
NautilusQueryEditor .toolbar:nth-child(2) {
- border-color: #12131a; }
+ border-color: #999dad; }
NautilusQueryEditor .toolbar.search-bar {
border-top-width: 0;
border-bottom-width: 0; }
NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child {
border-bottom-width: 1px;
- border-bottom-color: #12131a; }
+ border-bottom-color: #999dad; }
/********
! Nemo *
*********/
.nemo-desktop.nemo-canvas-item {
- color: #171923;
- text-shadow: 1px 1px #494c5a; }
+ color: #c8c9d2;
+ text-shadow: 1px 1px #0c0d13; }
.nemo-desktop.nemo-canvas-item:active {
- color: #c6c8d1; }
+ color: #1e202f; }
.nemo-desktop.nemo-canvas-item:selected {
- color: #d2d4de; }
+ color: #161821; }
.nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected {
text-shadow: none; }
NemoPathbarButton {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12);
-NemoPathbarButton-border-radius: 4px; }
NemoPathbarButton:focus, NemoPathbarButton:hover {
border-color: #486c9c; }
NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
NemoPathbarButton:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
NemoPathbarButton.flat {
- border-color: rgba(22, 24, 33, 0);
- color: #c6c8d1;
- background-color: rgba(22, 24, 33, 0);
+ border-color: rgba(198, 200, 209, 0);
+ color: #1e202f;
+ background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
NemoPathbarButton:hover, NemoPathbarButton.flat:hover {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(24, 26, 38, 0.3);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover {
border-color: #486c9c; }
NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
NemoPathbarButton:focus, NemoPathbarButton.flat:focus {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(198, 200, 209, 0.32);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ border-color: rgba(30, 32, 47, 0.22);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover {
- background-color: #181a24;
+ background-color: #dddee3;
background-image: none;
- border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ border-color: rgba(24, 26, 38, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover {
border-color: #486c9c; }
NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.4); }
+ border-color: rgba(21, 22, 33, 0.3); }
NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive {
- border-color: rgba(164, 167, 182, 0.4); }
+ border-color: rgba(26, 27, 40, 0.3); }
NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.4); }
+ border-color: rgba(24, 26, 38, 0.3); }
NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ border-color: rgba(24, 26, 38, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(30, 32, 47, 0.06), inset 0 1px rgba(30, 32, 47, 0.07), inset -1px 0 rgba(30, 32, 47, 0.06), inset 0 -1px rgba(30, 32, 47, 0.05); }
NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
border-color: #486c9c; }
NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.32); }
+ border-color: rgba(21, 22, 33, 0.22); }
NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive {
- border-color: rgba(164, 167, 182, 0.32); }
+ border-color: rgba(26, 27, 40, 0.22); }
NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive {
- border-color: rgba(153, 157, 173, 0.32); }
+ border-color: rgba(24, 26, 38, 0.22); }
NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive {
- background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#161821,#c6c8d1,0.6);
+ color: mix(#c6c8d1,#1e202f,0.6);
box-shadow: none; }
NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive {
- color: mix(#161821,#c6c8d1,0.6); }
+ color: mix(#c6c8d1,#1e202f,0.6); }
NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
NemoPathbarButton.separator, NemoPathbarButton .separator {
border: 1px solid currentColor;
- color: rgba(22, 24, 33, 0.9); }
+ color: rgba(198, 200, 209, 0.9); }
NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive {
- color: rgba(22, 24, 33, 0.85); }
+ color: rgba(198, 200, 209, 0.85); }
NemoPlacesTreeView {
- -NemoPlacesTreeView-disk-full-bg-color: #12131a;
+ -NemoPlacesTreeView-disk-full-bg-color: #999dad;
-NemoPlacesTreeView-disk-full-fg-color: #84a0c6;
-NemoPlacesTreeView-disk-full-bar-width: 1px;
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
-NemoPlacesTreeView-disk-full-bottom-padding: 2px;
-NemoPlacesTreeView-disk-full-max-length: 70px; }
NemoPlacesTreeView:selected {
- -NemoPlacesTreeView-disk-full-bg-color: #d2d4de;
+ -NemoPlacesTreeView-disk-full-bg-color: #161821;
-NemoPlacesTreeView-disk-full-fg-color: #b1c3db; }
NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview {
- background-color: mix(#161821,#c6c8d1,0.12);
- color: #c6c8d1; }
+ background-color: mix(#c6c8d1,#161821,0.12);
+ color: #161821; }
/***********************
! Fallback mode panel *
@@ -6733,11 +6733,11 @@ PanelAppletFrame {
! Synaptic *
*************/
GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- padding: 3px;
+ padding: 0px;
border: 0;
- color: #c6c8d1; }
+ color: #1e202f; }
/***********************
! Fallback mode panel *
@@ -6750,8 +6750,8 @@ XfceHeading {
padding: 0;
border: 0;
background-image: none;
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
.xfce4-panel {
font: normal; }
@@ -6787,14 +6787,14 @@ UnityDecoration {
color: #c6c8d1;
text-shadow: none; }
UnityDecoration.top:backdrop {
- border: 1px solid mix(#0f1117,mix(#c6c8d1,#161821,0.4),0.12);
+ border: 1px solid mix(#82879a,mix(#1e202f,#c6c8d1,0.4),0.12);
border-bottom: 0;
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.4); }
+ background-color: #c6c8d1;
+ color: mix(#1e202f,#c6c8d1,0.4); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom {
background-color: mix(#0f1117,#c6c8d1,0.21); }
UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
- background-color: mix(#0f1117,mix(#c6c8d1,#161821,0.4),0.12); }
+ background-color: mix(#82879a,mix(#1e202f,#c6c8d1,0.4),0.12); }
UnityPanelWidget, .unity-panel {
border: 0; }
@@ -6809,7 +6809,7 @@ UnityPanelWidget, .unity-panel {
color: #d8d9e0; }
SheetStyleDialog.unity-force-quit {
- background-color: #161821; }
+ background-color: #c6c8d1; }
/***********************
! LightDM GTK Greeter *
@@ -6817,26 +6817,26 @@ SheetStyleDialog.unity-force-quit {
#panel_window {
background-color: transparent;
background-image: none;
- color: #171923;
+ color: #c8c9d2;
font: bold;
- text-shadow: 0 1px rgba(73, 76, 90, 0.5);
- icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
+ text-shadow: 0 1px rgba(12, 13, 19, 0.5);
+ icon-shadow: 0 1px rgba(12, 13, 19, 0.5); }
#panel_window .menubar, #panel_window .menubar > .menuitem {
background-color: transparent;
background-image: none;
- color: #171923;
+ color: #c8c9d2;
font: bold;
- text-shadow: 0 1px rgba(73, 76, 90, 0.5);
- icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
+ text-shadow: 0 1px rgba(12, 13, 19, 0.5);
+ icon-shadow: 0 1px rgba(12, 13, 19, 0.5); }
#panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover {
- color: #171923; }
+ color: #c8c9d2; }
#panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover {
border-style: none;
- background-color: rgba(23, 25, 35, 0.2);
+ background-color: rgba(200, 201, 210, 0.2);
background-image: none;
- color: #171923; }
+ color: #c8c9d2; }
#panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive {
- color: rgba(23, 25, 35, 0.7); }
+ color: rgba(200, 201, 210, 0.7); }
#panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu {
border-radius: 1px; }
#panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem {
@@ -6867,7 +6867,7 @@ SheetStyleDialog.unity-force-quit {
border-color: #577db1;
background-color: #96aece;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#login_window .button.default:hover, #login_window .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.header-bar #login_window .default.button.suggested-action:hover, #login_window .selection-mode.toolbar .default.button.suggested-action:hover, .selection-mode.toolbar #login_window .default.button.suggested-action:hover, #login_window .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.header-bar #login_window .default.suggested-action.button:hover, #login_window .selection-mode.header-bar .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar #login_window .default.suggested-action.button:hover, #login_window .selection-mode.toolbar .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar #login_window .default.suggested-action.button:hover, #login_window .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.toolbar #login_window .default.suggested-action.button:hover, #login_window .button:focus:hover, #login_window .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar #login_window .button.suggested-action:focus:hover, #login_window .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar #login_window .button.suggested-action:focus:hover, #login_window .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.header-bar #login_window .suggested-action.button:focus:hover, #login_window .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #login_window .suggested-action.button:focus:hover, #login_window .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #login_window .suggested-action.button:focus:hover, #login_window .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.toolbar #login_window .suggested-action.button:focus:hover, #login_window .button:active:focus:hover, #login_window .selection-mode.header-bar .button.suggested-action:active:focus:hover, .selection-mode.header-bar #login_window .button.suggested-action:active:focus:hover, #login_window .selection-mode.toolbar .button.suggested-action:active:focus:hover, .selection-mode.toolbar #login_window .button.suggested-action:active:focus:hover, #login_window .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.header-bar #login_window .suggested-action.button:active:focus:hover, #login_window .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #login_window .suggested-action.button:active:focus:hover, #login_window .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #login_window .suggested-action.button:active:focus:hover, #login_window .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.toolbar #login_window .suggested-action.button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.header-bar #shutdown_dialog .default.button.suggested-action:hover, #shutdown_dialog .selection-mode.toolbar .default.button.suggested-action:hover, .selection-mode.toolbar #shutdown_dialog .default.button.suggested-action:hover, #shutdown_dialog .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.header-bar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .selection-mode.header-bar .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .selection-mode.toolbar .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.toolbar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar #shutdown_dialog .button.suggested-action:focus:hover, #shutdown_dialog .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar #shutdown_dialog .button.suggested-action:focus:hover, #shutdown_dialog .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.header-bar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.toolbar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .button:active:focus:hover, #shutdown_dialog .selection-mode.header-bar .button.suggested-action:active:focus:hover, .selection-mode.header-bar #shutdown_dialog .button.suggested-action:active:focus:hover, #shutdown_dialog .selection-mode.toolbar .button.suggested-action:active:focus:hover, .selection-mode.toolbar #shutdown_dialog .button.suggested-action:active:focus:hover, #shutdown_dialog .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.header-bar #shutdown_dialog .suggested-action.button:active:focus:hover, #shutdown_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #shutdown_dialog .suggested-action.button:active:focus:hover, #shutdown_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #shutdown_dialog .suggested-action.button:active:focus:hover, #shutdown_dialog .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.toolbar #shutdown_dialog .suggested-action.button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.header-bar #restart_dialog .default.button.suggested-action:hover, #restart_dialog .selection-mode.toolbar .default.button.suggested-action:hover, .selection-mode.toolbar #restart_dialog .default.button.suggested-action:hover, #restart_dialog .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.header-bar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .selection-mode.header-bar .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .selection-mode.toolbar .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.toolbar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .button:focus:hover, #restart_dialog .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar #restart_dialog .button.suggested-action:focus:hover, #restart_dialog .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar #restart_dialog .button.suggested-action:focus:hover, #restart_dialog .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.header-bar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.toolbar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .button:active:focus:hover, #restart_dialog .selection-mode.header-bar .button.suggested-action:active:focus:hover, .selection-mode.header-bar #restart_dialog .button.suggested-action:active:focus:hover, #restart_dialog .selection-mode.toolbar .button.suggested-action:active:focus:hover, .selection-mode.toolbar #restart_dialog .button.suggested-action:active:focus:hover, #restart_dialog .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.header-bar #restart_dialog .suggested-action.button:active:focus:hover, #restart_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #restart_dialog .suggested-action.button:active:focus:hover, #restart_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #restart_dialog .suggested-action.button:active:focus:hover, #restart_dialog .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.toolbar #restart_dialog .suggested-action.button:active:focus:hover {
border-color: #496d9e;
background-color: #84a0c6; }
@@ -6894,7 +6894,7 @@ SheetStyleDialog.unity-force-quit {
transition: all 150ms ease-out; }
#login_window .entry:focus, #login_window .entry:hover {
border-color: #0f1117;
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.1), inset 0 1px rgba(36, 38, 45, 0.12), inset -1px 0 rgba(36, 38, 45, 0.1), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.1), inset 0 1px rgba(6, 6, 9, 0.12), inset -1px 0 rgba(6, 6, 9, 0.1), inset 0 -1px rgba(6, 6, 9, 0.05); }
#user_combobox {
color: #c6c8d1;
@@ -6914,7 +6914,7 @@ SheetStyleDialog.unity-force-quit {
border-radius: 4px;
background-color: #14161e;
background-image: none;
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset 0 1px rgba(36, 38, 45, 0.08), inset -1px 0 rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset 0 1px rgba(6, 6, 9, 0.08), inset -1px 0 rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
#buttonbox_frame {
padding-top: 10px;
@@ -7026,7 +7026,7 @@ TerminalNotebook.notebook {
background-color: #161821;
color: #c6c8d1; }
TerminalNotebook.notebook tab {
- padding: 4px 6px;
+ padding: 1px 0px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
@@ -7073,12 +7073,12 @@ TerminalNotebook.notebook {
border-left: 0;
border-right: 0;
/* using box shadows instead of borders due to slanted edges */
- box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #0f1117, inset -1px 0 #0f1117; }
+ box-shadow: inset 0 3px rgba(12, 13, 19, 0.03), inset 0 2px rgba(12, 13, 19, 0.03), inset 0 1px rgba(12, 13, 19, 0.03), inset 1px 0 #0f1117, inset -1px 0 #0f1117; }
TerminalNotebook.notebook tab.reorderable-page:active {
background-color: #14161e;
border-left: 0;
border-right: 0;
- box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #111219, inset -1px 0 #111219; }
+ box-shadow: inset 0 3px rgba(12, 13, 19, 0.03), inset 0 2px rgba(12, 13, 19, 0.03), inset 0 1px rgba(12, 13, 19, 0.03), inset 1px 0 #111219, inset -1px 0 #111219; }
TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover {
padding: 1px;
border-width: 1px;
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk.css b/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk.css
index ffbc9de..f9036a5 100644
--- a/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk.css
+++ b/home/.themes/oomox-iceberg/gtk-3.0/dist/gtk.css
@@ -6,17 +6,17 @@
@define-color dark_bg_color #161821;
@define-color dark_fg_color #c6c8d1;
/* colormap actually used by the theme, to be overridden in other css files */
-@define-color theme_bg_color #c6c8d1;
-@define-color theme_fg_color #161821;
-@define-color theme_base_color #c6c8d1;
-@define-color theme_text_color #161821;
+@define-color theme_bg_color #1e202f;
+@define-color theme_fg_color #c6c8d1;
+@define-color theme_base_color #161821;
+@define-color theme_text_color #c6c8d1;
@define-color theme_selected_bg_color #84a0c6;
-@define-color theme_selected_fg_color #d2d4de;
-@define-color theme_tooltip_bg_color #c6c8d1;
-@define-color theme_tooltip_fg_color #161821;
+@define-color theme_selected_fg_color #161821;
+@define-color theme_tooltip_bg_color #1e202f;
+@define-color theme_tooltip_fg_color #c6c8d1;
/* shadow effects */
-@define-color light_shadow #c7c9d2;
-@define-color dark_shadow #040507;
+@define-color light_shadow #1f2130;
+@define-color dark_shadow #24262d;
/* misc colors used by gtk+ */
@define-color info_fg_color #161821;
@define-color info_bg_color #91acd1;
@@ -34,7 +34,7 @@
@define-color titlebar_bg_focused @dark_bg_color;
@define-color titlebar_bg_unfocused @theme_bg_color;
@define-color titlebar_fg_focused @dark_fg_color;
-@define-color titlebar_fg_unfocused mix(#161821,#c6c8d1,0.4);
+@define-color titlebar_fg_unfocused mix(#c6c8d1,#1e202f,0.4);
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @theme_bg_color;
@@ -52,15 +52,15 @@
@define-color lightdm_fg_color #c6c8d1;
/* window manager colors */
@define-color wm_bg_focused #161821;
-@define-color wm_bg_unfocused #c6c8d1;
+@define-color wm_bg_unfocused #1e202f;
@define-color wm_border_focused #84a0c6;
-@define-color wm_border_unfocused #161821;
+@define-color wm_border_unfocused #ada0d3;
@define-color wm_title_focused #c6c8d1;
-@define-color wm_title_unfocused mix(#161821,#c6c8d1,0.4);
+@define-color wm_title_unfocused mix(#c6c8d1,#1e202f,0.4);
@define-color wm_icons_focused #c6c8d1;
@define-color wm_icons_focused_prelight #84a0c6;
@define-color wm_icons_focused_pressed #577db1;
-@define-color wm_icons_unfocused mix(#161821,#c6c8d1,0.4);
+@define-color wm_icons_unfocused mix(#c6c8d1,#1e202f,0.4);
@define-color wm_icons_unfocused_prelight #84a0c6;
@define-color wm_icons_unfocused_pressed #577db1;
/**************
@@ -74,8 +74,8 @@
-GtkWindow-resize-grip-height: 0;
-GtkWindow-resize-grip-width: 0;
-WnckTasklist-fade-overlay-rect: 0;
- -GtkWidget-cursor-color: #161821;
- -GtkWidget-secondary-cursor-color: #161821;
+ -GtkWidget-cursor-color: #84a0c6;
+ -GtkWidget-secondary-cursor-color: #84a0c6;
-GtkWidget-cursor-aspect-ratio: 0.04;
outline-color: rgba(132, 160, 198, 0.5);
outline-style: dashed;
@@ -88,7 +88,7 @@
*************/
GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GtkLabel:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
* {
/* hyperlinks */
@@ -97,7 +97,7 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
-GtkWidget-link-color: #84a0c6;
-GtkWidget-visited-link-color: #84a0c6; }
*:insensitive, *:insensitive:insensitive {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
*:insensitive {
-gtk-image-effect: dim; }
*:hover {
@@ -106,35 +106,35 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
color: #84a0c6; }
.background {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #1e202f;
+ color: #c6c8d1; }
.background:backdrop {
text-shadow: none;
icon-shadow: none; }
.background.csd {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
.gtkstyle-fallback {
- background-color: rgba(198, 200, 209, 0.5);
- color: #161821; }
+ background-color: rgba(30, 32, 47, 0.5);
+ color: #c6c8d1; }
.gtkstyle-fallback:hover {
- background-color: #dddee3;
- color: #161821; }
+ background-color: #212334;
+ color: #c6c8d1; }
.gtkstyle-fallback:active {
- background-color: #afb2bf;
- color: #161821; }
+ background-color: #1b1d2a;
+ color: #c6c8d1; }
.gtkstyle-fallback:insensitive {
- background-color: #c5c7d1;
- color: mix(#161821,#c6c8d1,0.5); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.5); }
GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive {
background-color: transparent; }
GtkLabel.separator {
- color: #161821; }
+ color: #c6c8d1; }
GtkLabel:insensitive {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
/*********
! Buttons
@@ -142,7 +142,7 @@ GtkLabel:insensitive {
NemoPathbarButton, column-header, .osd.button, .osd .button,
#XfceNotifyWindow.button,
#XfceNotifyWindow .button, .app-notification .button, .app-notification.frame .button, GtkModelButton.button, GtkModelButton.button:backdrop, GtkPopover .button, .error .button, .question .button, .warning .button, .info .button, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .suggested-action.button, .header-bar .button, .toolbar .button, .button.default, .button {
- padding: 3px 5px;
+ padding: 0px 2px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
@@ -219,22 +219,22 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
background-image: none;
box-shadow: none; }
.notebook tab .button:focus, .notebook tab .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .notebook tab .button.suggested-action:focus, .notebook tab .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .notebook tab .button.suggested-action:focus, .error .button.close:focus, .question .button.close:focus, .warning .button.close:focus, .info .button.close:focus, .notebook tab .button:hover, .notebook tab .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .notebook tab .button.suggested-action:hover, .notebook tab .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .notebook tab .button.suggested-action:hover, .error .button.close:hover, .question .button.close:hover, .warning .button.close:hover, .info .button.close:hover {
- border: 1px solid rgba(9, 10, 13, 0.3);
- background-color: rgba(200, 201, 210, 0.2);
+ border: 1px solid rgba(73, 76, 90, 0.3);
+ background-color: rgba(31, 33, 49, 0.2);
background-image: none;
box-shadow: none; }
.notebook tab .button:active, .notebook tab .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .notebook tab .button.suggested-action:active, .notebook tab .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .notebook tab .button.suggested-action:active, .error .button.close:active, .question .button.close:active, .warning .button.close:active, .info .button.close:active, .notebook tab .button:checked, .notebook tab .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .notebook tab .button.suggested-action:checked, .notebook tab .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .notebook tab .button.suggested-action:checked, .error .button.close:checked, .question .button.close:checked, .warning .button.close:checked, .info .button.close:checked {
- border: 1px solid rgba(9, 10, 13, 0.3);
- background-color: rgba(9, 10, 13, 0.1);
+ border: 1px solid rgba(73, 76, 90, 0.3);
+ background-color: rgba(73, 76, 90, 0.1);
background-image: none;
box-shadow: none; }
.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
- background-color: #6b7089;
+ background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
.button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus {
@@ -244,17 +244,17 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
.button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
border-color: rgba(153, 157, 173, 0.32); }
.button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
- border-color: rgba(107, 112, 137, 0);
+ border-color: rgba(22, 24, 33, 0);
color: #c6c8d1;
- background-color: rgba(107, 112, 137, 0);
+ background-color: rgba(22, 24, 33, 0);
background-image: none;
box-shadow: none; }
.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:hover {
- background-color: #707690;
+ background-color: #171923;
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.button:hover:focus, .button:hover:hover, .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.toolbar .button.suggested-action:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .button:hover:active:focus, .button.flat:hover:active:focus, .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .button:hover:checked:focus, .button.flat:hover:checked:focus, .button.flat:hover:active, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover:focus {
@@ -264,16 +264,16 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
.button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive {
border-color: rgba(153, 157, 173, 0.4); }
.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button.flat:focus {
- background-color: #707690;
+ background-color: #171923;
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.button:focus:hover, .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.toolbar .button.suggested-action:focus:hover, .button.flat:focus:hover {
- background-color: #777c95;
+ background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.button:focus:hover:hover, .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.button:focus:hover:active, .button.flat:focus:hover:active, .button.flat:focus:hover:active:focus, .button:focus:hover:checked, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked:hover:focus {
@@ -286,7 +286,7 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
@@ -299,183 +299,183 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
.button:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:focus, .button:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:hover, .button:active:focus, .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.toolbar .button.suggested-action:active:focus, .button:active:hover, .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.toolbar .button.suggested-action:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .button.flat:focus, .button.flat:hover {
color: #c6c8d1; }
.button:insensitive:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#6b7089,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#6b7089,#c6c8d1,0.6);
+ color: mix(#161821,#c6c8d1,0.6);
box-shadow: none; }
.button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive {
- color: mix(#6b7089,#c6c8d1,0.6); }
+ color: mix(#161821,#c6c8d1,0.6); }
.button:active:insensitive, .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.toolbar .button.suggested-action:active:insensitive, .button:checked:insensitive, .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.toolbar .button.suggested-action:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.button:active:insensitive:insensitive, .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
border: 1px solid currentColor;
- color: rgba(107, 112, 137, 0.9); }
+ color: rgba(22, 24, 33, 0.9); }
.button.separator:insensitive, .selection-mode.header-bar .separator.button.suggested-action:insensitive, .selection-mode.toolbar .separator.button.suggested-action:insensitive, .button .separator:insensitive, .selection-mode.header-bar .button.suggested-action .separator:insensitive, .selection-mode.toolbar .button.suggested-action .separator:insensitive {
- color: rgba(107, 112, 137, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.button.default, .selection-mode.header-bar .default.button.suggested-action, .selection-mode.toolbar .default.button.suggested-action {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.button.default:insensitive, .selection-mode.header-bar .default.button.suggested-action:insensitive, .selection-mode.toolbar .default.button.suggested-action:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.button.default:active:insensitive, .button.default:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.button.default.flat, .selection-mode.header-bar .default.flat.button.suggested-action, .selection-mode.toolbar .default.flat.button.suggested-action {
border-color: rgba(132, 160, 198, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(132, 160, 198, 0);
background-image: none;
box-shadow: none; }
.button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.button.default:hover:active, .button.default:hover:active:focus, .button.default.flat:hover:active:focus, .button.default:hover:checked, .button.default:hover:checked:focus, .button.default.flat:hover:checked:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.button.default:hover:insensitive, .button.default.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.button.default:focus:hover, .button.default.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.button.default:focus:hover:hover, .button.default.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.button.default:focus:hover:active, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:focus, .button.default:focus:hover:checked, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.button.default:checked, .selection-mode.header-bar .default.button.suggested-action:checked, .selection-mode.toolbar .default.button.suggested-action:checked, .button.default:active, .selection-mode.header-bar .default.button.suggested-action:active, .selection-mode.toolbar .default.button.suggested-action:active, .button.default.flat:checked, .button.default.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.button.default:active:checked:insensitive, .button.default.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.button.default:focus, .selection-mode.header-bar .default.button.suggested-action:focus, .selection-mode.toolbar .default.button.suggested-action:focus, .button.default:hover, .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.toolbar .default.button.suggested-action:hover, .button.default.flat:focus, .button.default.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
.button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
.button.default:active:insensitive, .button.default:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.button.default.separator, .selection-mode.header-bar .default.separator.button.suggested-action, .selection-mode.toolbar .default.separator.button.suggested-action, .button.default .separator, .selection-mode.header-bar .default.button.suggested-action .separator, .selection-mode.toolbar .default.button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(132, 160, 198, 0.9); }
.button.default.separator:insensitive, .button.default .separator:insensitive {
color: rgba(132, 160, 198, 0.85); }
.button.linked, .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .linked .button, .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .linked .button.suggested-action, .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.button.linked:focus, .selection-mode.header-bar .linked.button.suggested-action:focus, .selection-mode.toolbar .linked.button.suggested-action:focus, .button.linked:hover, .selection-mode.header-bar .linked.button.suggested-action:hover, .selection-mode.toolbar .linked.button.suggested-action:hover, .linked .button:focus, .linked .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .linked .button.suggested-action:focus, .linked .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .linked .button.suggested-action:focus, .linked .button:hover, .linked .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .linked .button.suggested-action:hover, .linked .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .linked .button.suggested-action:hover {
- box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .linked .button.suggested-action:active, .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
.button.linked:insensitive, .selection-mode.header-bar .linked.button.suggested-action:insensitive, .selection-mode.toolbar .linked.button.suggested-action:insensitive, .linked .button:insensitive, .linked .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .linked .button.suggested-action:insensitive, .linked .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .linked .button.suggested-action:insensitive {
- box-shadow: inset -1px 0 #565a6e; }
+ box-shadow: inset -1px 0 #12131a; }
.button.linked:last-child, .selection-mode.header-bar .linked.button.suggested-action:last-child, .selection-mode.toolbar .linked.button.suggested-action:last-child, .button.linked:only-child, .selection-mode.header-bar .linked.button.suggested-action:only-child, .selection-mode.toolbar .linked.button.suggested-action:only-child, .linked .button:last-child, .linked .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .linked .button.suggested-action:last-child, .linked .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .linked .button.suggested-action:last-child, .linked .button:only-child, .linked .selection-mode.header-bar .button.suggested-action:only-child, .selection-mode.header-bar .linked .button.suggested-action:only-child, .linked .selection-mode.toolbar .button.suggested-action:only-child, .selection-mode.toolbar .linked .button.suggested-action:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.spinbutton .button, .spinbutton .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton .button.suggested-action, .spinbutton .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton .button.suggested-action {
- color: mix(#161821,#c6c8d1,0.4);
- padding: 3px 6px;
+ color: mix(#c6c8d1,#161821,0.4);
+ padding: 0px 0px;
border: 0;
border-radius: 0;
border-style: none;
background-color: transparent;
background-image: none;
- box-shadow: inset 1px 0 #afb2bf; }
+ box-shadow: inset 1px 0 #14161e; }
.spinbutton .button:insensitive, .spinbutton .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .spinbutton .button.suggested-action:insensitive, .spinbutton .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .spinbutton .button.suggested-action:insensitive {
- color: mix(#161821,#c6c8d1,0.7);
- box-shadow: inset 1px 0 #a4a7b6; }
+ color: mix(#c6c8d1,#161821,0.7);
+ box-shadow: inset 1px 0 #13141c; }
.spinbutton .button:active, .spinbutton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .spinbutton .button.suggested-action:active, .spinbutton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .spinbutton .button.suggested-action:active, .spinbutton .button:checked, .spinbutton .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .spinbutton .button.suggested-action:checked, .spinbutton .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .spinbutton .button.suggested-action:checked, .spinbutton .button:hover, .spinbutton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .spinbutton .button.suggested-action:hover, .spinbutton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .spinbutton .button.suggested-action:hover {
- color: #161821; }
+ color: #c6c8d1; }
.spinbutton .button:first-child, .spinbutton .selection-mode.header-bar .button.suggested-action:first-child, .selection-mode.header-bar .spinbutton .button.suggested-action:first-child, .spinbutton .selection-mode.toolbar .button.suggested-action:first-child, .selection-mode.toolbar .spinbutton .button.suggested-action:first-child {
border-radius: 4px 0 0 4px;
box-shadow: none; }
.spinbutton .button:last-child, .spinbutton .selection-mode.header-bar .button.suggested-action:last-child, .selection-mode.header-bar .spinbutton .button.suggested-action:last-child, .spinbutton .selection-mode.toolbar .button.suggested-action:last-child, .selection-mode.toolbar .spinbutton .button.suggested-action:last-child {
border-radius: 0 4px 4px 0; }
.spinbutton .button:dir(rtl), .spinbutton .selection-mode.header-bar .button.suggested-action:dir(rtl), .selection-mode.header-bar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .selection-mode.toolbar .button.suggested-action:dir(rtl), .selection-mode.toolbar .spinbutton .button.suggested-action:dir(rtl), .spinbutton .linked > GtkComboBox > .button:dir(rtl) {
- box-shadow: inset -1px 0 #afb2bf; }
+ box-shadow: inset -1px 0 #14161e; }
.spinbutton.vertical .button, .spinbutton.vertical .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .spinbutton.vertical .button.suggested-action, .spinbutton.vertical .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .spinbutton.vertical .button.suggested-action {
- border: 1px solid #999dad;
+ border: 1px solid #181a26;
border-radius: 4px;
- background-color: #d8d9e0;
+ background-color: #202333;
background-image: none;
- color: #161821;
+ color: #c6c8d1;
box-shadow: none; }
.spinbutton.vertical .button:hover {
- border-color: #82879a;
- background-color: #dddee3;
+ border-color: #151621;
+ background-color: #212334;
background-image: none; }
.spinbutton.vertical .button:active, .spinbutton.vertical .button:checked {
- border-color: #999dad;
- background-color: #bbbdc8;
+ border-color: #181a26;
+ background-color: #1d1e2d;
background-image: none; }
.spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover {
- border-color: #82879a; }
+ border-color: #151621; }
.spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus {
- border-color: #82879a; }
+ border-color: #151621; }
.spinbutton.vertical .button:insensitive {
- border-color: #a4a7b6;
- background-color: #afb2bf;
+ border-color: #1a1b28;
+ background-color: #1b1d2a;
background-image: none; }
.spinbutton.vertical .button:first-child {
border-width: 1px;
@@ -496,7 +496,7 @@ NemoPathbarButton, column-header, .osd.button, .osd .button,
! ComboBoxes *
*******************/
GtkComboBox > .button, .selection-mode.header-bar GtkComboBox > .button.suggested-action, .selection-mode.toolbar GtkComboBox > .button.suggested-action {
- padding: 1px 4px;
+ padding: -2px 1px;
-GtkComboBox-arrow-scaling: .5;
-GtkComboBox-shadow-type: none; }
@@ -508,7 +508,7 @@ GtkComboBox .separator {
border-style: none; }
.linked > GtkComboBox menu menuitem {
- padding: 3px 5px; }
+ padding: 0px 2px; }
/*********
! Entry *
@@ -535,17 +535,17 @@ GtkComboBox .separator {
border-radius: 4px; }
GtkPopover .entry, .menuitem .entry, .entry {
- padding: 2px 3px;
+ padding: -1px 0px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
transition: border 150ms ease;
- box-shadow: inset 1px 1px rgba(4, 5, 7, 0.06), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 1px rgba(36, 38, 45, 0.06), inset -1px 0 rgba(36, 38, 45, 0.06); }
.entry:focus, .entry:hover, .entry:active {
transition: none; }
.entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.entry:insensitive {
box-shadow: none; }
.progressbar.entry {
@@ -553,29 +553,29 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
.image.left.entry {
- padding-right: 3px; }
+ padding-right: 0px; }
.entry {
- background-color: #c6c8d1;
+ background-color: #161821;
background-image: none;
- border-color: #999dad;
- color: #161821; }
+ border-color: #12131a;
+ color: #c6c8d1; }
.entry:focus, .entry:hover {
- border-color: mix(#84a0c6,#c6c8d1,0.3); }
+ border-color: mix(#84a0c6,#161821,0.3); }
.entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus {
- border-color: #82879a; }
+ border-color: #0f1117; }
.entry:insensitive {
- border-color: #a4a7b6; }
+ border-color: #13141c; }
.entry:active:insensitive, .entry:checked:insensitive {
- border-color: #999dad; }
+ border-color: #12131a; }
.entry:focus, .entry:active {
border-color: #84a0c6; }
.entry:insensitive {
- background-color: #afb2bf;
+ background-color: #14161e;
background-image: none;
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#161821,#c6c8d1,0.5); }
/*********
! Buttons
@@ -593,150 +593,150 @@ GtkPopover .entry, .menuitem .entry, .entry {
! Toolbar
**********/
.toolbar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: #999dad;
- padding: 6px;
- color: #161821;
+ border-color: #181a26;
+ padding: 0px;
+ color: #c6c8d1;
padding: 2px;
border-style: none; }
.toolbar:focus, .toolbar:hover {
- border-color: mix(#84a0c6,#c6c8d1,0.3); }
+ border-color: mix(#84a0c6,#1e202f,0.3); }
.toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus {
- border-color: #82879a; }
+ border-color: #151621; }
.toolbar:insensitive {
- border-color: #a4a7b6; }
+ border-color: #1a1b28; }
.toolbar:active:insensitive, .toolbar:checked:insensitive {
- border-color: #999dad; }
+ border-color: #181a26; }
.toolbar:insensitive {
- background-color: #afb2bf;
+ background-color: #1b1d2a;
background-image: none;
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
.toolbar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.toolbar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: rgba(18, 19, 26, 0.22);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
.toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.22); }
+ border-color: rgba(130, 135, 154, 0.32); }
.toolbar .button:insensitive, .toolbar .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.header-bar .toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive {
- border-color: rgba(19, 20, 28, 0.22); }
+ border-color: rgba(164, 167, 182, 0.32); }
.toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.22); }
+ border-color: rgba(153, 157, 173, 0.32); }
.toolbar .button.flat, .toolbar .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.header-bar .toolbar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action {
- border-color: rgba(198, 200, 209, 0);
- color: #161821;
- background-color: rgba(198, 200, 209, 0);
+ border-color: rgba(30, 32, 47, 0);
+ color: #c6c8d1;
+ background-color: rgba(30, 32, 47, 0);
background-image: none;
box-shadow: none; }
.toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:hover {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(18, 19, 26, 0.3);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(153, 157, 173, 0.4);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.toolbar .button:hover:active, .toolbar .button:hover:active:focus, .toolbar .button.flat:hover:active:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:focus, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.3); }
+ border-color: rgba(130, 135, 154, 0.4); }
.toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive {
- border-color: rgba(19, 20, 28, 0.3); }
+ border-color: rgba(164, 167, 182, 0.4); }
.toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.3); }
+ border-color: rgba(153, 157, 173, 0.4); }
.toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button.flat:focus {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(22, 24, 33, 0.22);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ border-color: rgba(198, 200, 209, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.toolbar .button:focus:hover, .toolbar .button.flat:focus:hover {
- background-color: #dddee3;
+ background-color: #212334;
background-image: none;
- border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(153, 157, 173, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.toolbar .button:focus:hover:active, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button:focus:hover:checked, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.3); }
+ border-color: rgba(130, 135, 154, 0.4); }
.toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive {
- border-color: rgba(19, 20, 28, 0.3); }
+ border-color: rgba(164, 167, 182, 0.4); }
.toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.3); }
+ border-color: rgba(153, 157, 173, 0.4); }
.toolbar .button:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .toolbar .button:active, .toolbar .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .toolbar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .toolbar .button.flat:checked, .toolbar .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
.toolbar .button:checked:active, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .toolbar .button:checked:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .toolbar .button:active:active:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .toolbar .button:active:active:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .toolbar .button:active:checked:hover, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .toolbar .button.flat:active:active:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus, .toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.22); }
+ border-color: rgba(130, 135, 154, 0.32); }
.toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive {
- border-color: rgba(19, 20, 28, 0.22); }
+ border-color: rgba(164, 167, 182, 0.32); }
.toolbar .button:active:checked:insensitive, .toolbar .button.flat:active:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.22); }
+ border-color: rgba(153, 157, 173, 0.32); }
.toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.toolbar .button:focus, .toolbar .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .toolbar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .toolbar .button:hover, .toolbar .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .toolbar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover {
- color: #161821; }
+ color: #c6c8d1; }
.toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c6c8d1,#161821,0.6);
+ color: mix(#1e202f,#c6c8d1,0.6);
box-shadow: none; }
.toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#c6c8d1,#161821,0.6); }
+ color: mix(#1e202f,#c6c8d1,0.6); }
.toolbar .button:active:insensitive, .toolbar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.toolbar .button.separator, .toolbar .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .toolbar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .toolbar .button .separator, .toolbar .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .toolbar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator {
border: 1px solid currentColor;
- color: rgba(198, 200, 209, 0.9); }
+ color: rgba(30, 32, 47, 0.9); }
.toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive {
- color: rgba(198, 200, 209, 0.85); }
+ color: rgba(30, 32, 47, 0.85); }
.toolbar .button.linked, .toolbar .selection-mode.header-bar .linked.button.suggested-action, .selection-mode.header-bar .toolbar .linked.button.suggested-action, .selection-mode.toolbar .linked.button.suggested-action, .toolbar .linked .button, .toolbar .linked .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .linked .button.suggested-action, .selection-mode.toolbar .linked .button.suggested-action {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover {
- box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
.toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive {
- box-shadow: inset -1px 0 #999dad; }
+ box-shadow: inset -1px 0 #181a26; }
.toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.toolbar GtkComboBox, .toolbar .button, .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .toolbar .button.suggested-action, .selection-mode.toolbar .button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.toolbar GtkComboBox.text-button, .toolbar .button.text-button, .toolbar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .toolbar .text-button.button.suggested-action, .selection-mode.toolbar .text-button.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
.toolbar GtkComboBox.image-button, .toolbar .button.image-button, .toolbar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .toolbar .image-button.button.suggested-action, .selection-mode.toolbar .image-button.button.suggested-action {
- padding: 4px 2px 4px 3px; }
+ padding: 1px -1px 1px 0px; }
.toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive {
- color: #afb2bf;
+ color: #1b1d2a;
border-color: currentColor;
-GtkWidget-window-dragging: true; }
.toolbar .menubar {
@@ -753,13 +753,13 @@ GtkPopover .entry, .menuitem .entry, .entry {
.toolbar GtkToolButton:insensitive .selection-mode.header-bar .flat.button.suggested-action,
.selection-mode.header-bar .toolbar GtkToolButton:insensitive .flat.button.suggested-action,
.selection-mode.toolbar GtkToolButton:insensitive .flat.button.suggested-action {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
.header-bar {
background-color: #161821;
background-image: none;
border-color: #12131a;
- padding: 6px;
+ padding: 0px;
color: #c6c8d1;
border-width: 0 0 1px;
border-style: solid; }
@@ -777,127 +777,127 @@ GtkPopover .entry, .menuitem .entry, .entry {
color: mix(#c6c8d1,#161821,0.5); }
.header-bar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.header-bar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: rgba(18, 19, 26, 0.22);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
.header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.22); }
+ border-color: rgba(130, 135, 154, 0.32); }
.header-bar .button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .header-bar .selection-mode.toolbar .button.suggested-action:insensitive, .selection-mode.toolbar .header-bar .button.suggested-action:insensitive {
- border-color: rgba(19, 20, 28, 0.22); }
+ border-color: rgba(164, 167, 182, 0.32); }
.header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.22); }
+ border-color: rgba(153, 157, 173, 0.32); }
.header-bar .button.flat, .selection-mode.header-bar .flat.button.suggested-action, .header-bar .selection-mode.toolbar .flat.button.suggested-action, .selection-mode.toolbar .header-bar .flat.button.suggested-action {
- border-color: rgba(198, 200, 209, 0);
- color: #161821;
- background-color: rgba(198, 200, 209, 0);
+ border-color: rgba(30, 32, 47, 0);
+ color: #c6c8d1;
+ background-color: rgba(30, 32, 47, 0);
background-image: none;
box-shadow: none; }
.header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:hover {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(18, 19, 26, 0.3);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(153, 157, 173, 0.4);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.header-bar .button:hover:active, .header-bar .button:hover:active:focus, .header-bar .button.flat:hover:active:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:focus, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.3); }
+ border-color: rgba(130, 135, 154, 0.4); }
.header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive {
- border-color: rgba(19, 20, 28, 0.3); }
+ border-color: rgba(164, 167, 182, 0.4); }
.header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.3); }
+ border-color: rgba(153, 157, 173, 0.4); }
.header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button.flat:focus {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(22, 24, 33, 0.22);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ border-color: rgba(198, 200, 209, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.header-bar .button:focus:hover, .header-bar .button.flat:focus:hover {
- background-color: #dddee3;
+ background-color: #212334;
background-image: none;
- border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(153, 157, 173, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.header-bar .button:focus:hover:active, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button:focus:hover:checked, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.3); }
+ border-color: rgba(130, 135, 154, 0.4); }
.header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive {
- border-color: rgba(19, 20, 28, 0.3); }
+ border-color: rgba(164, 167, 182, 0.4); }
.header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.3); }
+ border-color: rgba(153, 157, 173, 0.4); }
.header-bar .button:checked, .selection-mode.header-bar .button.suggested-action:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked, .header-bar .button:active, .selection-mode.header-bar .button.suggested-action:active, .header-bar .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .header-bar .button.suggested-action:active, .header-bar .button.flat:checked, .header-bar .button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active, .header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover, .header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:focus, .header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:active:hover:focus, .header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked, .header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover, .header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:checked:checked:hover:focus, .header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .header-bar .button.suggested-action:active:active, .header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover, .header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:focus, .header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:active:hover:focus, .header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked, .header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover, .header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:focus, .header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .button.suggested-action:active:checked:hover:focus, .header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active, .header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover, .header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked, .header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:checked:checked:hover:focus, .header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active, .header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover, .header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:active:hover:focus, .header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked, .header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover, .header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .header-bar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.22); }
+ border-color: rgba(130, 135, 154, 0.32); }
.header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive {
- border-color: rgba(19, 20, 28, 0.22); }
+ border-color: rgba(164, 167, 182, 0.32); }
.header-bar .button:active:checked:insensitive, .header-bar .button.flat:active:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.22); }
+ border-color: rgba(153, 157, 173, 0.32); }
.header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.header-bar .button:focus, .selection-mode.header-bar .button.suggested-action:focus, .header-bar .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .header-bar .button.suggested-action:focus, .header-bar .button:hover, .selection-mode.header-bar .button.suggested-action:hover, .header-bar .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .header-bar .button.suggested-action:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover {
- color: #161821; }
+ color: #c6c8d1; }
.header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c6c8d1,#161821,0.6);
+ color: mix(#1e202f,#c6c8d1,0.6);
box-shadow: none; }
.header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#c6c8d1,#161821,0.6); }
+ color: mix(#1e202f,#c6c8d1,0.6); }
.header-bar .button:active:insensitive, .header-bar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.header-bar .button.separator, .selection-mode.header-bar .separator.button.suggested-action, .header-bar .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .header-bar .separator.button.suggested-action, .header-bar .button .separator, .selection-mode.header-bar .button.suggested-action .separator, .header-bar .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .header-bar .button.suggested-action .separator {
border: 1px solid currentColor;
- color: rgba(198, 200, 209, 0.9); }
+ color: rgba(30, 32, 47, 0.9); }
.header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive {
- color: rgba(198, 200, 209, 0.85); }
+ color: rgba(30, 32, 47, 0.85); }
.header-bar .button.linked, .selection-mode.header-bar .linked.button.suggested-action, .header-bar .selection-mode.toolbar .linked.button.suggested-action, .selection-mode.toolbar .header-bar .linked.button.suggested-action, .header-bar .linked .button, .selection-mode.header-bar .linked .button.suggested-action, .header-bar .linked .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .linked .button.suggested-action {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover {
- box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
.header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive {
- box-shadow: inset -1px 0 #999dad; }
+ box-shadow: inset -1px 0 #181a26; }
.header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child {
box-shadow: none; }
.header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.header-bar GtkComboBox, .header-bar .button, .selection-mode.header-bar .button.suggested-action, .header-bar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .header-bar .button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.header-bar GtkComboBox.text-button, .header-bar .button.text-button, .selection-mode.header-bar .text-button.button.suggested-action, .header-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .header-bar .text-button.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
.header-bar GtkComboBox.image-button, .header-bar .button.image-button, .selection-mode.header-bar .image-button.button.suggested-action, .header-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .header-bar .image-button.button.suggested-action {
- padding: 4px 2px 4px 3px; }
+ padding: 1px -1px 1px 0px; }
.header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive {
color: #14161e;
border-color: currentColor;
@@ -913,9 +913,9 @@ GtkPopover .entry, .menuitem .entry, .entry {
border-radius: 4px 4px 0 0;
color: #c6c8d1; }
.titlebar:backdrop {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- color: mix(#161821,#c6c8d1,0.4);
+ color: mix(#c6c8d1,#1e202f,0.4);
text-shadow: none; }
.titlebar.default-decoration {
border: 0;
@@ -925,7 +925,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
.titlebar .title {
font: bold; }
.titlebar .titlebutton {
- padding: 3px;
+ padding: 0px;
border: 0;
background-image: none;
background-color: transparent;
@@ -943,43 +943,43 @@ GtkPopover .entry, .menuitem .entry, .entry {
box-shadow: none; }
.titlebar .titlebutton:backdrop {
background: none;
- color: mix(#161821,#c6c8d1,0.4);
+ color: mix(#c6c8d1,#1e202f,0.4);
icon-shadow: none; }
/**************
! Action-bar *
***************/
.action-bar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- padding: 3px;
+ padding: 0px;
border-width: 1px 0 0;
border-style: solid;
- border-color: #999dad;
- color: #161821; }
+ border-color: #181a26;
+ color: #c6c8d1; }
.action-bar .button.text-button, .action-bar .selection-mode.header-bar .text-button.button.suggested-action, .selection-mode.header-bar .action-bar .text-button.button.suggested-action, .action-bar .selection-mode.toolbar .text-button.button.suggested-action, .selection-mode.toolbar .action-bar .text-button.button.suggested-action {
- padding: 2px; }
+ padding: -1px; }
.action-bar .button.image-button, .action-bar .selection-mode.header-bar .image-button.button.suggested-action, .selection-mode.header-bar .action-bar .image-button.button.suggested-action, .action-bar .selection-mode.toolbar .image-button.button.suggested-action, .selection-mode.toolbar .action-bar .image-button.button.suggested-action {
- padding: 4px; }
+ padding: 1px; }
.action-bar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.action-bar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
/***************
! Search bars *
****************/
.search-bar {
- background-color: #c1c4cd;
+ background-color: #1d1f2e;
background-image: none;
border-width: 0 0 1px;
border-style: solid;
- border-color: #999dad;
- color: #161821; }
+ border-color: #181a26;
+ color: #c6c8d1; }
.search-bar .button.close-button, .search-bar .selection-mode.header-bar .close-button.button.suggested-action, .selection-mode.header-bar .search-bar .close-button.button.suggested-action, .search-bar .selection-mode.toolbar .close-button.button.suggested-action, .selection-mode.toolbar .search-bar .close-button.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
/******************
! Action buttons *
@@ -987,91 +987,91 @@ GtkPopover .entry, .menuitem .entry, .entry {
.suggested-action.button, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button {
background-color: #c0ca8e;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.suggested-action.button:insensitive, .selection-mode.header-bar .suggested-action.button:insensitive, .selection-mode.toolbar .suggested-action.button:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.suggested-action.button.flat, .selection-mode.header-bar .suggested-action.flat.button, .selection-mode.toolbar .suggested-action.flat.button {
border-color: rgba(192, 202, 142, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(192, 202, 142, 0);
background-image: none;
box-shadow: none; }
.suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:hover {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.suggested-action.button:hover:active, .suggested-action.button:hover:active:focus, .suggested-action.button.flat:hover:active:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:focus, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button.flat:focus {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover {
background-color: #cdd5a5;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.suggested-action.button:focus:hover:active, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.suggested-action.button:checked, .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .suggested-action.button:checked, .suggested-action.button:active, .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .suggested-action.button:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.suggested-action.button:focus, .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .suggested-action.button:focus, .suggested-action.button:hover, .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .suggested-action.button:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive {
- background-color: alpha(mix(#c0ca8e,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#c0ca8e,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c0ca8e,#d2d4de,0.6);
+ color: mix(#c0ca8e,#161821,0.6);
box-shadow: none; }
.suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive {
- color: mix(#c0ca8e,#d2d4de,0.6); }
+ color: mix(#c0ca8e,#161821,0.6); }
.suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.suggested-action.button.separator, .selection-mode.header-bar .suggested-action.separator.button, .selection-mode.toolbar .suggested-action.separator.button, .suggested-action.button .separator, .selection-mode.header-bar .suggested-action.button .separator, .selection-mode.toolbar .suggested-action.button .separator {
border: 1px solid currentColor;
color: rgba(192, 202, 142, 0.9); }
@@ -1081,91 +1081,91 @@ GtkPopover .entry, .menuitem .entry, .entry {
.destructive-action.button, .selection-mode.header-bar .destructive-action.button.suggested-action, .selection-mode.toolbar .destructive-action.button.suggested-action {
background-color: #e98989;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.destructive-action.button:insensitive, .selection-mode.header-bar .destructive-action.button.suggested-action:insensitive, .selection-mode.toolbar .destructive-action.button.suggested-action:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.destructive-action.button.flat, .selection-mode.header-bar .destructive-action.flat.button.suggested-action, .selection-mode.toolbar .destructive-action.flat.button.suggested-action {
border-color: rgba(233, 137, 137, 0);
- color: #d2d4de;
+ color: #161821;
background-color: rgba(233, 137, 137, 0);
background-image: none;
box-shadow: none; }
.destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:hover {
background-color: #ec9999;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.3);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.destructive-action.button:hover:active, .destructive-action.button:hover:active:focus, .destructive-action.button.flat:hover:active:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:focus, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button.flat:focus {
background-color: #ec9999;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ border-color: rgba(22, 24, 33, 0.22);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.destructive-action.button:focus:hover:active, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.3); }
.destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.3); }
.destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.3); }
.destructive-action.button:checked, .selection-mode.header-bar .destructive-action.button.suggested-action:checked, .selection-mode.toolbar .destructive-action.button.suggested-action:checked, .destructive-action.button:active, .selection-mode.header-bar .destructive-action.button.suggested-action:active, .selection-mode.toolbar .destructive-action.button.suggested-action:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.22); }
.destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.22); }
.destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.22); }
.destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.destructive-action.button:focus, .selection-mode.header-bar .destructive-action.button.suggested-action:focus, .selection-mode.toolbar .destructive-action.button.suggested-action:focus, .destructive-action.button:hover, .selection-mode.header-bar .destructive-action.button.suggested-action:hover, .selection-mode.toolbar .destructive-action.button.suggested-action:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive {
- background-color: alpha(mix(#e98989,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#e98989,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#e98989,#d2d4de,0.6);
+ color: mix(#e98989,#161821,0.6);
box-shadow: none; }
.destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive {
- color: mix(#e98989,#d2d4de,0.6); }
+ color: mix(#e98989,#161821,0.6); }
.destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.destructive-action.button.separator, .selection-mode.header-bar .destructive-action.separator.button.suggested-action, .selection-mode.toolbar .destructive-action.separator.button.suggested-action, .destructive-action.button .separator, .selection-mode.header-bar .destructive-action.button.suggested-action .separator, .selection-mode.toolbar .destructive-action.button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -1179,8 +1179,8 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-color: #84a0c6;
background-image: none;
border-color: #577db1;
- padding: 6px;
- color: #d2d4de; }
+ padding: 0px;
+ color: #161821; }
.selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover {
border-color: mix(#84a0c6,#84a0c6,0.3); }
.selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus {
@@ -1192,19 +1192,142 @@ GtkPopover .entry, .menuitem .entry, .entry {
.selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive {
background-color: #6d8fbc;
background-image: none;
- color: mix(#d2d4de,#84a0c6,0.5); }
+ color: mix(#161821,#84a0c6,0.5); }
.selection-mode.header-bar .title, .selection-mode.toolbar .title {
font: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle {
font: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
- background-color: #c6c8d1;
+ background-color: #1e202f;
+ background-image: none;
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
+ .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
+ border-color: rgba(130, 135, 154, 0.32); }
+ .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
+ border-color: rgba(164, 167, 182, 0.32); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ border-color: rgba(153, 157, 173, 0.32); }
+ .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
+ border-color: rgba(30, 32, 47, 0);
+ color: #c6c8d1;
+ background-color: rgba(30, 32, 47, 0);
+ background-image: none;
+ box-shadow: none; }
+ .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
+ background-color: #202231;
+ background-image: none;
+ border-color: rgba(153, 157, 173, 0.4);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
+ .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
+ border-color: rgba(130, 135, 154, 0.4); }
+ .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
+ border-color: rgba(164, 167, 182, 0.4); }
+ .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
+ border-color: rgba(153, 157, 173, 0.4); }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
+ background-color: #202231;
+ background-image: none;
+ border-color: rgba(198, 200, 209, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
+ background-color: #212334;
+ background-image: none;
+ border-color: rgba(153, 157, 173, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
+ .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
+ border-color: rgba(130, 135, 154, 0.4); }
+ .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
+ border-color: rgba(164, 167, 182, 0.4); }
+ .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
+ border-color: rgba(153, 157, 173, 0.4); }
+ .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
+ background-color: #84a0c6;
+ background-image: none;
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
+ .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
+ border-color: rgba(130, 135, 154, 0.32); }
+ .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
+ border-color: rgba(164, 167, 182, 0.32); }
+ .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
+ border-color: rgba(153, 157, 173, 0.32); }
+ .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
+ background-color: #8fa9cb;
+ background-image: none;
+ color: #161821; }
+ .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
+ color: #c6c8d1; }
+ .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.2),0.4);
+ background-image: none;
+ opacity: .6;
+ color: mix(#1e202f,#c6c8d1,0.6);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
+ color: mix(#1e202f,#c6c8d1,0.6); }
+ .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
+ background-color: rgba(132, 160, 198, 0.6);
+ background-image: none;
+ color: rgba(22, 24, 33, 0.85);
+ box-shadow: none; }
+ .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
+ color: rgba(22, 24, 33, 0.85); }
+ .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
+ border: 1px solid currentColor;
+ color: rgba(30, 32, 47, 0.9); }
+ .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
+ color: rgba(30, 32, 47, 0.85); }
+ .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover {
+ box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus {
+ box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive {
+ box-shadow: inset -1px 0 #181a26; }
+ .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child {
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover {
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child {
+ box-shadow: none; }
+ .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus {
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus {
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ padding: -1px; }
+ .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button {
+ padding: 0px; }
+ .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button {
+ padding: 1px -1px 1px 0px; }
+ .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive {
+ color: #6d8fbc;
+ border-color: currentColor;
+ -GtkWidget-window-dragging: true; }
+ .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar {
+ -GtkToolbar-button-relief: normal; }
+ .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
+ background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
@@ -1214,17 +1337,17 @@ GtkPopover .entry, .menuitem .entry, .entry {
.selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
border-color: rgba(18, 19, 26, 0.22); }
.selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
- border-color: rgba(198, 200, 209, 0);
+ border-color: rgba(132, 160, 198, 0);
color: #161821;
- background-color: rgba(198, 200, 209, 0);
+ background-color: rgba(132, 160, 198, 0);
background-image: none;
box-shadow: none; }
.selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
- background-color: #d1d3da;
+ background-color: #8fa9cb;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
@@ -1234,16 +1357,16 @@ GtkPopover .entry, .menuitem .entry, .entry {
.selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
border-color: rgba(18, 19, 26, 0.3); }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
- background-color: #d1d3da;
+ background-color: #8fa9cb;
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
- background-color: #dddee3;
+ background-color: #9bb1d0;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
@@ -1256,7 +1379,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
@@ -1269,147 +1392,24 @@ GtkPopover .entry, .menuitem .entry, .entry {
.selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
color: #161821; }
.selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c6c8d1,#161821,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
.selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#c6c8d1,#161821,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
.selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
- .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
- border: 1px solid currentColor;
- color: rgba(198, 200, 209, 0.9); }
- .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive {
- color: rgba(198, 200, 209, 0.85); }
- .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
- .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover {
- box-shadow: inset -1px 0 mix(#84a0c6,rgba(0, 0, 0, 0.22),0.3), 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
- .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .linked.button.suggested-action:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .linked.button.suggested-action:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .linked.button.suggested-action:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .linked.button.suggested-action:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button.suggested-action:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button.suggested-action:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button.suggested-action:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button.suggested-action:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:hover:focus {
- box-shadow: inset -1px 0 rgba(0, 0, 0, 0.22), inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
- .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive {
- box-shadow: inset -1px 0 #999dad; }
- .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
- .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
- .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child {
- box-shadow: none; }
- .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .linked.button.suggested-action:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button.suggested-action:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:last-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
- .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .linked .selection-mode.toolbar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .linked.button.suggested-action:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked.button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button.suggested-action:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:active:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .linked .selection-mode.header-bar .button.suggested-action:checked:only-child:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button.suggested-action:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
- .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
- padding: 2px; }
- .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button {
- padding: 3px; }
- .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button {
- padding: 4px 2px 4px 3px; }
- .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive {
- color: #6d8fbc;
- border-color: currentColor;
- -GtkWidget-window-dragging: true; }
- .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar {
- -GtkToolbar-button-relief: normal; }
- .selection-mode.header-bar .button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button, .selection-mode.toolbar .button.suggested-action {
- background-color: #84a0c6;
- background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
- .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
- .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
- .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
- .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
- .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat {
- border-color: rgba(132, 160, 198, 0);
- color: #d2d4de;
- background-color: rgba(132, 160, 198, 0);
- background-image: none;
- box-shadow: none; }
- .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover {
- background-color: #8fa9cb;
- background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
- .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
- .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
- .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
- .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
- .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus {
- background-color: #8fa9cb;
- background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
- .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover {
- background-color: #9bb1d0;
- background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
- .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
- .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
- .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive {
- border-color: rgba(173, 176, 195, 0.3); }
- .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.3); }
- .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active {
- background-color: #84a0c6;
- background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
- .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
- .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button.suggested-action:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.suggested-action:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.suggested-action:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button.suggested-action:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button.suggested-action:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button.suggested-action:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button.suggested-action:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button.suggested-action:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.suggested-action:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.suggested-action:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .flat.button.suggested-action:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .flat.button.suggested-action:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .flat.button.suggested-action:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .flat.button.suggested-action:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus, .selection-mode.toolbar .flat.button.suggested-action:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
- .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive {
- border-color: rgba(173, 176, 195, 0.22); }
- .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive {
- border-color: rgba(160, 164, 185, 0.22); }
- .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover {
- background-color: #8fa9cb;
- background-image: none;
- color: #d2d4de; }
- .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover {
- color: #d2d4de; }
- .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
- background-image: none;
- opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
- box-shadow: none; }
- .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive {
- color: mix(#84a0c6,#d2d4de,0.6); }
- .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive {
- background-color: rgba(132, 160, 198, 0.6);
- background-image: none;
- color: rgba(210, 212, 222, 0.85);
- box-shadow: none; }
- .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator {
border: 1px solid currentColor;
color: rgba(132, 160, 198, 0.9); }
@@ -1428,7 +1428,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
color: #496d9e; }
.selection-mode.toolbar {
- padding: 3px; }
+ padding: 0px; }
/**********
! Calendar
@@ -1437,14 +1437,14 @@ GtkCalendar {
padding: 1px 3px;
outline-offset: -1px; }
GtkCalendar:inconsistent {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
background-color: transparent;
background-image: none;
border-width: 0;
border-radius: 0; }
GtkCalendar.button, .selection-mode.header-bar GtkCalendar.button.suggested-action, .selection-mode.toolbar GtkCalendar.button.suggested-action, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive {
- color: #c8c9d2;
+ color: #1f2131;
border-width: 0;
box-shadow: none; }
GtkCalendar.highlight {
@@ -1452,19 +1452,19 @@ GtkCalendar {
/* gnome-calendar */
.calendar-view {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
/***************
! Color chooser
****************/
GtkColorSwatch, GtkColorSwatch:selected {
- border: 1px solid rgba(9, 10, 13, 0.1);
+ border: 1px solid rgba(73, 76, 90, 0.1);
border-radius: 4px;
background-color: transparent;
background-clip: border-box; }
GtkColorSwatch:hover, GtkColorSwatch:selected:hover {
- border-color: rgba(9, 10, 13, 0.3); }
+ border-color: rgba(73, 76, 90, 0.3); }
GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover {
background-image: none; }
@@ -1492,17 +1492,17 @@ GtkColorEditor GtkColorSwatch {
border-radius: 4px; }
GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover {
background-image: none;
- border-color: rgba(9, 10, 13, 0.3); }
+ border-color: rgba(73, 76, 90, 0.3); }
GtkColorChooserWidget #add-color-button {
background-clip: padding-box;
- border-color: rgba(9, 10, 13, 0.1);
- background-color: #bbbdc8;
- color: #161821; }
+ border-color: rgba(73, 76, 90, 0.1);
+ background-color: #1d1e2d;
+ color: #c6c8d1; }
GtkColorChooserWidget #add-color-button:hover {
- border-color: rgba(9, 10, 13, 0.3);
- background-color: #afb2bf;
- color: #161821; }
+ border-color: rgba(73, 76, 90, 0.3);
+ background-color: #1b1d2a;
+ color: #c6c8d1; }
.color-active-badge, .color-active-badge:selected {
border-width: 2px;
@@ -1510,15 +1510,15 @@ GtkColorChooserWidget #add-color-button {
background-color: transparent; }
.color-active-badge.color-light, .color-active-badge.color-light:hover {
- border-color: rgba(9, 10, 13, 0.3);
- color: rgba(9, 10, 13, 0.3); }
+ border-color: rgba(73, 76, 90, 0.3);
+ color: rgba(73, 76, 90, 0.3); }
.color-active-badge.color-dark, .color-active-badge.color-dark:hover {
- border-color: rgba(200, 201, 210, 0.3);
- color: rgba(200, 201, 210, 0.3); }
+ border-color: rgba(31, 33, 49, 0.3);
+ color: rgba(31, 33, 49, 0.3); }
GtkColorButton.button, .selection-mode.header-bar GtkColorButton.button.suggested-action, .selection-mode.toolbar GtkColorButton.button.suggested-action {
- padding: 3px; }
+ padding: 0px; }
/***********************
! Font and file choosers
@@ -1541,36 +1541,36 @@ GtkFileChooser {
border-width: 0 1px 0 0;
border-style: solid;
border-color: currentColor;
- background-color: #c6c8d1;
- color: #afb2bf; }
+ background-color: #1e202f;
+ color: #1b1d2a; }
GtkFileChooser .dialog-action-box {
border-width: 1px 0 0;
border-style: solid;
- border-color: #82879a; }
+ border-color: #151621; }
/******************
! Grid and flowbox
*******************/
.list {
- background-color: #bfc1cc;
- color: #161821; }
+ background-color: #1d1f2e;
+ color: #c6c8d1; }
.list-row, .list-row.button, .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.toolbar .list-row.button.suggested-action {
border: 0;
border-radius: 0;
- padding: 3px;
+ padding: 0px;
background-image: none;
- background-color: rgba(198, 200, 209, 0);
+ background-color: rgba(30, 32, 47, 0);
box-shadow: none; }
.list-row:hover, .list-row.button:hover, .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.toolbar .list-row.button.suggested-action:hover {
background-image: none;
- background-color: #cbccd5; }
+ background-color: #1f2130; }
.list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .selection-mode.header-bar .list-row.button.suggested-action:selected, .selection-mode.toolbar .list-row.button.suggested-action:selected, .list-row.button:selected:hover, .list-row.button:selected:focus {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.grid-child, GtkFlowBox .grid-child {
- padding: 3px;
+ padding: 0px;
border-radius: 4px; }
.grid-child:selected, GtkFlowBox .grid-child:selected {
outline-offset: -2px; }
@@ -1597,7 +1597,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.info .button:active, .info .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .info .button.suggested-action:active, .info .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .info .button.suggested-action:active, .info .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .info .suggested-action.button:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active, .info .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .info .suggested-action.button:active, .info .button:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:hover, .info .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .button:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:focus, .info .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .button:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:active:hover:focus, .info .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .info .suggested-action.button:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover:focus, .info .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .info .suggested-action.button:active:hover:focus, .info .button:checked, .info .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .info .button.suggested-action:checked, .info .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .info .button.suggested-action:checked, .info .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .info .suggested-action.button:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked, .info .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .info .suggested-action.button:checked, .info .button:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:hover, .info .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .button:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:focus, .info .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .button:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:checked:hover:focus, .info .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .info .suggested-action.button:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover:focus, .info .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .info .suggested-action.button:checked:hover:focus {
@@ -1617,7 +1617,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.info .button:hover:active, .info .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .info .button.suggested-action:hover:active, .info .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .info .button.suggested-action:hover:active, .info .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active, .info .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .info .suggested-action.button:hover:active, .info .button:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .info .suggested-action.button:hover:active:hover, .info .button:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .info .suggested-action.button:hover:active:focus, .info .button:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .info .suggested-action.button:hover:active:hover:focus, .info .button:hover:checked, .info .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .info .button.suggested-action:hover:checked, .info .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .info .button.suggested-action:hover:checked, .info .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked, .info .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .info .suggested-action.button:hover:checked, .info .button:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover, .info .button:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .info .suggested-action.button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .info .suggested-action.button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active, .info .button.flat:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover, .info .button.flat:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:active:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:active:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:active:hover:focus, .info .button.flat:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked, .info .button.flat:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:focus, .info .button.flat:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1631,12 +1631,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.info .button:focus:hover, .info .button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.info .button:focus:hover:hover, .info .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.info .button:focus:hover:active, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active, .info .button:focus:hover:active:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .suggested-action.button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:active:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.button.suggested-action:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:focus:hover:checked:hover:focus, .info .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .info .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1649,7 +1649,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.info .button:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:focus, .info .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .button:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:hover, .info .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .button:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:focus, .info .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .button:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:hover, .info .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .button.flat:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .button.flat:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .button.flat:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .button.flat:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
@@ -1662,7 +1662,7 @@ GtkInfoBar {
.info .button:checked:focus, .info .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .info .button.suggested-action:checked:focus, .info .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .info .button.suggested-action:checked:focus, .info .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:focus, .info .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .info .suggested-action.button:checked:focus, .info .button:checked:hover, .info .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .info .button.suggested-action:checked:hover, .info .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .info .button.suggested-action:checked:hover, .info .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:checked:hover, .info .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .info .suggested-action.button:checked:hover, .info .button:active:focus, .info .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .info .button.suggested-action:active:focus, .info .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .info .button.suggested-action:active:focus, .info .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:focus, .info .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .info .suggested-action.button:active:focus, .info .button:active:hover, .info .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .info .button.suggested-action:active:hover, .info .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .info .button.suggested-action:active:hover, .info .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .suggested-action.button:active:hover, .info .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .info .suggested-action.button:active:hover, .info .button.flat:checked:focus, .info .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .info .flat.button.suggested-action:checked:focus, .info .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:focus, .info .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .info .flat.suggested-action.button:checked:focus, .info .button.flat:checked:hover, .info .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .info .flat.button.suggested-action:checked:hover, .info .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:checked:hover, .info .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .info .flat.suggested-action.button:checked:hover, .info .button.flat:active:focus, .info .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .info .flat.button.suggested-action:active:focus, .info .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .info .flat.button.suggested-action:active:focus, .info .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:focus, .info .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .info .flat.suggested-action.button:active:focus, .info .button.flat:active:hover, .info .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .info .flat.button.suggested-action:active:hover, .info .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .info .flat.button.suggested-action:active:hover, .info .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .info .flat.suggested-action.button:active:hover, .info .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .info .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.info .button:focus, .info .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .info .button.suggested-action:focus, .info .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .info .button.suggested-action:focus, .info .button:hover, .info .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .info .button.suggested-action:hover, .info .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .info .button.suggested-action:hover, .info .button.flat:focus, .info .button.flat:hover {
color: #161821; }
.info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive {
@@ -1676,10 +1676,10 @@ GtkInfoBar {
.info .button:active:insensitive, .info .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.info .button.separator, .info .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .info .separator.button.suggested-action, .info .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .info .separator.button.suggested-action, .info .button .separator, .info .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .info .button.suggested-action .separator, .info .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .info .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -1696,7 +1696,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.warning .button:active, .warning .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .warning .button.suggested-action:active, .warning .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .warning .button.suggested-action:active, .warning .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .warning .suggested-action.button:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active, .warning .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .warning .suggested-action.button:active, .warning .button:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:hover, .warning .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .button:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:focus, .warning .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .button:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:active:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:active:hover:focus, .warning .button:checked, .warning .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .warning .button.suggested-action:checked, .warning .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .warning .button.suggested-action:checked, .warning .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .warning .suggested-action.button:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked, .warning .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .warning .suggested-action.button:checked, .warning .button:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .button:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .button:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:hover:focus {
@@ -1716,7 +1716,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.warning .button:hover:active, .warning .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .warning .button.suggested-action:hover:active, .warning .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .warning .button.suggested-action:hover:active, .warning .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active, .warning .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .warning .suggested-action.button:hover:active, .warning .button:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover, .warning .button:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:active:hover:focus, .warning .button:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:hover:checked, .warning .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked, .warning .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .warning .suggested-action.button:hover:checked, .warning .button:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active, .warning .button.flat:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked, .warning .button.flat:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1730,12 +1730,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.warning .button:focus:hover, .warning .button.flat:focus:hover {
background-color: #efc6a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.warning .button:focus:hover:hover, .warning .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.warning .button:focus:hover:active, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .suggested-action.button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1748,7 +1748,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.warning .button:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .button:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .button:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:focus, .warning .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .button:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:hover, .warning .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .button.flat:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .button.flat:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .button.flat:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .button.flat:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
@@ -1761,7 +1761,7 @@ GtkInfoBar {
.warning .button:checked:focus, .warning .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .warning .button.suggested-action:checked:focus, .warning .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .warning .button.suggested-action:checked:focus, .warning .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:focus, .warning .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .warning .suggested-action.button:checked:focus, .warning .button:checked:hover, .warning .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .warning .button.suggested-action:checked:hover, .warning .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .warning .button.suggested-action:checked:hover, .warning .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:checked:hover, .warning .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .warning .suggested-action.button:checked:hover, .warning .button:active:focus, .warning .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .warning .button.suggested-action:active:focus, .warning .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .warning .button.suggested-action:active:focus, .warning .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:focus, .warning .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .warning .suggested-action.button:active:focus, .warning .button:active:hover, .warning .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .warning .button.suggested-action:active:hover, .warning .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .warning .button.suggested-action:active:hover, .warning .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .suggested-action.button:active:hover, .warning .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .warning .suggested-action.button:active:hover, .warning .button.flat:checked:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:focus, .warning .button.flat:checked:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:checked:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:checked:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:checked:hover, .warning .button.flat:active:focus, .warning .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .warning .flat.button.suggested-action:active:focus, .warning .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:focus, .warning .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .warning .flat.suggested-action.button:active:focus, .warning .button.flat:active:hover, .warning .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .warning .flat.button.suggested-action:active:hover, .warning .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .warning .flat.suggested-action.button:active:hover, .warning .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .warning .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.warning .button:focus, .warning .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .warning .button.suggested-action:focus, .warning .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .warning .button.suggested-action:focus, .warning .button:hover, .warning .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .warning .button.suggested-action:hover, .warning .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .warning .button.suggested-action:hover, .warning .button.flat:focus, .warning .button.flat:hover {
color: #161821; }
.warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive {
@@ -1775,10 +1775,10 @@ GtkInfoBar {
.warning .button:active:insensitive, .warning .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.warning .button.separator, .warning .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .warning .separator.button.suggested-action, .warning .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .warning .separator.button.suggested-action, .warning .button .separator, .warning .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .warning .button.suggested-action .separator, .warning .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .warning .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(233, 177, 137, 0.9); }
@@ -1795,7 +1795,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.question .button:active, .question .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .question .button.suggested-action:active, .question .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .question .button.suggested-action:active, .question .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .question .suggested-action.button:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active, .question .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .question .suggested-action.button:active, .question .button:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:hover, .question .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .button:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:focus, .question .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .button:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:active:hover:focus, .question .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .question .suggested-action.button:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover:focus, .question .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .question .suggested-action.button:active:hover:focus, .question .button:checked, .question .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .question .button.suggested-action:checked, .question .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .question .button.suggested-action:checked, .question .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .question .suggested-action.button:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked, .question .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .question .suggested-action.button:checked, .question .button:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:hover, .question .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .button:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:focus, .question .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .button:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:checked:hover:focus, .question .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .question .suggested-action.button:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover:focus, .question .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .question .suggested-action.button:checked:hover:focus {
@@ -1815,7 +1815,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.question .button:hover:active, .question .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .question .button.suggested-action:hover:active, .question .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .question .button.suggested-action:hover:active, .question .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active, .question .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .question .suggested-action.button:hover:active, .question .button:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .question .suggested-action.button:hover:active:hover, .question .button:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .question .suggested-action.button:hover:active:focus, .question .button:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .question .suggested-action.button:hover:active:hover:focus, .question .button:hover:checked, .question .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .question .button.suggested-action:hover:checked, .question .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .question .button.suggested-action:hover:checked, .question .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked, .question .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .question .suggested-action.button:hover:checked, .question .button:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover, .question .button:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .question .suggested-action.button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .question .suggested-action.button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active, .question .button.flat:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover, .question .button.flat:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:active:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:active:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:active:hover:focus, .question .button.flat:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked, .question .button.flat:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:focus, .question .button.flat:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1829,12 +1829,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.question .button:focus:hover, .question .button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.question .button:focus:hover:hover, .question .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.question .button:focus:hover:active, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active, .question .button:focus:hover:active:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .suggested-action.button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:active:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.button.suggested-action:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:focus:hover:checked:hover:focus, .question .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .question .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1847,7 +1847,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.question .button:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:focus, .question .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .button:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:hover, .question .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .button:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:focus, .question .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .button:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:hover, .question .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .button.flat:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .button.flat:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .button.flat:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .button.flat:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
@@ -1860,7 +1860,7 @@ GtkInfoBar {
.question .button:checked:focus, .question .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .question .button.suggested-action:checked:focus, .question .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .question .button.suggested-action:checked:focus, .question .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:focus, .question .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .question .suggested-action.button:checked:focus, .question .button:checked:hover, .question .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .question .button.suggested-action:checked:hover, .question .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .question .button.suggested-action:checked:hover, .question .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:checked:hover, .question .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .question .suggested-action.button:checked:hover, .question .button:active:focus, .question .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .question .button.suggested-action:active:focus, .question .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .question .button.suggested-action:active:focus, .question .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:focus, .question .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .question .suggested-action.button:active:focus, .question .button:active:hover, .question .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .question .button.suggested-action:active:hover, .question .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .question .button.suggested-action:active:hover, .question .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .suggested-action.button:active:hover, .question .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .question .suggested-action.button:active:hover, .question .button.flat:checked:focus, .question .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .question .flat.button.suggested-action:checked:focus, .question .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:focus, .question .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .question .flat.suggested-action.button:checked:focus, .question .button.flat:checked:hover, .question .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .question .flat.button.suggested-action:checked:hover, .question .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:checked:hover, .question .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .question .flat.suggested-action.button:checked:hover, .question .button.flat:active:focus, .question .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .question .flat.button.suggested-action:active:focus, .question .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .question .flat.button.suggested-action:active:focus, .question .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:focus, .question .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .question .flat.suggested-action.button:active:focus, .question .button.flat:active:hover, .question .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .question .flat.button.suggested-action:active:hover, .question .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .question .flat.button.suggested-action:active:hover, .question .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .question .flat.suggested-action.button:active:hover, .question .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .question .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.question .button:focus, .question .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .question .button.suggested-action:focus, .question .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .question .button.suggested-action:focus, .question .button:hover, .question .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .question .button.suggested-action:hover, .question .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .question .button.suggested-action:hover, .question .button.flat:focus, .question .button.flat:hover {
color: #161821; }
.question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive {
@@ -1874,10 +1874,10 @@ GtkInfoBar {
.question .button:active:insensitive, .question .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.question .button.separator, .question .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .question .separator.button.suggested-action, .question .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .question .separator.button.suggested-action, .question .button .separator, .question .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .question .button.suggested-action .separator, .question .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .question .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -1894,7 +1894,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
.error .button:active, .error .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .error .button.suggested-action:active, .error .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .error .button.suggested-action:active, .error .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .error .suggested-action.button:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active, .error .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .error .suggested-action.button:active, .error .button:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:hover, .error .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .button:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:focus, .error .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .button:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:active:hover:focus, .error .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .error .suggested-action.button:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover:focus, .error .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .error .suggested-action.button:active:hover:focus, .error .button:checked, .error .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .error .button.suggested-action:checked, .error .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .error .button.suggested-action:checked, .error .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .error .suggested-action.button:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked, .error .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .error .suggested-action.button:checked, .error .button:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:hover, .error .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .button:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:focus, .error .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .button:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:checked:hover:focus, .error .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .error .suggested-action.button:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover:focus, .error .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .error .suggested-action.button:checked:hover:focus {
@@ -1914,7 +1914,7 @@ GtkInfoBar {
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.error .button:hover:active, .error .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .error .button.suggested-action:hover:active, .error .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .error .button.suggested-action:hover:active, .error .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active, .error .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .error .suggested-action.button:hover:active, .error .button:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .error .suggested-action.button:hover:active:hover, .error .button:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .error .suggested-action.button:hover:active:focus, .error .button:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .error .suggested-action.button:hover:active:hover:focus, .error .button:hover:checked, .error .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .error .button.suggested-action:hover:checked, .error .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .error .button.suggested-action:hover:checked, .error .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked, .error .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .error .suggested-action.button:hover:checked, .error .button:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover, .error .button:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .error .suggested-action.button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .error .suggested-action.button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active, .error .button.flat:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover, .error .button.flat:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:active:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:active:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:active:hover:focus, .error .button.flat:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked, .error .button.flat:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:focus, .error .button.flat:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:hover:checked:hover:focus {
@@ -1928,12 +1928,12 @@ GtkInfoBar {
background-image: none;
border-color: rgba(22, 24, 33, 0.22);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.error .button:focus:hover, .error .button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.error .button:focus:hover:hover, .error .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
.error .button:focus:hover:active, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active, .error .button:focus:hover:active:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .suggested-action.button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:active:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.button.suggested-action:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:focus:hover:checked:hover:focus, .error .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .error .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -1946,7 +1946,7 @@ GtkInfoBar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.error .button:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:focus, .error .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .button:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:hover, .error .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .button:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:focus, .error .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .button:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:hover, .error .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .button.flat:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .button.flat:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .button.flat:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .button.flat:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
@@ -1959,7 +1959,7 @@ GtkInfoBar {
.error .button:checked:focus, .error .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .error .button.suggested-action:checked:focus, .error .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .error .button.suggested-action:checked:focus, .error .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:focus, .error .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .error .suggested-action.button:checked:focus, .error .button:checked:hover, .error .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .error .button.suggested-action:checked:hover, .error .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .error .button.suggested-action:checked:hover, .error .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:checked:hover, .error .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .error .suggested-action.button:checked:hover, .error .button:active:focus, .error .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .error .button.suggested-action:active:focus, .error .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .error .button.suggested-action:active:focus, .error .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:focus, .error .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .error .suggested-action.button:active:focus, .error .button:active:hover, .error .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .error .button.suggested-action:active:hover, .error .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .error .button.suggested-action:active:hover, .error .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .suggested-action.button:active:hover, .error .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .error .suggested-action.button:active:hover, .error .button.flat:checked:focus, .error .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .error .flat.button.suggested-action:checked:focus, .error .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:focus, .error .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .error .flat.suggested-action.button:checked:focus, .error .button.flat:checked:hover, .error .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .error .flat.button.suggested-action:checked:hover, .error .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:checked:hover, .error .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .error .flat.suggested-action.button:checked:hover, .error .button.flat:active:focus, .error .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .error .flat.button.suggested-action:active:focus, .error .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .error .flat.button.suggested-action:active:focus, .error .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:focus, .error .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .error .flat.suggested-action.button:active:focus, .error .button.flat:active:hover, .error .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .error .flat.button.suggested-action:active:hover, .error .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .error .flat.button.suggested-action:active:hover, .error .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .error .flat.suggested-action.button:active:hover, .error .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .error .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.error .button:focus, .error .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .error .button.suggested-action:focus, .error .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .error .button.suggested-action:focus, .error .button:hover, .error .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .error .button.suggested-action:hover, .error .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .error .button.suggested-action:hover, .error .button.flat:focus, .error .button.flat:hover {
color: #161821; }
.error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive {
@@ -1973,10 +1973,10 @@ GtkInfoBar {
.error .button:active:insensitive, .error .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.error .button.separator, .error .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .error .separator.button.suggested-action, .error .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .error .separator.button.suggested-action, .error .button .separator, .error .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .error .button.suggested-action .separator, .error .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .error .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -2008,17 +2008,17 @@ GtkInfoBar {
border-radius: 4px; }
GtkPopover .entry, .menuitem .entry, .entry {
- padding: 2px 3px;
+ padding: -1px 0px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
transition: border 150ms ease;
- box-shadow: inset 1px 1px rgba(4, 5, 7, 0.06), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 1px rgba(36, 38, 45, 0.06), inset -1px 0 rgba(36, 38, 45, 0.06); }
.entry:focus, .entry:hover, .entry:active {
transition: none; }
.entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.entry:insensitive {
box-shadow: none; }
.progressbar.entry {
@@ -2026,9 +2026,9 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
.image.left.entry {
- padding-right: 3px; }
+ padding-right: 0px; }
/*********
! Menubar
@@ -2040,7 +2040,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
background-image: none;
color: #c6c8d1; }
.menubar.menuitem, .menubar .menuitem {
- padding: 5px 7px;
+ padding: 2px 4px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
@@ -2062,7 +2062,7 @@ GtkPopover .entry, .menuitem .entry, .entry {
GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu {
background-color: #161821;
- margin: 3px; }
+ margin: 0px; }
#toolbar-popup, .menu {
padding: 0;
@@ -2085,8 +2085,8 @@ GtkTreeMenu .menuitem {
border-width: 0; }
.menuitem, .menu .menuitem {
- margin: 3px;
- padding: 5px 7px;
+ margin: 0px;
+ padding: 2px 4px;
border: 0;
border-radius: 0;
background-color: transparent;
@@ -2096,9 +2096,9 @@ GtkTreeMenu .menuitem {
border: 0;
background-color: #84a0c6;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover {
- color: #d2d4de; }
+ color: #161821; }
.menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive {
color: mix(#c6c8d1,#161821,0.5); }
@@ -2125,7 +2125,7 @@ GtkTreeMenu .menuitem {
.menuitem.button:hover, .selection-mode.header-bar .menuitem.button.suggested-action:hover, .selection-mode.toolbar .menuitem.button.suggested-action:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .selection-mode.header-bar .menuitem.button.suggested-action:selected, .selection-mode.toolbar .menuitem.button.suggested-action:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.menuitem GtkCalendar:inconsistent {
color: mix(#c6c8d1,#161821,0.5); }
@@ -2138,7 +2138,7 @@ GtkTreeMenu .menuitem {
.menuitem .accelerator {
color: rgba(198, 200, 209, 0.6); }
.menuitem .accelerator:hover {
- color: rgba(210, 212, 222, 0.8); }
+ color: rgba(22, 24, 33, 0.8); }
.menuitem .accelerator:insensitive {
color: alpha(mix(#c6c8d1,#161821,0.5),0.4); }
@@ -2163,7 +2163,7 @@ GtkTreeMenu .menuitem {
color: mix(#161821,#c6c8d1,0.5); }
GtkModelMenuItem GtkBox GtkImage {
- padding-right: 3px; }
+ padding-right: 0px; }
/*********
! Popover
@@ -2171,7 +2171,7 @@ GtkModelMenuItem GtkBox GtkImage {
GtkPopover {
border-color: #12131a;
margin: 10px;
- padding: 3px;
+ padding: 0px;
border-radius: 4px;
border-width: 1px;
border-style: solid;
@@ -2179,7 +2179,7 @@ GtkPopover {
background-color: #161821;
background-image: none;
color: #c6c8d1;
- box-shadow: 0 3px 6px rgba(9, 10, 13, 0.16); }
+ box-shadow: 0 3px 6px rgba(73, 76, 90, 0.16); }
GtkPopover:focus, GtkPopover:hover {
border-color: mix(#84a0c6,#161821,0.3); }
GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus {
@@ -2195,7 +2195,7 @@ GtkPopover {
GtkPopover:backdrop {
box-shadow: none; }
GtkPopover.osd {
- box-shadow: 0 2px 7px 3px rgba(9, 10, 13, 0.5); }
+ box-shadow: 0 2px 7px 3px rgba(73, 76, 90, 0.5); }
GtkPopover.osd > .toolbar .button, GtkPopover.osd > .toolbar .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover.osd > .toolbar .button.suggested-action, GtkPopover.osd > .toolbar .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover.osd > .toolbar .button.suggested-action {
border-radius: 0;
border-width: 0;
@@ -2208,7 +2208,7 @@ GtkPopover {
GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
GtkPopover .list-row, GtkPopover .list-row.button, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action {
background-color: transparent;
background-image: none;
@@ -2216,35 +2216,35 @@ GtkPopover {
GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:focus, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:focus, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:focus, GtkPopover .list-row.button:hover, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:hover, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:hover, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:hover, GtkPopover .list-row.button:active, GtkPopover .selection-mode.header-bar .list-row.button.suggested-action:active, .selection-mode.header-bar GtkPopover .list-row.button.suggested-action:active, GtkPopover .selection-mode.toolbar .list-row.button.suggested-action:active, .selection-mode.toolbar GtkPopover .list-row.button.suggested-action:active {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
GtkPopover .frame {
border-color: #12131a;
border-radius: 4px; }
GtkPopover .entry {
- background-color: #c6c8d1;
+ background-color: #161821;
background-image: none;
- border-color: #999dad;
- color: #161821; }
+ border-color: #12131a;
+ color: #c6c8d1; }
GtkPopover .entry:focus, GtkPopover .entry:hover {
- border-color: mix(#84a0c6,#c6c8d1,0.3); }
+ border-color: mix(#84a0c6,#161821,0.3); }
GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus {
- border-color: #82879a; }
+ border-color: #0f1117; }
GtkPopover .entry:insensitive {
- border-color: #a4a7b6; }
+ border-color: #13141c; }
GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive {
- border-color: #999dad; }
+ border-color: #12131a; }
GtkPopover .entry:focus, GtkPopover .entry:active {
border-color: #84a0c6; }
GtkPopover .entry:insensitive {
- background-color: #afb2bf;
+ background-color: #14161e;
background-image: none;
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#161821,#c6c8d1,0.5); }
GtkPopover .button, GtkPopover .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar GtkPopover .button.suggested-action, GtkPopover .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar GtkPopover .button.suggested-action {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
GtkPopover .button:active, GtkPopover .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GtkPopover .button.suggested-action:active, GtkPopover .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar GtkPopover .suggested-action.button:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active, GtkPopover .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar GtkPopover .suggested-action.button:active, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover:focus, GtkPopover .button:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:checked, GtkPopover .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar GtkPopover .suggested-action.button:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked, GtkPopover .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar GtkPopover .suggested-action.button:checked, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .button:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover:focus {
@@ -2264,7 +2264,7 @@ GtkPopover {
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
GtkPopover .button:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:hover:checked:hover:focus {
@@ -2278,12 +2278,12 @@ GtkPopover {
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
GtkPopover .button:focus:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover, GtkPopover .button.flat:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
GtkPopover .button:focus:hover:active, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -2296,7 +2296,7 @@ GtkPopover {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .button.flat:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
@@ -2309,7 +2309,7 @@ GtkPopover {
GtkPopover .button:checked:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:checked:hover, GtkPopover .button:active:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .suggested-action.button:active:focus, GtkPopover .button:active:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .suggested-action.button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:checked:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:focus, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:focus, GtkPopover .button.flat:active:hover, GtkPopover .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkPopover .flat.button.suggested-action:active:hover, GtkPopover .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkPopover .flat.suggested-action.button:active:hover, GtkPopover .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkPopover .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
GtkPopover .button:focus, GtkPopover .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar GtkPopover .button.suggested-action:focus, GtkPopover .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar GtkPopover .button.suggested-action:focus, GtkPopover .button:hover, GtkPopover .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GtkPopover .button.suggested-action:hover, GtkPopover .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GtkPopover .button.suggested-action:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover {
color: #c6c8d1; }
GtkPopover .button:insensitive:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:insensitive:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive {
@@ -2323,10 +2323,10 @@ GtkPopover {
GtkPopover .button:active:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:active:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:active:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:active:insensitive, GtkPopover .button:checked:insensitive, GtkPopover .selection-mode.header-bar .button.suggested-action:checked:insensitive, .selection-mode.header-bar GtkPopover .button.suggested-action:checked:insensitive, GtkPopover .selection-mode.toolbar .button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkPopover .button.suggested-action:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
GtkPopover .button.separator, GtkPopover .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar GtkPopover .separator.button.suggested-action, GtkPopover .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar GtkPopover .separator.button.suggested-action, GtkPopover .button .separator, GtkPopover .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar GtkPopover .button.suggested-action .separator, GtkPopover .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar GtkPopover .button.suggested-action .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -2346,7 +2346,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-image: none;
border-color: shade(alpha(currentColor,0.32),0.8);
color: currentColor;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover {
border-color: mix(#84a0c6,alpha(currentColor,0.32),0.3); }
GtkModelButton.button:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:active, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, GtkModelButton.button:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover:focus, GtkModelButton.button:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, GtkModelButton.button:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover:focus, GtkModelButton.button:backdrop:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover:focus {
@@ -2366,7 +2366,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-image: none;
border-color: shade(alpha(currentColor,0.4),0.8);
color: currentColor;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button.flat:backdrop:hover:focus, GtkModelButton.button.flat:backdrop:hover:hover {
border-color: mix(#84a0c6,alpha(currentColor,0.4),0.3); }
GtkModelButton.button:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active, GtkModelButton.button:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover, GtkModelButton.button:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked, GtkModelButton.button:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active, GtkModelButton.button.flat:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked, GtkModelButton.button.flat:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:hover:checked:hover:focus, GtkModelButton.button.flat:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active, GtkModelButton.button.flat:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover, GtkModelButton.button.flat:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:focus, GtkModelButton.button.flat:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:active:hover:focus, GtkModelButton.button.flat:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked, GtkModelButton.button.flat:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover, GtkModelButton.button.flat:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:focus, GtkModelButton.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:hover:checked:hover:focus {
@@ -2380,12 +2380,12 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-image: none;
border-color: alpha(currentColor,0.32);
color: currentColor;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
GtkModelButton.button:focus:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button.flat:backdrop:focus:hover {
background-color: rgba(0, 0, 0, 0);
background-image: none;
border-color: shade(alpha(currentColor,0.4),0.8);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button.flat:backdrop:focus:hover:hover {
border-color: mix(#84a0c6,alpha(currentColor,0.4),0.3); }
GtkModelButton.button:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button.flat:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active, GtkModelButton.button.flat:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover, GtkModelButton.button.flat:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:focus, GtkModelButton.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:active:hover:focus, GtkModelButton.button.flat:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked, GtkModelButton.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover, GtkModelButton.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:focus, GtkModelButton.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:focus:hover:checked:hover:focus {
@@ -2398,7 +2398,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
background-color: #84a0c6;
background-image: none;
border-color: shade(alpha(currentColor,0.32),0.8);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); }
GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, GtkModelButton.button.flat:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, GtkModelButton.button.flat:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, GtkModelButton.button.flat:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, GtkModelButton.button.flat:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, GtkModelButton.button:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, GtkModelButton.button.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, GtkModelButton.button.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, GtkModelButton.button.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, GtkModelButton.button.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover {
border-color: mix(#84a0c6,alpha(currentColor,0.32),0.3); }
@@ -2411,7 +2411,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
GtkModelButton.button:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:focus, GtkModelButton.button:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:checked:hover, GtkModelButton.button:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:focus, GtkModelButton.button:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:active:hover, GtkModelButton.button.flat:checked:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:focus, GtkModelButton.button.flat:checked:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:checked:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:checked:hover, GtkModelButton.button.flat:active:focus, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:focus, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:focus, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:focus, GtkModelButton.button.flat:active:hover, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:active:hover, .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.flat.suggested-action.button:active:hover, .selection-mode.toolbar GtkModelButton.flat.suggested-action.button:active:hover, GtkModelButton.button:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button:backdrop:active:hover, GtkModelButton.button.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:focus, GtkModelButton.button.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:checked:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:checked:hover, GtkModelButton.button.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:focus, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:focus, GtkModelButton.button.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action.flat:backdrop:active:hover, .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.header-bar .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar .selection-mode.header-bar GtkModelButton.suggested-action.button.flat:backdrop:active:hover, .selection-mode.toolbar GtkModelButton.suggested-action.button.flat:backdrop:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
GtkModelButton.button:focus, .selection-mode.header-bar GtkModelButton.button.suggested-action:focus, .selection-mode.toolbar GtkModelButton.button.suggested-action:focus, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button.flat:backdrop:focus, GtkModelButton.button.flat:backdrop:hover {
color: currentColor; }
GtkModelButton.button:insensitive:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:insensitive:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button.flat:backdrop:insensitive:insensitive {
@@ -2425,10 +2425,10 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
GtkModelButton.button:active:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:active:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:active:insensitive, GtkModelButton.button:checked:insensitive, .selection-mode.header-bar GtkModelButton.button.suggested-action:checked:insensitive, .selection-mode.toolbar GtkModelButton.button.suggested-action:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
GtkModelButton.button.separator, .selection-mode.header-bar GtkModelButton.separator.button.suggested-action, .selection-mode.toolbar GtkModelButton.separator.button.suggested-action, GtkModelButton.button .separator, .selection-mode.header-bar GtkModelButton.button.suggested-action .separator, .selection-mode.toolbar GtkModelButton.button.suggested-action .separator, GtkModelButton.button.separator:backdrop, GtkModelButton.button:backdrop .separator {
border: 1px solid currentColor;
color: rgba(0, 0, 0, 0); }
@@ -2437,7 +2437,7 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, .selection-mode.header-bar GtkModelButton.button.suggested-action:hover, .selection-mode.toolbar GtkModelButton.button.suggested-action:hover, GtkModelButton.button:selected, .selection-mode.header-bar GtkModelButton.button.suggested-action:selected, .selection-mode.toolbar GtkModelButton.button.suggested-action:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button.flat:backdrop:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de;
+ color: #161821;
box-shadow: none; }
GtkModelButton.button.flat:checked, .selection-mode.header-bar GtkModelButton.flat.button.suggested-action:checked, .selection-mode.toolbar GtkModelButton.flat.button.suggested-action:checked, GtkModelButton.button.flat:backdrop:checked {
box-shadow: none; }
@@ -2455,11 +2455,11 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
! Tooltip *
************/
.tooltip.background {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
border: 0;
border-radius: 4px;
- color: #161821; }
+ color: #c6c8d1; }
.tooltip * {
background-color: transparent;
@@ -2469,9 +2469,9 @@ GtkModelButton.button, .selection-mode.header-bar GtkModelButton.button.suggeste
! Dialogs *
************/
GtkMessageDialog, .message-dialog, .prompt {
- -GtkDialog-content-area-border: 3px;
- -GtkDialog-action-area-border: 3px;
- -GtkDialog-button-spacing: 3px;
+ -GtkDialog-content-area-border: 0px;
+ -GtkDialog-action-area-border: 0px;
+ -GtkDialog-button-spacing: 0px;
margin: 0;
padding: 0; }
@@ -2483,7 +2483,7 @@ GtkMessageDialog, .message-dialog, .prompt {
border-color: rgba(18, 19, 26, 0.8);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
- padding: 6px;
+ padding: 0px;
background-color: rgba(22, 24, 33, 0.8);
background-image: none;
color: #c6c8d1; }
@@ -2492,7 +2492,7 @@ GtkMessageDialog, .message-dialog, .prompt {
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
.app-notification .button:active, .app-notification .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification .button.suggested-action:active, .app-notification .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification .button.suggested-action:active, .app-notification .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active, .app-notification .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .app-notification .suggested-action.button:active, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover:focus, .app-notification .button:checked, .app-notification .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification .button.suggested-action:checked, .app-notification .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked, .app-notification .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .app-notification .suggested-action.button:checked, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover:focus {
@@ -2512,7 +2512,7 @@ GtkMessageDialog, .message-dialog, .prompt {
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.app-notification .button:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:focus, .app-notification .button:hover:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:focus, .app-notification .button.flat:hover:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:focus, .app-notification.frame .button.flat:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.app-notification .button:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active, .app-notification .button:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover:checked:hover:focus {
@@ -2526,12 +2526,12 @@ GtkMessageDialog, .message-dialog, .prompt {
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.app-notification .button:focus:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:focus, .app-notification .button:focus:hover:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:hover, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:hover, .app-notification .button.flat:focus:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:focus, .app-notification .button.flat:focus:hover:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .button:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:focus, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:focus, .app-notification.frame .button.flat:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
.app-notification .button:focus:hover:active, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:active:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus:hover:checked:hover:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus:hover:checked:hover:focus {
@@ -2544,7 +2544,7 @@ GtkMessageDialog, .message-dialog, .prompt {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
@@ -2557,7 +2557,7 @@ GtkMessageDialog, .message-dialog, .prompt {
.app-notification .button:checked:focus, .app-notification .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .suggested-action.button:checked:focus, .app-notification .button:checked:hover, .app-notification .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .suggested-action.button:checked:hover, .app-notification .button:active:focus, .app-notification .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .suggested-action.button:active:focus, .app-notification .button:active:hover, .app-notification .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .suggested-action.button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:checked:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:checked:hover, .app-notification .button.flat:active:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:focus, .app-notification .button.flat:active:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:active:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:active:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:checked:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:focus, .app-notification.frame .button.flat:active:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:active:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:active:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.app-notification .button:focus, .app-notification .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification .button.suggested-action:focus, .app-notification .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.header-bar .app-notification .suggested-action.button:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:focus, .app-notification .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.toolbar .app-notification .suggested-action.button:focus, .app-notification .button:hover, .app-notification .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification .button.suggested-action:hover, .app-notification .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.header-bar .app-notification .suggested-action.button:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .suggested-action.button:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .suggested-action.button:hover, .app-notification .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.toolbar .app-notification .suggested-action.button:hover, .app-notification .button.flat:focus, .app-notification .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .app-notification .flat.button.suggested-action:focus, .app-notification .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .app-notification .flat.button.suggested-action:focus, .app-notification .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:focus, .app-notification .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.toolbar .app-notification .flat.suggested-action.button:focus, .app-notification .button.flat:hover, .app-notification .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .app-notification .flat.button.suggested-action:hover, .app-notification .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .app-notification .flat.button.suggested-action:hover, .app-notification .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover, .app-notification .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover, .app-notification .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification .flat.suggested-action.button:hover, .app-notification .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.toolbar .app-notification .flat.suggested-action.button:hover, .app-notification.frame .button:focus, .app-notification.frame .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .app-notification.frame .button.suggested-action:focus, .app-notification.frame .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .app-notification.frame .button.suggested-action:focus, .app-notification.frame .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.toolbar .app-notification.frame .suggested-action.button:focus, .app-notification.frame .button:hover, .app-notification.frame .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .app-notification.frame .button.suggested-action:hover, .app-notification.frame .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .app-notification.frame .button.suggested-action:hover, .app-notification.frame .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.toolbar .app-notification.frame .suggested-action.button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:focus, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:focus, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:focus, .app-notification.frame .button.flat:hover, .app-notification.frame .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .app-notification.frame .flat.button.suggested-action:hover, .app-notification.frame .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .app-notification.frame .flat.button.suggested-action:hover, .app-notification.frame .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover, .app-notification.frame .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .app-notification.frame .flat.suggested-action.button:hover, .app-notification.frame .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.toolbar .app-notification.frame .flat.suggested-action.button:hover {
color: #c6c8d1; }
.app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive {
@@ -2571,10 +2571,10 @@ GtkMessageDialog, .message-dialog, .prompt {
.app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.app-notification .button.separator, .app-notification .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .app-notification .separator.button.suggested-action, .app-notification .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .app-notification .separator.button.suggested-action, .app-notification .button .separator, .app-notification .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .app-notification .button.suggested-action .separator, .app-notification .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .app-notification .button.suggested-action .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.7); }
@@ -2585,7 +2585,7 @@ GtkMessageDialog, .message-dialog, .prompt {
! Expanders *
**************/
GtkExpander {
- padding: 3px;
+ padding: 0px;
outline-offset: 1px; }
.expander {
@@ -2606,17 +2606,17 @@ GtkExpander {
.image:hover {
color: alpha(currentColor,0.9); }
.image:selected, .image:selected:hover {
- color: #d2d4de; }
+ color: #161821; }
/****************
! Floating bar *
*****************/
.floating-bar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border: 1px solid #999dad;
+ border: 1px solid #181a26;
border-radius: 4px;
- color: #161821; }
+ color: #c6c8d1; }
.floating-bar.top {
border-top-width: 0;
border-top-right-radius: 0;
@@ -2655,21 +2655,21 @@ GtkBubbleWindow {
! Font-viewer *
****************/
SushiFontWidget {
- padding: 3px 6px; }
+ padding: 0px 0px; }
/*************
! Gucharmap *
**************/
GucharmapChartable {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
/*************
! Evolution *
**************/
EPreviewPane .entry {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
/*******************
! Gnome Bluetooth *
@@ -2694,12 +2694,12 @@ GtkLabel.pin-label {
.notebook {
padding: 0;
border-style: solid;
- border-color: #999dad;
+ border-color: #181a26;
border-radius: 0;
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
background-clip: border-box;
- color: #161821;
+ color: #c6c8d1;
-GtkNotebook-initial-gap: 0;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
@@ -2718,17 +2718,17 @@ GtkLabel.pin-label {
background-color: transparent; }
.notebook GtkViewport {
border-width: 0;
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
.notebook tab {
- padding: 4px 6px;
+ padding: 1px 0px;
border-style: solid;
- border-color: #757a90;
- background-color: #999dad;
+ border-color: #13141e;
+ background-color: #181a26;
background-image: none;
/* close button styling */ }
.notebook tab:active {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none; }
.notebook tab.top {
border-width: 2px 1px 1px;
@@ -2763,22 +2763,22 @@ GtkLabel.pin-label {
border-left-color: #84a0c6;
border-right-width: 0; }
.notebook tab GtkLabel {
- color: mix(#161821,#c6c8d1,0.3); }
+ color: mix(#c6c8d1,#161821,0.3); }
.notebook tab.reorderable-page:hover {
- background-color: #a4a7b6;
+ background-color: #13141c;
border-left: 0;
border-right: 0;
/* using box shadows instead of borders due to slanted edges */
- box-shadow: inset 0 3px rgba(9, 10, 13, 0.03), inset 0 2px rgba(9, 10, 13, 0.03), inset 0 1px rgba(9, 10, 13, 0.03), inset 1px 0 #82879a, inset -1px 0 #82879a; }
+ box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #0f1117, inset -1px 0 #0f1117; }
.notebook tab.reorderable-page:active {
- background-color: #afb2bf;
+ background-color: #14161e;
border-left: 0;
border-right: 0;
- box-shadow: inset 0 3px rgba(9, 10, 13, 0.03), inset 0 2px rgba(9, 10, 13, 0.03), inset 0 1px rgba(9, 10, 13, 0.03), inset 1px 0 #8e92a4, inset -1px 0 #8e92a4; }
+ box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #111219, inset -1px 0 #111219; }
.notebook .prelight-page, .notebook .prelight-page GtkLabel {
- color: mix(#161821,#c6c8d1,0.15); }
+ color: mix(#c6c8d1,#161821,0.15); }
.notebook .active-page, .notebook .active-page GtkLabel {
- color: #161821; }
+ color: #c6c8d1; }
/*********
! Buttons
@@ -2811,7 +2811,7 @@ GtkOverlay.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover,
#XfceNotifyWindow.button:focus,
#XfceNotifyWindow.button:hover,
@@ -3007,7 +3007,7 @@ GtkOverlay.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.osd.button:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:hover:focus, .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:focus, .selection-mode.toolbar .osd.suggested-action.button:hover:focus, .osd.button:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:hover:hover, .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover:hover, .selection-mode.toolbar .osd.suggested-action.button:hover:hover, .osd.button.flat:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:hover:focus, .osd.button.flat:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:hover:hover, .osd .button:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:hover:focus, .osd .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:focus, .osd .selection-mode.toolbar .suggested-action.button:hover:focus, .selection-mode.toolbar .osd .suggested-action.button:hover:focus, .osd .button:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:hover:hover, .osd .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover:hover, .osd .selection-mode.toolbar .suggested-action.button:hover:hover, .selection-mode.toolbar .osd .suggested-action.button:hover:hover, .osd .button.flat:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:hover:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:hover:focus, .osd .button.flat:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:hover:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:hover:hover,
#XfceNotifyWindow.button:hover:focus,
.selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:hover:focus,
@@ -3509,7 +3509,7 @@ GtkOverlay.osd {
background-image: none;
border-color: rgba(198, 200, 209, 0.32);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover,
#XfceNotifyWindow.button:focus:hover,
#XfceNotifyWindow.button.flat:focus:hover,
@@ -3518,7 +3518,7 @@ GtkOverlay.osd {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.osd.button:focus:hover:focus, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd.suggested-action.button:focus:hover:focus, .osd.button:focus:hover:hover, .selection-mode.header-bar .osd.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd.suggested-action.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:focus, .osd.button.flat:focus:hover:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:focus:hover:hover, .osd .button:focus:hover:focus, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd .suggested-action.button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .selection-mode.header-bar .button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd .suggested-action.button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:focus:hover:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:focus, .osd .button.flat:focus:hover:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:focus:hover:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:focus:hover:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:focus:hover:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus:hover:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:focus:hover:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:focus:hover:hover,
#XfceNotifyWindow.button:focus:hover:focus,
.selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus:hover:focus,
@@ -4095,7 +4095,7 @@ GtkOverlay.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd.button:checked:focus, .selection-mode.header-bar .osd.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.button.suggested-action:checked:focus, .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:focus, .selection-mode.toolbar .osd.suggested-action.button:checked:focus, .osd.button:checked:hover, .selection-mode.header-bar .osd.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.button.suggested-action:checked:hover, .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:checked:hover, .selection-mode.toolbar .osd.suggested-action.button:checked:hover, .osd.button:active:focus, .selection-mode.header-bar .osd.button.suggested-action:active:focus, .selection-mode.toolbar .osd.button.suggested-action:active:focus, .selection-mode.header-bar .osd.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:focus, .selection-mode.toolbar .osd.suggested-action.button:active:focus, .osd.button:active:hover, .selection-mode.header-bar .osd.button.suggested-action:active:hover, .selection-mode.toolbar .osd.button.suggested-action:active:hover, .selection-mode.header-bar .osd.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:active:hover, .selection-mode.toolbar .osd.suggested-action.button:active:hover, .osd.button.flat:checked:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:checked:focus, .osd.button.flat:checked:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:checked:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:checked:hover, .osd.button.flat:active:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:active:focus, .osd.button.flat:active:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:active:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:active:hover, .osd .button:checked:focus, .osd .selection-mode.header-bar .button.suggested-action:checked:focus, .selection-mode.header-bar .osd .button.suggested-action:checked:focus, .osd .selection-mode.toolbar .button.suggested-action:checked:focus, .selection-mode.toolbar .osd .button.suggested-action:checked:focus, .osd .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:focus, .osd .selection-mode.toolbar .suggested-action.button:checked:focus, .selection-mode.toolbar .osd .suggested-action.button:checked:focus, .osd .button:checked:hover, .osd .selection-mode.header-bar .button.suggested-action:checked:hover, .selection-mode.header-bar .osd .button.suggested-action:checked:hover, .osd .selection-mode.toolbar .button.suggested-action:checked:hover, .selection-mode.toolbar .osd .button.suggested-action:checked:hover, .osd .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:checked:hover, .osd .selection-mode.toolbar .suggested-action.button:checked:hover, .selection-mode.toolbar .osd .suggested-action.button:checked:hover, .osd .button:active:focus, .osd .selection-mode.header-bar .button.suggested-action:active:focus, .selection-mode.header-bar .osd .button.suggested-action:active:focus, .osd .selection-mode.toolbar .button.suggested-action:active:focus, .selection-mode.toolbar .osd .button.suggested-action:active:focus, .osd .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:focus, .osd .selection-mode.toolbar .suggested-action.button:active:focus, .selection-mode.toolbar .osd .suggested-action.button:active:focus, .osd .button:active:hover, .osd .selection-mode.header-bar .button.suggested-action:active:hover, .selection-mode.header-bar .osd .button.suggested-action:active:hover, .osd .selection-mode.toolbar .button.suggested-action:active:hover, .selection-mode.toolbar .osd .button.suggested-action:active:hover, .osd .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:active:hover, .osd .selection-mode.toolbar .suggested-action.button:active:hover, .selection-mode.toolbar .osd .suggested-action.button:active:hover, .osd .button.flat:checked:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:checked:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:checked:focus, .osd .button.flat:checked:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:checked:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:checked:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:checked:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:checked:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:checked:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:checked:hover, .osd .button.flat:active:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:active:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:active:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:active:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:active:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:active:focus, .osd .button.flat:active:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:active:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:active:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:active:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:active:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:active:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:active:hover,
#XfceNotifyWindow.button:checked:focus,
@@ -5308,7 +5308,7 @@ GtkOverlay.osd {
.selection-mode.toolbar #XfceNotifyWindow .flat.suggested-action.button:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd.button:focus, .selection-mode.header-bar .osd.button.suggested-action:focus, .selection-mode.toolbar .osd.button.suggested-action:focus, .selection-mode.header-bar .osd.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:focus, .selection-mode.toolbar .osd.suggested-action.button:focus, .osd.button:hover, .selection-mode.header-bar .osd.button.suggested-action:hover, .selection-mode.toolbar .osd.button.suggested-action:hover, .selection-mode.header-bar .osd.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.suggested-action.button:hover, .selection-mode.toolbar .osd.suggested-action.button:hover, .osd.button.flat:focus, .selection-mode.header-bar .osd.flat.button.suggested-action:focus, .selection-mode.toolbar .osd.flat.button.suggested-action:focus, .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:focus, .selection-mode.toolbar .osd.flat.suggested-action.button:focus, .osd.button.flat:hover, .selection-mode.header-bar .osd.flat.button.suggested-action:hover, .selection-mode.toolbar .osd.flat.button.suggested-action:hover, .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd.flat.suggested-action.button:hover, .selection-mode.toolbar .osd.flat.suggested-action.button:hover, .osd .button:focus, .osd .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.header-bar .osd .button.suggested-action:focus, .osd .selection-mode.toolbar .button.suggested-action:focus, .selection-mode.toolbar .osd .button.suggested-action:focus, .osd .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:focus, .osd .selection-mode.toolbar .suggested-action.button:focus, .selection-mode.toolbar .osd .suggested-action.button:focus, .osd .button:hover, .osd .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .osd .button.suggested-action:hover, .osd .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .osd .button.suggested-action:hover, .osd .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .suggested-action.button:hover, .osd .selection-mode.toolbar .suggested-action.button:hover, .selection-mode.toolbar .osd .suggested-action.button:hover, .osd .button.flat:focus, .osd .selection-mode.header-bar .flat.button.suggested-action:focus, .selection-mode.header-bar .osd .flat.button.suggested-action:focus, .osd .selection-mode.toolbar .flat.button.suggested-action:focus, .selection-mode.toolbar .osd .flat.button.suggested-action:focus, .osd .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:focus, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:focus, .osd .selection-mode.toolbar .flat.suggested-action.button:focus, .selection-mode.toolbar .osd .flat.suggested-action.button:focus, .osd .button.flat:hover, .osd .selection-mode.header-bar .flat.button.suggested-action:hover, .selection-mode.header-bar .osd .flat.button.suggested-action:hover, .osd .selection-mode.toolbar .flat.button.suggested-action:hover, .selection-mode.toolbar .osd .flat.button.suggested-action:hover, .osd .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.header-bar .osd .flat.suggested-action.button:hover, .osd .selection-mode.header-bar .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .selection-mode.header-bar .flat.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar .osd .flat.suggested-action.button:hover, .osd .selection-mode.toolbar .flat.suggested-action.button:hover, .selection-mode.toolbar .osd .flat.suggested-action.button:hover,
#XfceNotifyWindow.button:focus,
.selection-mode.header-bar #XfceNotifyWindow.button.suggested-action:focus,
@@ -5414,14 +5414,14 @@ GtkOverlay.osd {
#XfceNotifyWindow .button:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive,
#XfceNotifyWindow.button:active:insensitive:insensitive,
#XfceNotifyWindow.button:checked:insensitive:insensitive,
#XfceNotifyWindow .button:active:insensitive:insensitive,
#XfceNotifyWindow .button:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd.button.separator, .selection-mode.header-bar .osd.separator.button.suggested-action, .selection-mode.toolbar .osd.separator.button.suggested-action, .osd.button .separator, .selection-mode.header-bar .osd.button.suggested-action .separator, .selection-mode.toolbar .osd.button.suggested-action .separator, .osd .button.separator, .osd .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.header-bar .osd .separator.button.suggested-action, .osd .selection-mode.toolbar .separator.button.suggested-action, .selection-mode.toolbar .osd .separator.button.suggested-action, .osd .button .separator, .osd .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.header-bar .osd .button.suggested-action .separator, .osd .selection-mode.toolbar .button.suggested-action .separator, .selection-mode.toolbar .osd .button.suggested-action .separator,
#XfceNotifyWindow.button.separator,
#XfceNotifyWindow.button .separator,
@@ -5438,7 +5438,7 @@ GtkOverlay.osd {
.osd.toolbar,
#XfceNotifyWindow.toolbar {
-GtkToolbar-button-relief: normal;
- padding: 3px;
+ padding: 0px;
border: 1px solid rgba(18, 19, 26, 0.8);
border-radius: 4px;
background-color: rgba(22, 24, 33, 0.8);
@@ -5670,7 +5670,7 @@ GtkProgressBar {
padding: 0;
border-radius: 4px;
font-size: smaller;
- color: rgba(22, 24, 33, 0.6);
+ color: rgba(198, 200, 209, 0.6);
-GtkProgressBar-min-horizontal-bar-height: 6;
-GtkProgressBar-min-vertical-bar-width: 6; }
GtkProgressBar.osd {
@@ -5678,8 +5678,8 @@ GtkProgressBar {
-GtkProgressBar-yspacing: 0;
-GtkProgressBar-min-horizontal-bar-height: 3; }
GtkProgressBar.trough {
- border: 1px solid rgba(153, 157, 173, 0.5);
- background-color: mix(#c6c8d1,#c6c8d1,0.08);
+ border: 1px solid rgba(24, 26, 38, 0.5);
+ background-color: mix(#161821,#1e202f,0.08);
background-image: none; }
.progressbar {
@@ -5713,9 +5713,9 @@ GtkLevelBar {
-GtkLevelBar-min-block-height: 34; }
.level-bar.trough {
- background-color: mix(#c6c8d1,#c6c8d1,0.08);
+ background-color: mix(#161821,#1e202f,0.08);
background-image: none;
- border: 1px solid rgba(153, 157, 173, 0.5);
+ border: 1px solid rgba(24, 26, 38, 0.5);
border-radius: 4px; }
.level-bar.fill-block {
@@ -5747,38 +5747,38 @@ GtkLevelBar {
border-radius: 4px;
outline-offset: -1px; }
.scale.slider {
- background-color: mix(#c6c8d1,#c6c8d1,0.08);
+ background-color: mix(#161821,#1e202f,0.08);
background-image: none;
- border-color: #999dad;
+ border-color: #181a26;
border-radius: 8px;
border-width: 1px;
border-style: solid;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.3); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.3); }
.scale.slider:focus, .scale.slider:hover {
- border-color: mix(#84a0c6,#c6c8d1,0.3); }
+ border-color: mix(#84a0c6,#1e202f,0.3); }
.scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus {
- border-color: #82879a; }
+ border-color: #151621; }
.scale.slider:insensitive {
- border-color: #a4a7b6; }
+ border-color: #1a1b28; }
.scale.slider:active:insensitive, .scale.slider:checked:insensitive {
- border-color: #999dad; }
+ border-color: #181a26; }
.scale.slider:insensitive {
- background-color: #afb2bf;
+ background-color: #1b1d2a;
background-image: none; }
.scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover {
background-size: 50%;
background-repeat: no-repeat;
background-position: center; }
.scale.mark {
- border-color: rgba(153, 157, 173, 0.5); }
+ border-color: rgba(24, 26, 38, 0.5); }
.scale.trough {
- background-color: mix(#c6c8d1,#c6c8d1,0.08);
+ background-color: mix(#161821,#1e202f,0.08);
background-image: none;
margin: 7px 0;
- border: 1px solid rgba(153, 157, 173, 0.5);
+ border: 1px solid rgba(24, 26, 38, 0.5);
border-radius: 4px; }
.scale.trough:insensitive {
- background-color: #afb2bf;
+ background-color: #1b1d2a;
background-image: none; }
.scale.trough.vertical {
margin: 0 7px; }
@@ -5790,9 +5790,9 @@ GtkLevelBar {
border-color: #577db1;
background-color: #577db1; }
.scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive {
- background-color: #afb2bf;
+ background-color: #1b1d2a;
background-image: none;
- border-color: #a4a7b6; }
+ border-color: #1a1b28; }
.scale.highlight.bottom {
background-color: #84a0c6;
background-image: none;
@@ -5820,13 +5820,13 @@ GtkLevelBar {
border-radius: 0;
background-color: transparent;
background-image: none;
- color: rgba(22, 24, 33, 0.5); }
+ color: rgba(198, 200, 209, 0.5); }
.scrollbar.slider, .scrollbar.slider.vertical {
border: 0;
border-radius: 4px;
- background-color: mix(#c6c8d1,#161821,0.21); }
+ background-color: mix(#1e202f,#c6c8d1,0.21); }
.scrollbar.slider:hover, .scrollbar.slider.vertical:hover {
- background-color: mix(#c6c8d1,#161821,0.31); }
+ background-color: mix(#1e202f,#c6c8d1,0.31); }
.scrollbar.slider:active, .scrollbar.slider.vertical:active {
background-color: #84a0c6; }
.scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active {
@@ -5836,7 +5836,7 @@ GtkLevelBar {
-GtkRange-slider-width: 4px; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
margin: 0;
- background-color: #161821;
+ background-color: #c6c8d1;
background-clip: padding-box; }
.scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
border-style: none;
@@ -5849,46 +5849,46 @@ GtkLevelBar {
.scrollbar.trough {
border: 0;
border-radius: 0;
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none; }
OsThumb, OsScrollbar {
- color: #82879a; }
+ color: #151621; }
OsThumb:selected, OsScrollbar:selected {
background-color: #84a0c6; }
OsThumb:active, OsScrollbar:active {
background-color: #84a0c6; }
OsThumb:insensitive, OsScrollbar:insensitive {
- background-color: #afb2bf; }
+ background-color: #1b1d2a; }
/*********
! Sidebar
**********/
.sidebar, .sidebar.view, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow {
- background-color: #c6c8d1;
- color: mix(#161821,#c6c8d1,0.1); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.1); }
.sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, .sidebar.view.separator:hover, .sidebar.view.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar .view.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus {
border-width: 1px;
border-style: solid;
- border-color: #afb2bf;
- color: #afb2bf; }
+ border-color: #1b1d2a;
+ color: #1b1d2a; }
.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar .view row:selected:hover, .sidebar .view row:selected:focus {
border: 0;
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.sidebar row:selected:hover, .sidebar .view row:selected:hover {
border: 0;
background-image: none;
background-color: #8fa9cb;
- color: #d2d4de; }
+ color: #161821; }
.sidebar row:hover, .sidebar .view row:hover {
border: 0;
background-image: none;
- background-color: #d1d3da; }
+ background-color: #202231; }
.sidebar .frame {
border-width: 0; }
@@ -5897,25 +5897,25 @@ OsThumb, OsScrollbar {
padding: 1px; }
.sidebar .sidebar-icon {
- padding-left: 6px;
- padding-right: 6px; }
+ padding-left: 0px;
+ padding-right: 0px; }
GtkAssistant .sidebar {
- padding: 3px;
+ padding: 0px;
border-width: 0 1px 0 0;
border-style: solid;
- border-right-color: #999dad;
+ border-right-color: #181a26;
border-radius: 0;
- background-color: #c6c8d1;
- color: mix(#161821,#c6c8d1,0.1); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.1); }
GtkAssistant .sidebar:dir(ltr) {
border-width: 0 1px 0 0; }
GtkAssistant .sidebar:dir(rtl), GtkAssistant .linked > GtkComboBox > .sidebar.button:dir(rtl) {
border-width: 0 0 0 1px; }
GtkAssistant .sidebar .label {
- padding: 3px 6px; }
+ padding: 0px 0px; }
GtkAssistant .sidebar .label.highlight {
- background-color: mix(#c6c8d1,#161821,0.8); }
+ background-color: mix(#1e202f,#c6c8d1,0.8); }
GtkAssistant .sidebar.csd .sidebar {
border-top-style: none; }
GtkAssistant .sidebar .highlight {
@@ -5927,19 +5927,19 @@ GtkAssistant .sidebar {
GtkPaned {
-GtkPaned-handle-size: 1;
-gtk-icon-source: none;
- margin: 0 3px; }
+ margin: 0 0px; }
GtkPaned:dir(rtl), .linked > GtkComboBox > GtkPaned.button:dir(rtl), .selection-mode.header-bar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl), .selection-mode.toolbar .linked > GtkComboBox > GtkPaned.button.suggested-action:dir(rtl) {
margin-right: 0;
- margin-left: 3px; }
+ margin-left: 0px; }
GtkPaned .pane-separator {
- background-color: #afb2bf; }
+ background-color: #1b1d2a; }
GtkPaned.wide {
-GtkPaned-handle-size: 4;
margin: 0; }
GtkPaned.wide .pane-separator {
background-color: transparent;
border-style: none solid;
- border-color: #afb2bf;
+ border-color: #1b1d2a;
border-width: 1px; }
GtkPaned.wide.vertical .pane-separator {
border-style: solid none; }
@@ -6078,30 +6078,30 @@ GtkSwitch {
font: bold condensed;
outline-offset: -4px; }
GtkSwitch.slider {
- background-color: #f3f3f5;
+ background-color: #242638;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0.2);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
GtkSwitch.slider:insensitive {
border-color: rgba(0, 0, 0, 0.1);
- background-color: #afb2bf;
+ background-color: #1b1d2a;
box-shadow: none; }
GtkSwitch.trough {
- background-color: #bbbdc8;
+ background-color: #1d1e2d;
background-image: none;
- border: 1px solid #999dad;
- color: #161821;
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.07), inset 0 1px rgba(4, 5, 7, 0.08), inset -1px 0 rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ border: 1px solid #181a26;
+ color: #c6c8d1;
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset 0 1px rgba(36, 38, 45, 0.08), inset -1px 0 rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
GtkSwitch.trough:active {
background-color: #84a0c6;
background-image: none;
border-color: #6d8fbc;
- color: #d2d4de; }
+ color: #161821; }
GtkSwitch.trough:insensitive {
- background-color: #afb2bf;
+ background-color: #1b1d2a;
background-image: none;
- border-color: #a4a7b6;
- color: mix(#161821,#c6c8d1,0.5); }
+ border-color: #1a1b28;
+ color: mix(#c6c8d1,#1e202f,0.5); }
/*********
! Buttons
@@ -6119,18 +6119,18 @@ GtkSwitch {
-GtkTextView-error-underline-color: #e98989; }
.view, GtkHTML {
- color: #161821;
- background-color: #c6c8d1; }
+ color: #c6c8d1;
+ background-color: #161821; }
.view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive {
- background-color: #afb2bf;
- color: mix(#161821,#c6c8d1,0.5); }
+ background-color: #14161e;
+ color: mix(#c6c8d1,#161821,0.5); }
.cell {
border-width: 0;
border-radius: 0; }
.cell:selected, .cell:selected:focus {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
row:selected, row:selected:hover, row:selected:focus {
-GtkWidget-focus-padding: 1;
@@ -6138,16 +6138,16 @@ row:selected, row:selected:hover, row:selected:focus {
border: 0;
background-color: #84a0c6;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.content-view.view, GtkHTML.content-view, GtkIconView.content-view.check {
- background-color: #c6c8d1; }
+ background-color: #161821; }
.content-view.view:hover, GtkHTML.content-view:hover {
background-color: rgba(132, 160, 198, 0.6); }
.content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active {
background-color: #84a0c6; }
.content-view.view:insensitive, GtkHTML.content-view:insensitive {
- background-color: #afb2bf; }
+ background-color: #14161e; }
.content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, .content-view.view.check:hover, .content-view.view.check:insensitive, .content-view.view.check:selected {
background-color: transparent; }
@@ -6160,7 +6160,7 @@ GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus {
border-radius: 2px;
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
.dim-label, GtkLabel.separator, .dim-label.view {
color: alpha(currentColor,0.5); }
@@ -6184,10 +6184,10 @@ GdMainIconView.content-view {
/* this will get overridden by .view, needed by gedit line numbers */
GtkTextView {
- background-color: mix(#c6c8d1,#c6c8d1,0.5); }
+ background-color: mix(#1e202f,#161821,0.5); }
GtkHTML:insensitive {
- background-color: #afb2bf; }
+ background-color: #14161e; }
GtkDrawingArea {
background-color: transparent; }
@@ -6206,7 +6206,7 @@ GtkTreeView {
border: 1px solid #84a0c6; }
GtkTreeView .entry {
border-radius: 0;
- background-color: #c6c8d1;
+ background-color: #161821;
background-image: none; }
GtkTreeView .progressbar {
background-color: #84a0c6;
@@ -6216,26 +6216,26 @@ GtkTreeView {
background-color: #84a0c6;
background-image: none;
border: 1px solid mix(#84a0c6,#84a0c6,0.3);
- color: #d2d4de; }
- GtkTreeView .progressbar:insensitive:insensitive {
- background-color: #c6c8d1;
- background-image: none;
- border-color: #a4a7b6; }
- GtkTreeView .trough {
- background-color: mix(#c6c8d1,#c6c8d1,0.5);
- border: 1px solid #999dad; }
- GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected {
- background-color: #c6c8d1;
- border: 1px solid mix(#84a0c6,#c6c8d1,0.3);
color: #161821; }
+ GtkTreeView .progressbar:insensitive:insensitive {
+ background-color: #1e202f;
+ background-image: none;
+ border-color: #1a1b28; }
+ GtkTreeView .trough {
+ background-color: mix(#1e202f,#161821,0.5);
+ border: 1px solid #12131a; }
+ GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected {
+ background-color: #161821;
+ border: 1px solid mix(#84a0c6,#1e202f,0.3);
+ color: #c6c8d1; }
GtkTreeView .trough:insensitive:insensitive {
- background-color: #c6c8d1; }
+ background-color: #161821; }
/***********
! Separator
************/
.view.separator, .separator {
- color: #afb2bf;
+ color: #1b1d2a;
border: 1px solid currentColor; }
/*********************
@@ -6246,12 +6246,12 @@ column-header .button, column-header .selection-mode.header-bar .button.suggeste
border-radius: 0; }
column-header .button, column-header .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action, column-header .button:active, column-header .button:focus, column-header .button:active:focus {
- border-color: #afb2bf;
- border-bottom-color: #999dad; }
+ border-color: #1b1d2a;
+ border-bottom-color: #181a26; }
column-header .button:hover, column-header .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar column-header .button.suggested-action:hover, column-header .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar column-header .button.suggested-action:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus {
- border-color: #afb2bf;
- border-bottom-color: #999dad; }
+ border-color: #1b1d2a;
+ border-bottom-color: #181a26; }
column-header .button:last-child .button, column-header .selection-mode.header-bar .button.suggested-action:last-child .button, .selection-mode.header-bar column-header .button.suggested-action:last-child .button, column-header .selection-mode.toolbar .button.suggested-action:last-child .button, .selection-mode.toolbar column-header .button.suggested-action:last-child .button, column-header .selection-mode.header-bar .suggested-action.button:last-child .button, .selection-mode.header-bar column-header .suggested-action.button:last-child .button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button, column-header .selection-mode.toolbar .suggested-action.button:last-child .button, .selection-mode.toolbar column-header .suggested-action.button:last-child .button, column-header .button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .button:last-child .button.suggested-action, column-header .selection-mode.header-bar .button.suggested-action:last-child .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .selection-mode.toolbar .button.suggested-action:last-child .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar column-header .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .button:last-child .button.suggested-action, column-header .selection-mode.header-bar .button.suggested-action:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .selection-mode.header-bar .button.suggested-action:last-child .button.suggested-action, .selection-mode.header-bar column-header .button.suggested-action:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.toolbar .button.suggested-action:last-child .button.suggested-action, .selection-mode.toolbar column-header .button.suggested-action:last-child .button.suggested-action, column-header .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar column-header .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .button.suggested-action, column-header .selection-mode.toolbar .suggested-action.button:last-child .button.suggested-action, .selection-mode.toolbar column-header .suggested-action.button:last-child .button.suggested-action, column-header .button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar column-header .button:last-child .suggested-action.button, column-header .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .button:last-child .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button:last-child .suggested-action.button, column-header .selection-mode.header-bar .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .button:last-child .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .button.suggested-action:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .suggested-action.button:last-child .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar column-header .button:last-child .suggested-action.button, column-header .selection-mode.header-bar .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .button.suggested-action:last-child .suggested-action.button, .selection-mode.header-bar column-header .button.suggested-action:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.toolbar .button.suggested-action:last-child .suggested-action.button, .selection-mode.toolbar column-header .button.suggested-action:last-child .suggested-action.button, column-header .selection-mode.header-bar .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar column-header .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar column-header .suggested-action.button:last-child .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.header-bar .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar .selection-mode.header-bar column-header .suggested-action.button:last-child .suggested-action.button, column-header .selection-mode.toolbar .suggested-action.button:last-child .suggested-action.button, .selection-mode.toolbar column-header .suggested-action.button:last-child .suggested-action.button {
border-width: 0 0 1px; }
@@ -6260,14 +6260,14 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
! Frames *
***********/
.frame {
- border: 1px solid #999dad; }
+ border: 1px solid #181a26; }
.frame.flat {
border: 0; }
.content-view, GtkIconView.content-view.check {
- background-color: mix(#c6c8d1,#c6c8d1,0.28);
- color: mix(#161821,#161821,0.18);
- border: 1px solid shade(mix(#c6c8d1,#c6c8d1,0.78),0.8); }
+ background-color: mix(#161821,#1e202f,0.28);
+ color: mix(#c6c8d1,#c6c8d1,0.18);
+ border: 1px solid shade(mix(#161821,#1e202f,0.78),0.8); }
/**************
! Window frame
@@ -6275,14 +6275,14 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
.window-frame.csd.message-dialog, .window-frame.csd.popup, .window-frame {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #84a0c6; }
.window-frame.csd.message-dialog:backdrop, .window-frame.csd.popup:backdrop, .window-frame:backdrop {
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #161821; }
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #ada0d3; }
.window-frame {
border: 0;
border-radius: 4px 4px 0 0;
background-color: mix(#0f1117,#c6c8d1,0.21);
/* this is used for the resize cursor area */
- margin: 9px; }
+ margin: 0px; }
.window-frame.tiled {
border-radius: 0; }
.window-frame.solid-csd {
@@ -6307,22 +6307,22 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
***********************/
.lightdm.menu {
background-image: none;
- background-color: rgba(9, 10, 13, 0.6);
- border-color: rgba(200, 201, 210, 0.2);
+ background-color: rgba(73, 76, 90, 0.6);
+ border-color: rgba(31, 33, 49, 0.2);
border-radius: 4px;
padding: 1px;
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm-combo .menu {
background-color: #181a24;
border-radius: 0;
padding: 0;
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.menu .menuitem *,
.lightdm.menu .menuitem.check:active,
.lightdm.menu .menuitem.radio:active {
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.menubar *,
.lightdm.menubar .menuitem {
@@ -6340,19 +6340,19 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
.selection-mode.header-bar .lightdm.button.suggested-action,
.selection-mode.toolbar .lightdm.button.suggested-action {
background-image: none;
- background-color: rgba(9, 10, 13, 0.3);
- border-color: rgba(200, 201, 210, 0.9);
+ background-color: rgba(73, 76, 90, 0.3);
+ border-color: rgba(31, 33, 49, 0.9);
border-radius: 5px;
padding: 5px;
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.button:hover, .selection-mode.header-bar .lightdm.button.suggested-action:hover, .selection-mode.toolbar .lightdm.button.suggested-action:hover {
background-image: none;
- background-color: rgba(200, 201, 210, 0.3);
- border-color: rgba(200, 201, 210, 0.6);
+ background-color: rgba(31, 33, 49, 0.3);
+ border-color: rgba(31, 33, 49, 0.6);
border-radius: 5px;
padding: 5px;
- color: #c8c9d2;
+ color: #1f2131;
text-shadow: none; }
.lightdm.button:active, .selection-mode.header-bar .lightdm.button.suggested-action:active, .selection-mode.toolbar .lightdm.button.suggested-action:active,
@@ -6362,11 +6362,11 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
.selection-mode.toolbar .lightdm.button.suggested-action:focus,
.lightdm.entry {
background-image: none;
- background-color: rgba(9, 10, 13, 0.3);
- border-color: rgba(200, 201, 210, 0.6);
+ background-color: rgba(73, 76, 90, 0.3);
+ border-color: rgba(31, 33, 49, 0.6);
border-radius: 5px;
padding: 6px;
- color: #c8c9d2;
+ color: #1f2131;
text-shadow: none; }
.lightdm.entry:hover,
@@ -6376,13 +6376,13 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
border-image: none; }
.lightdm.entry:focus {
- border-color: rgba(200, 201, 210, 0.6);
+ border-color: rgba(31, 33, 49, 0.6);
border-width: 1px;
border-style: solid;
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.entry:selected {
- background-color: rgba(200, 201, 210, 0.2); }
+ background-color: rgba(31, 33, 49, 0.2); }
@keyframes dashentry_spinner {
to {
@@ -6404,13 +6404,13 @@ column-header .button:last-child .button, column-header .selection-mode.header-b
border-width: 0; }
.lightdm.toggle-button.selected:hover {
- background-color: rgba(200, 201, 210, 0.3);
- border-color: rgba(200, 201, 210, 0.3);
+ background-color: rgba(31, 33, 49, 0.3);
+ border-color: rgba(31, 33, 49, 0.3);
border-width: 1px; }
.lightdm.toggle-button.selected {
- background-color: rgba(9, 10, 13, 0.3);
- border-color: rgba(200, 201, 210, 0.3);
+ background-color: rgba(73, 76, 90, 0.3);
+ border-color: rgba(31, 33, 49, 0.3);
border-width: 1px; }
/*********
@@ -6420,14 +6420,14 @@ GeditWindow .pane-separator {
border-width: 0 1px 0 0;
border-style: solid; }
GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
- border-color: #afb2bf;
- background-color: #c6c8d1; }
+ border-color: #1b1d2a;
+ background-color: #1e202f; }
.gedit-document-panel {
- background-color: #c6c8d1;
- color: mix(#161821,#c6c8d1,0.1); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.1); }
.gedit-document-panel .list-row {
- padding: 3px; }
+ padding: 0px; }
.gedit-document-panel .list-row .button, .gedit-document-panel .list-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .list-row .button.suggested-action, .gedit-document-panel .list-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .list-row .button.suggested-action {
padding: 1px;
border-radius: 4px;
@@ -6439,35 +6439,35 @@ GeditWindow .pane-separator {
color: transparent;
icon-shadow: none; }
.gedit-document-panel .prelight-row .button, .gedit-document-panel .prelight-row .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar .gedit-document-panel .prelight-row .button.suggested-action, .gedit-document-panel .prelight-row .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar .gedit-document-panel .prelight-row .button.suggested-action {
- border-color: rgba(9, 10, 13, 0.1);
- color: rgba(200, 201, 210, 0.8); }
+ border-color: rgba(73, 76, 90, 0.1);
+ color: rgba(31, 33, 49, 0.8); }
.gedit-document-panel .prelight-row .button:active {
- border-color: rgba(9, 10, 13, 0.2);
- background-color: rgba(9, 10, 13, 0.08);
- color: #c8c9d2; }
+ border-color: rgba(73, 76, 90, 0.2);
+ background-color: rgba(73, 76, 90, 0.08);
+ color: #1f2131; }
.gedit-document-panel list-row .button:hover, .gedit-document-panel list-row .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel list-row .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar .gedit-document-panel list-row .button.suggested-action:hover, .gedit-document-panel .prelight-row .button:hover {
- border-color: rgba(9, 10, 13, 0.1);
- color: #c8c9d2; }
+ border-color: rgba(73, 76, 90, 0.1);
+ color: #1f2131; }
.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
- border-top: 1px solid #afb2bf;
- background-color: #c6c8d1; }
+ border-top: 1px solid #1b1d2a;
+ background-color: #1e202f; }
.gedit-document-panel-document-row:hover {
- background-color: #d1d3da; }
+ background-color: #202231; }
.gedit-document-panel-dragged-row {
- border: 1px solid rgba(9, 10, 13, 0.1);
- background-color: rgba(9, 10, 13, 0.5);
- color: #c8c9d2; }
+ border: 1px solid rgba(73, 76, 90, 0.1);
+ background-color: rgba(73, 76, 90, 0.5);
+ color: #1f2131; }
.gedit-document-panel-placeholder-row {
border: 0;
- background-color: rgba(9, 10, 13, 0.08);
+ background-color: rgba(73, 76, 90, 0.08);
transition: all 200ms ease-in; }
GeditStatusbar {
- border-top: 1px solid #999dad; }
+ border-top: 1px solid #181a26; }
GeditStatusbar GeditSmallButton, GeditStatusMenuButton {
text-shadow: none; }
@@ -6478,51 +6478,51 @@ GeditStatusbar GeditSmallButton, GeditStatusMenuButton {
border-radius: 0;
padding: 1px 6px 2px 4px; }
GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:hover, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .button:active:hover {
- border-color: #999dad; }
+ border-color: #181a26; }
GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusbar GeditSmallButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusbar GeditSmallButton .button.suggested-action:active, GeditStatusMenuButton .button:active, GeditStatusMenuButton .selection-mode.header-bar .button.suggested-action:active, .selection-mode.header-bar GeditStatusMenuButton .button.suggested-action:active, GeditStatusMenuButton .selection-mode.toolbar .button.suggested-action:active, .selection-mode.toolbar GeditStatusMenuButton .button.suggested-action:active {
- background-color: #bbbdc8;
- color: #161821; }
+ background-color: #1d1e2d;
+ color: #c6c8d1; }
GeditViewFrame .gedit-search-slider {
- padding: 3px;
+ padding: 0px;
border-radius: 0 0 4px 4px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: #999dad;
- background-color: #c6c8d1; }
+ border-color: #12131a;
+ background-color: #161821; }
GeditViewFrame .gedit-search-slider .not-found {
background-color: #e98989;
background-image: none;
color: #161821; }
GeditFileBrowserWidget .toolbar {
- padding: 1.5px;
+ padding: 0px;
border-top: 0;
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none; }
.gedit-search-entry-occurrences-tag {
- margin: 1.5px;
- padding: 1.5px;
- color: mix(#161821,#c6c8d1,0.5); }
+ margin: 0px;
+ padding: 0px;
+ color: mix(#c6c8d1,#161821,0.5); }
/************
! Nautilus *
*************/
.nautilus-desktop.nautilus-canvas-item {
- color: #c8c9d2;
- text-shadow: 1px 1px #090a0d; }
+ color: #1f2131;
+ text-shadow: 1px 1px #494c5a; }
.nautilus-desktop.nautilus-canvas-item:active {
- color: #161821; }
+ color: #c6c8d1; }
.nautilus-desktop.nautilus-canvas-item:selected {
- color: #d2d4de; }
+ color: #161821; }
.nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none; }
NautilusWindow .toolbar {
border-width: 0 0 1px;
border-style: solid;
- border-color: #999dad; }
+ border-color: #181a26; }
NautilusWindow .sidebar .frame {
border: 0; }
@@ -6531,8 +6531,8 @@ NautilusWindow GtkPaned {
border-width: 0 1px 0 0;
border-style: solid; }
NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover {
- border-color: #afb2bf;
- background-color: #c6c8d1; }
+ border-color: #1b1d2a;
+ background-color: #1e202f; }
NautilusNotebook.notebook {
border-right-width: 0;
@@ -6543,143 +6543,143 @@ NautilusNotebook .frame {
border: 0; }
NautilusQueryEditor .toolbar {
- padding-top: 2px;
- padding-bottom: 1px;
+ padding-top: -1px;
+ padding-bottom: -2px;
border-width: 1px 0 0;
border-style: solid;
- border-color: #c6c8d1;
- background-color: #afb2bf; }
+ border-color: #1e202f;
+ background-color: #1b1d2a; }
NautilusQueryEditor .toolbar:nth-child(2) {
- border-color: #999dad; }
+ border-color: #181a26; }
NautilusQueryEditor .toolbar.search-bar {
border-top-width: 0;
border-bottom-width: 0; }
NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child {
border-bottom-width: 1px;
- border-bottom-color: #999dad; }
+ border-bottom-color: #181a26; }
/********
! Nemo *
*********/
.nemo-desktop.nemo-canvas-item {
- color: #c8c9d2;
- text-shadow: 1px 1px #090a0d; }
+ color: #1f2131;
+ text-shadow: 1px 1px #494c5a; }
.nemo-desktop.nemo-canvas-item:active {
- color: #161821; }
+ color: #c6c8d1; }
.nemo-desktop.nemo-canvas-item:selected {
- color: #d2d4de; }
+ color: #161821; }
.nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected {
text-shadow: none; }
NemoPathbarButton {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: rgba(18, 19, 26, 0.22);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12);
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
-NemoPathbarButton-border-radius: 4px; }
NemoPathbarButton:focus, NemoPathbarButton:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.22); }
+ border-color: rgba(130, 135, 154, 0.32); }
NemoPathbarButton:insensitive {
- border-color: rgba(19, 20, 28, 0.22); }
+ border-color: rgba(164, 167, 182, 0.32); }
NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.22); }
+ border-color: rgba(153, 157, 173, 0.32); }
NemoPathbarButton.flat {
- border-color: rgba(198, 200, 209, 0);
- color: #161821;
- background-color: rgba(198, 200, 209, 0);
+ border-color: rgba(30, 32, 47, 0);
+ color: #c6c8d1;
+ background-color: rgba(30, 32, 47, 0);
background-image: none;
box-shadow: none; }
NemoPathbarButton:hover, NemoPathbarButton.flat:hover {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(18, 19, 26, 0.3);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(153, 157, 173, 0.4);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.3); }
+ border-color: rgba(130, 135, 154, 0.4); }
NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive {
- border-color: rgba(19, 20, 28, 0.3); }
+ border-color: rgba(164, 167, 182, 0.4); }
NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.3); }
+ border-color: rgba(153, 157, 173, 0.4); }
NemoPathbarButton:focus, NemoPathbarButton.flat:focus {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(22, 24, 33, 0.22);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ border-color: rgba(198, 200, 209, 0.32);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover {
- background-color: #dddee3;
+ background-color: #212334;
background-image: none;
- border-color: rgba(18, 19, 26, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(153, 157, 173, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.4),0.3); }
NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.3); }
+ border-color: rgba(130, 135, 154, 0.4); }
NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive {
- border-color: rgba(19, 20, 28, 0.3); }
+ border-color: rgba(164, 167, 182, 0.4); }
NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.3); }
+ border-color: rgba(153, 157, 173, 0.4); }
NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(18, 19, 26, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
+ border-color: rgba(153, 157, 173, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.32),0.3); }
NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.22); }
+ border-color: rgba(130, 135, 154, 0.32); }
NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive {
- border-color: rgba(19, 20, 28, 0.22); }
+ border-color: rgba(164, 167, 182, 0.32); }
NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive {
- border-color: rgba(18, 19, 26, 0.22); }
+ border-color: rgba(153, 157, 173, 0.32); }
NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover {
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover {
- color: #161821; }
+ color: #c6c8d1; }
NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive {
- background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.2),0.4);
background-image: none;
opacity: .6;
- color: mix(#c6c8d1,#161821,0.6);
+ color: mix(#1e202f,#c6c8d1,0.6);
box-shadow: none; }
NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive {
- color: mix(#c6c8d1,#161821,0.6); }
+ color: mix(#1e202f,#c6c8d1,0.6); }
NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
NemoPathbarButton.separator, NemoPathbarButton .separator {
border: 1px solid currentColor;
- color: rgba(198, 200, 209, 0.9); }
+ color: rgba(30, 32, 47, 0.9); }
NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive {
- color: rgba(198, 200, 209, 0.85); }
+ color: rgba(30, 32, 47, 0.85); }
NemoPlacesTreeView {
- -NemoPlacesTreeView-disk-full-bg-color: #999dad;
+ -NemoPlacesTreeView-disk-full-bg-color: #181a26;
-NemoPlacesTreeView-disk-full-fg-color: #84a0c6;
-NemoPlacesTreeView-disk-full-bar-width: 1px;
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
-NemoPlacesTreeView-disk-full-bottom-padding: 2px;
-NemoPlacesTreeView-disk-full-max-length: 70px; }
NemoPlacesTreeView:selected {
- -NemoPlacesTreeView-disk-full-bg-color: #d2d4de;
+ -NemoPlacesTreeView-disk-full-bg-color: #161821;
-NemoPlacesTreeView-disk-full-fg-color: #b1c3db; }
NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview {
- background-color: mix(#c6c8d1,#161821,0.12);
- color: #161821; }
+ background-color: mix(#161821,#c6c8d1,0.12);
+ color: #c6c8d1; }
/***********************
! Fallback mode panel *
@@ -6733,11 +6733,11 @@ PanelAppletFrame {
! Synaptic *
*************/
GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- padding: 3px;
+ padding: 0px;
border: 0;
- color: #161821; }
+ color: #c6c8d1; }
/***********************
! Fallback mode panel *
@@ -6750,8 +6750,8 @@ XfceHeading {
padding: 0;
border: 0;
background-image: none;
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
.xfce4-panel {
font: normal; }
@@ -6787,14 +6787,14 @@ UnityDecoration {
color: #c6c8d1;
text-shadow: none; }
UnityDecoration.top:backdrop {
- border: 1px solid mix(#82879a,mix(#161821,#c6c8d1,0.4),0.12);
+ border: 1px solid mix(#151621,mix(#c6c8d1,#1e202f,0.4),0.12);
border-bottom: 0;
- background-color: #c6c8d1;
- color: mix(#161821,#c6c8d1,0.4); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.4); }
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom {
background-color: mix(#0f1117,#c6c8d1,0.21); }
UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
- background-color: mix(#82879a,mix(#161821,#c6c8d1,0.4),0.12); }
+ background-color: mix(#151621,mix(#c6c8d1,#1e202f,0.4),0.12); }
UnityPanelWidget, .unity-panel {
border: 0; }
@@ -6809,7 +6809,7 @@ UnityPanelWidget, .unity-panel {
color: #d8d9e0; }
SheetStyleDialog.unity-force-quit {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
/***********************
! LightDM GTK Greeter *
@@ -6817,26 +6817,26 @@ SheetStyleDialog.unity-force-quit {
#panel_window {
background-color: transparent;
background-image: none;
- color: #c8c9d2;
+ color: #1f2131;
font: bold;
- text-shadow: 0 1px rgba(9, 10, 13, 0.5);
- icon-shadow: 0 1px rgba(9, 10, 13, 0.5); }
+ text-shadow: 0 1px rgba(73, 76, 90, 0.5);
+ icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
#panel_window .menubar, #panel_window .menubar > .menuitem {
background-color: transparent;
background-image: none;
- color: #c8c9d2;
+ color: #1f2131;
font: bold;
- text-shadow: 0 1px rgba(9, 10, 13, 0.5);
- icon-shadow: 0 1px rgba(9, 10, 13, 0.5); }
+ text-shadow: 0 1px rgba(73, 76, 90, 0.5);
+ icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
#panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover {
- color: #c8c9d2; }
+ color: #1f2131; }
#panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover {
border-style: none;
- background-color: rgba(200, 201, 210, 0.2);
+ background-color: rgba(31, 33, 49, 0.2);
background-image: none;
- color: #c8c9d2; }
+ color: #1f2131; }
#panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive {
- color: rgba(200, 201, 210, 0.7); }
+ color: rgba(31, 33, 49, 0.7); }
#panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu {
border-radius: 1px; }
#panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem {
@@ -6867,7 +6867,7 @@ SheetStyleDialog.unity-force-quit {
border-color: #577db1;
background-color: #96aece;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#login_window .button.default:hover, #login_window .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.header-bar #login_window .default.button.suggested-action:hover, #login_window .selection-mode.toolbar .default.button.suggested-action:hover, .selection-mode.toolbar #login_window .default.button.suggested-action:hover, #login_window .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.header-bar #login_window .default.suggested-action.button:hover, #login_window .selection-mode.header-bar .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar #login_window .default.suggested-action.button:hover, #login_window .selection-mode.toolbar .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar #login_window .default.suggested-action.button:hover, #login_window .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.toolbar #login_window .default.suggested-action.button:hover, #login_window .button:focus:hover, #login_window .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar #login_window .button.suggested-action:focus:hover, #login_window .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar #login_window .button.suggested-action:focus:hover, #login_window .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.header-bar #login_window .suggested-action.button:focus:hover, #login_window .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #login_window .suggested-action.button:focus:hover, #login_window .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #login_window .suggested-action.button:focus:hover, #login_window .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.toolbar #login_window .suggested-action.button:focus:hover, #login_window .button:active:focus:hover, #login_window .selection-mode.header-bar .button.suggested-action:active:focus:hover, .selection-mode.header-bar #login_window .button.suggested-action:active:focus:hover, #login_window .selection-mode.toolbar .button.suggested-action:active:focus:hover, .selection-mode.toolbar #login_window .button.suggested-action:active:focus:hover, #login_window .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.header-bar #login_window .suggested-action.button:active:focus:hover, #login_window .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #login_window .suggested-action.button:active:focus:hover, #login_window .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #login_window .suggested-action.button:active:focus:hover, #login_window .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.toolbar #login_window .suggested-action.button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.header-bar #shutdown_dialog .default.button.suggested-action:hover, #shutdown_dialog .selection-mode.toolbar .default.button.suggested-action:hover, .selection-mode.toolbar #shutdown_dialog .default.button.suggested-action:hover, #shutdown_dialog .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.header-bar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .selection-mode.header-bar .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .selection-mode.toolbar .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.toolbar #shutdown_dialog .default.suggested-action.button:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar #shutdown_dialog .button.suggested-action:focus:hover, #shutdown_dialog .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar #shutdown_dialog .button.suggested-action:focus:hover, #shutdown_dialog .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.header-bar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.toolbar #shutdown_dialog .suggested-action.button:focus:hover, #shutdown_dialog .button:active:focus:hover, #shutdown_dialog .selection-mode.header-bar .button.suggested-action:active:focus:hover, .selection-mode.header-bar #shutdown_dialog .button.suggested-action:active:focus:hover, #shutdown_dialog .selection-mode.toolbar .button.suggested-action:active:focus:hover, .selection-mode.toolbar #shutdown_dialog .button.suggested-action:active:focus:hover, #shutdown_dialog .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.header-bar #shutdown_dialog .suggested-action.button:active:focus:hover, #shutdown_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #shutdown_dialog .suggested-action.button:active:focus:hover, #shutdown_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #shutdown_dialog .suggested-action.button:active:focus:hover, #shutdown_dialog .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.toolbar #shutdown_dialog .suggested-action.button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .selection-mode.header-bar .default.button.suggested-action:hover, .selection-mode.header-bar #restart_dialog .default.button.suggested-action:hover, #restart_dialog .selection-mode.toolbar .default.button.suggested-action:hover, .selection-mode.toolbar #restart_dialog .default.button.suggested-action:hover, #restart_dialog .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.header-bar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .selection-mode.header-bar .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.header-bar .selection-mode.toolbar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .selection-mode.toolbar .selection-mode.header-bar .default.suggested-action.button:hover, .selection-mode.toolbar .selection-mode.header-bar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .selection-mode.toolbar .default.suggested-action.button:hover, .selection-mode.toolbar #restart_dialog .default.suggested-action.button:hover, #restart_dialog .button:focus:hover, #restart_dialog .selection-mode.header-bar .button.suggested-action:focus:hover, .selection-mode.header-bar #restart_dialog .button.suggested-action:focus:hover, #restart_dialog .selection-mode.toolbar .button.suggested-action:focus:hover, .selection-mode.toolbar #restart_dialog .button.suggested-action:focus:hover, #restart_dialog .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.header-bar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .selection-mode.toolbar .suggested-action.button:focus:hover, .selection-mode.toolbar #restart_dialog .suggested-action.button:focus:hover, #restart_dialog .button:active:focus:hover, #restart_dialog .selection-mode.header-bar .button.suggested-action:active:focus:hover, .selection-mode.header-bar #restart_dialog .button.suggested-action:active:focus:hover, #restart_dialog .selection-mode.toolbar .button.suggested-action:active:focus:hover, .selection-mode.toolbar #restart_dialog .button.suggested-action:active:focus:hover, #restart_dialog .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.header-bar #restart_dialog .suggested-action.button:active:focus:hover, #restart_dialog .selection-mode.header-bar .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.header-bar .selection-mode.toolbar #restart_dialog .suggested-action.button:active:focus:hover, #restart_dialog .selection-mode.toolbar .selection-mode.header-bar .suggested-action.button:active:focus:hover, .selection-mode.toolbar .selection-mode.header-bar #restart_dialog .suggested-action.button:active:focus:hover, #restart_dialog .selection-mode.toolbar .suggested-action.button:active:focus:hover, .selection-mode.toolbar #restart_dialog .suggested-action.button:active:focus:hover {
border-color: #496d9e;
background-color: #84a0c6; }
@@ -6894,7 +6894,7 @@ SheetStyleDialog.unity-force-quit {
transition: all 150ms ease-out; }
#login_window .entry:focus, #login_window .entry:hover {
border-color: #0f1117;
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.1), inset 0 1px rgba(4, 5, 7, 0.12), inset -1px 0 rgba(4, 5, 7, 0.1), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.1), inset 0 1px rgba(36, 38, 45, 0.12), inset -1px 0 rgba(36, 38, 45, 0.1), inset 0 -1px rgba(36, 38, 45, 0.05); }
#user_combobox {
color: #c6c8d1;
@@ -6914,7 +6914,7 @@ SheetStyleDialog.unity-force-quit {
border-radius: 4px;
background-color: #14161e;
background-image: none;
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.07), inset 0 1px rgba(4, 5, 7, 0.08), inset -1px 0 rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset 0 1px rgba(36, 38, 45, 0.08), inset -1px 0 rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
#buttonbox_frame {
padding-top: 10px;
@@ -7026,7 +7026,7 @@ TerminalNotebook.notebook {
background-color: #161821;
color: #c6c8d1; }
TerminalNotebook.notebook tab {
- padding: 4px 6px;
+ padding: 1px 0px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
@@ -7073,12 +7073,12 @@ TerminalNotebook.notebook {
border-left: 0;
border-right: 0;
/* using box shadows instead of borders due to slanted edges */
- box-shadow: inset 0 3px rgba(9, 10, 13, 0.03), inset 0 2px rgba(9, 10, 13, 0.03), inset 0 1px rgba(9, 10, 13, 0.03), inset 1px 0 #0f1117, inset -1px 0 #0f1117; }
+ box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #0f1117, inset -1px 0 #0f1117; }
TerminalNotebook.notebook tab.reorderable-page:active {
background-color: #14161e;
border-left: 0;
border-right: 0;
- box-shadow: inset 0 3px rgba(9, 10, 13, 0.03), inset 0 2px rgba(9, 10, 13, 0.03), inset 0 1px rgba(9, 10, 13, 0.03), inset 1px 0 #111219, inset -1px 0 #111219; }
+ box-shadow: inset 0 3px rgba(73, 76, 90, 0.03), inset 0 2px rgba(73, 76, 90, 0.03), inset 0 1px rgba(73, 76, 90, 0.03), inset 1px 0 #111219, inset -1px 0 #111219; }
TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .selection-mode.header-bar .button.suggested-action, .selection-mode.header-bar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .selection-mode.toolbar .button.suggested-action, .selection-mode.toolbar TerminalNotebook.notebook tab .button.suggested-action, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover {
padding: 1px;
border-width: 1px;
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/gtk.gresource b/home/.themes/oomox-iceberg/gtk-3.0/gtk.gresource
index c522bfb..212adb8 100644
Binary files a/home/.themes/oomox-iceberg/gtk-3.0/gtk.gresource and b/home/.themes/oomox-iceberg/gtk-3.0/gtk.gresource differ
diff --git a/home/.themes/oomox-iceberg/gtk-3.0/thumbnail.png b/home/.themes/oomox-iceberg/gtk-3.0/thumbnail.png
index c108a48..bddd9e0 100644
Binary files a/home/.themes/oomox-iceberg/gtk-3.0/thumbnail.png and b/home/.themes/oomox-iceberg/gtk-3.0/thumbnail.png differ
diff --git a/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk-dark.css b/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk-dark.css
index 7093272..abfc1bf 100644
--- a/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk-dark.css
+++ b/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk-dark.css
@@ -14,17 +14,17 @@
@define-color dark_bg_color #161821;
@define-color dark_fg_color #c6c8d1;
/* colormap actually used by the theme, to be overridden in other css files */
-@define-color theme_bg_color #161821;
-@define-color theme_fg_color #c6c8d1;
-@define-color theme_base_color #161821;
-@define-color theme_text_color #c6c8d1;
+@define-color theme_bg_color #c6c8d1;
+@define-color theme_fg_color #1e202f;
+@define-color theme_base_color #c6c8d1;
+@define-color theme_text_color #161821;
@define-color theme_selected_bg_color #84a0c6;
-@define-color theme_selected_fg_color #d2d4de;
-@define-color theme_tooltip_bg_color #c6c8d1;
-@define-color theme_tooltip_fg_color #161821;
+@define-color theme_selected_fg_color #161821;
+@define-color theme_tooltip_bg_color #1e202f;
+@define-color theme_tooltip_fg_color #c6c8d1;
/* shadow effects */
-@define-color light_shadow #171922;
-@define-color dark_shadow #24262d;
+@define-color light_shadow #c7c9d2;
+@define-color dark_shadow #060609;
/* misc colors used by gtk+ */
@define-color info_fg_color #161821;
@define-color info_bg_color #91acd1;
@@ -42,7 +42,7 @@
@define-color titlebar_bg_focused @dark_bg_color;
@define-color titlebar_bg_unfocused @theme_bg_color;
@define-color titlebar_fg_focused @dark_fg_color;
-@define-color titlebar_fg_unfocused mix(#c6c8d1,#161821,0.4);
+@define-color titlebar_fg_unfocused mix(#1e202f,#c6c8d1,0.4);
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @theme_bg_color;
@@ -51,14 +51,14 @@
@define-color menu_fg_color @dark_fg_color;
@define-color panel_bg_color @dark_bg_color;
@define-color panel_fg_color @dark_fg_color;
-@define-color borders mix(#161821,#c6c8d1,0.18);
-@define-color unfocused_borders mix(#161821,mix(#161821,#c6c8d1,0.18),0.9);
+@define-color borders mix(#c6c8d1,#1e202f,0.1);
+@define-color unfocused_borders mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9);
@define-color button_bg_color #c6c8d1;
-@define-color button_fg_color #6b7089;
+@define-color button_fg_color #161821;
@define-color header_button_bg_color #161821;
@define-color header_button_fg_color #c6c8d1;
-@define-color insensitive_bg_color mix(#161821,#161821,0.6);
-@define-color insensitive_fg_color mix(#c6c8d1,#161821,0.5);
+@define-color insensitive_bg_color mix(#c6c8d1,#c6c8d1,0.6);
+@define-color insensitive_fg_color mix(#1e202f,#c6c8d1,0.5);
/* osd */
@define-color osd_base #161821;
@define-color osd_bg rgba(22, 24, 33, 0.8);
@@ -70,30 +70,30 @@
@define-color lightdm_bg_color #161821;
@define-color lightdm_fg_color #c6c8d1;
/* widget text/foreground color on backdrop windows */
-@define-color theme_unfocused_fg_color mix(#c6c8d1,#161821,0.5);
+@define-color theme_unfocused_fg_color mix(#1e202f,#c6c8d1,0.5);
/* text color for entries, views and content in general on backdrop windows */
-@define-color theme_unfocused_text_color #c6c8d1;
+@define-color theme_unfocused_text_color #161821;
/* widget base background color on backdrop windows */
-@define-color theme_unfocused_bg_color #161821;
+@define-color theme_unfocused_bg_color #c6c8d1;
/* text widgets and the like base background color on backdrop windows */
-@define-color theme_unfocused_base_color #161821;
+@define-color theme_unfocused_base_color #c6c8d1;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #84a0c6;
/* text/foreground color of selections on backdrop windows */
-@define-color theme_unfocused_selected_fg_color #d2d4de;
+@define-color theme_unfocused_selected_fg_color #161821;
/* insensitive color on backdrop windows*/
-@define-color unfocused_insensitive_color #35394f;
+@define-color unfocused_insensitive_color #f0f1f3;
/* window manager colors */
@define-color wm_bg_focused #161821;
-@define-color wm_bg_unfocused #161821;
+@define-color wm_bg_unfocused #c6c8d1;
@define-color wm_border_focused #84a0c6;
-@define-color wm_border_unfocused #161821;
+@define-color wm_border_unfocused #ada0d3;
@define-color wm_title_focused #c6c8d1;
-@define-color wm_title_unfocused mix(#c6c8d1,#161821,0.4);
+@define-color wm_title_unfocused mix(#1e202f,#c6c8d1,0.4);
@define-color wm_icons_focused #c6c8d1;
@define-color wm_icons_focused_prelight #84a0c6;
@define-color wm_icons_focused_pressed #577db1;
-@define-color wm_icons_unfocused mix(#c6c8d1,#161821,0.4);
+@define-color wm_icons_unfocused mix(#1e202f,#c6c8d1,0.4);
@define-color wm_icons_unfocused_prelight #84a0c6;
@define-color wm_icons_unfocused_pressed #577db1;
/**************
@@ -115,13 +115,13 @@
*************/
GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
* {
/* hyperlinks */
-GtkIMHtml-hyperlink-color: #84a0c6; }
*:disabled, *:disabled:disabled {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
*:disabled, *:disabled {
-gtk-icon-effect: dim; }
*:hover {
@@ -130,62 +130,62 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
color: #84a0c6; }
.background {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #1e202f; }
.background:backdrop {
text-shadow: none;
-gtk-icon-shadow: none; }
.background.csd {
- background-color: #161821; }
+ background-color: #c6c8d1; }
.gtkstyle-fallback {
- background-color: rgba(22, 24, 33, 0.5);
- color: #c6c8d1; }
+ background-color: rgba(198, 200, 209, 0.5);
+ color: #1e202f; }
.gtkstyle-fallback:hover {
- background-color: #181a24;
- color: #c6c8d1; }
+ background-color: #dddee3;
+ color: #1e202f; }
.gtkstyle-fallback:active {
- background-color: #14161e;
- color: #c6c8d1; }
+ background-color: #afb2bf;
+ color: #1e202f; }
.gtkstyle-fallback:disabled {
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.5); }
+ background-color: #c5c7d1;
+ color: mix(#1e202f,#c6c8d1,0.5); }
image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled {
background-color: transparent; }
label.separator {
- color: #c6c8d1; }
+ color: #1e202f; }
label.separator:backdrop {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
label selection {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
label:disabled {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
label:disabled:backdrop {
- color: #35394f; }
+ color: #f0f1f3; }
label:backdrop {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
assistant .sidebar {
- background-color: #161821;
- border-top: 1px solid mix(#161821,#c6c8d1,0.18); }
+ background-color: #c6c8d1;
+ border-top: 1px solid mix(#c6c8d1,#1e202f,0.1); }
assistant .sidebar:backdrop {
- background-color: #161821;
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9); }
+ background-color: #c6c8d1;
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9); }
assistant.csd .sidebar {
border-top-style: none; }
assistant .sidebar label {
- padding: 3px 6px; }
+ padding: 0px 0px; }
assistant .sidebar label.highlight {
- background-color: mix(#c6c8d1,#161821,0.8); }
+ background-color: mix(#1e202f,#c6c8d1,0.8); }
/*********
! Buttons
@@ -198,7 +198,7 @@ assistant .sidebar label.highlight {
stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#85a0c6), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(73, 76, 90, 0.913725)), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#85a0c6), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(200, 201, 210, 0.769231)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@@ -210,9 +210,9 @@ stacksidebar row.needs-attention > label {
#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd,
#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button,
.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button {
- min-height: 20px;
- min-width: 20px;
- padding: 3px;
+ min-height: 14px;
+ min-width: 14px;
+ padding: 0px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
@@ -222,7 +222,7 @@ stacksidebar row.needs-attention > label {
#restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button,
#XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button,
.titlebar.selection-mode:not(headerbar) button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button {
- padding: 3px 3.8571428571px; }
+ padding: 0px 0.2857142857px; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat,
menuitem.button.flat, menu menuitem calendar.button:hover,
@@ -299,30 +299,30 @@ notebook > header > tabs > arrow, infobar.error button.close, infobar.question b
background-image: none;
box-shadow: none; }
notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover {
- border: 1px solid rgba(22, 24, 33, 0.3);
- background-color: rgba(198, 200, 209, 0.2);
+ border: 1px solid rgba(198, 200, 209, 0.3);
+ background-color: rgba(30, 32, 47, 0.2);
background-image: none;
box-shadow: none; }
notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked {
border: 1px solid rgba(132, 160, 198, 0.3);
- background-color: rgba(210, 212, 222, 0.1);
+ background-color: rgba(22, 24, 33, 0.1);
background-image: none;
box-shadow: none; }
button, button.nautilus-circular-button.image-button {
background-color: #c6c8d1;
background-image: none;
- border-color: rgba(86, 90, 110, 0.32);
- color: #6b7089;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover {
border-color: #486c9c; }
button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.32); }
+ border-color: rgba(15, 17, 23, 0.32); }
button:disabled, button.nautilus-circular-button.image-button:disabled {
- border-color: rgba(91, 95, 116, 0.32); }
+ border-color: rgba(19, 20, 28, 0.32); }
button:active:disabled, button:checked:disabled {
- border-color: rgba(86, 90, 110, 0.32); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) button, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover {
@@ -348,7 +348,7 @@ button, button.nautilus-circular-button.image-button {
border-bottom-style: none;
box-shadow: inset 0 -1px #486c9c; }
button.flat, button.flat.nautilus-circular-button.image-button {
- color: #6b7089;
+ color: #161821;
border-color: rgba(198, 200, 209, 0);
background-color: rgba(198, 200, 209, 0);
background-image: none;
@@ -356,125 +356,125 @@ button, button.nautilus-circular-button.image-button {
button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover {
background-color: #d1d3da;
background-image: none;
- border-color: rgba(86, 90, 110, 0.4);
- color: #6b7089;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover {
border-color: #486c9c; }
button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.4); }
+ border-color: rgba(15, 17, 23, 0.4); }
button:hover:disabled, button.flat:hover:disabled {
- border-color: rgba(91, 95, 116, 0.4); }
+ border-color: rgba(19, 20, 28, 0.4); }
button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled {
- border-color: rgba(86, 90, 110, 0.4); }
+ border-color: rgba(18, 19, 26, 0.4); }
button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus {
background-color: #d1d3da;
background-image: none;
- border-color: rgba(107, 112, 137, 0.32);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #6b7089;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
button:focus:hover, button.flat:focus:hover {
background-color: #dddee3;
background-image: none;
- border-color: rgba(86, 90, 110, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
button:focus:hover:hover, button.flat:focus:hover:hover {
border-color: #486c9c; }
button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.4); }
+ border-color: rgba(15, 17, 23, 0.4); }
button:focus:hover:disabled, button.flat:focus:hover:disabled {
- border-color: rgba(91, 95, 116, 0.4); }
+ border-color: rgba(19, 20, 28, 0.4); }
button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled {
- border-color: rgba(86, 90, 110, 0.4); }
+ border-color: rgba(18, 19, 26, 0.4); }
button:checked, button.nautilus-circular-button.image-button:checked, button:active, button.nautilus-circular-button.image-button:active, button.flat:checked, button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(86, 90, 110, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(107, 112, 137, 0.06), inset 0 1px rgba(107, 112, 137, 0.07), inset -1px 0 rgba(107, 112, 137, 0.06), inset 0 -1px rgba(107, 112, 137, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
border-color: #486c9c; }
button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.32); }
+ border-color: rgba(15, 17, 23, 0.32); }
button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled {
- border-color: rgba(91, 95, 116, 0.32); }
+ border-color: rgba(19, 20, 28, 0.32); }
button:active:checked:disabled, button.flat:active:checked:disabled {
- border-color: rgba(86, 90, 110, 0.32); }
+ border-color: rgba(18, 19, 26, 0.32); }
button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover {
- color: #6b7089; }
+ color: #161821; }
button:disabled:disabled, button.flat:disabled:disabled {
- background-color: alpha(mix(#c6c8d1,#6b7089,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#c6c8d1,#6b7089,0.6);
+ color: mix(#c6c8d1,#161821,0.6);
box-shadow: none; }
button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled {
- color: mix(#c6c8d1,#6b7089,0.6); }
+ color: mix(#c6c8d1,#161821,0.6); }
button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(198, 200, 209, 0.9); }
button.separator:disabled, button .separator:disabled {
color: rgba(198, 200, 209, 0.85); }
button separator, button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#6b7089,#c6c8d1,0.9)); }
+ background-image: image(mix(#161821,#c6c8d1,0.9)); }
.inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.inline-toolbar button:disabled, .linked > button:disabled {
box-shadow: inset -1px 0 #999dad; }
.inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child {
box-shadow: none; }
.inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.linked.vertical > button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.linked.vertical > button:focus, .linked.vertical > button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.05); }
.linked.vertical > button:disabled {
box-shadow: inset 0 -1px #999dad; }
.linked.vertical > button:last-child, .linked.vertical > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child {
box-shadow: none; }
.linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
button.circular, button.nautilus-circular-button.image-button, button.circular-button {
padding: 0;
- min-width: 28px;
- min-height: 28px;
+ min-width: 22px;
+ min-height: 22px;
border-radius: 9999px;
-gtk-outline-radius: 9999px; }
button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label {
@@ -484,45 +484,45 @@ spinbutton:disabled {
opacity: .6; }
spinbutton button, spinbutton button.nautilus-circular-button.image-button {
- color: #6b7089;
- padding: 3px 5px; }
+ color: #161821;
+ padding: 0px 1px; }
spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover {
background-color: #f3f3f5;
background-image: none; }
spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover {
- border-color: rgba(86, 90, 110, 0.4); }
+ border-color: rgba(18, 19, 26, 0.4); }
spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:hover {
border-color: #486c9c; }
spinbutton button:hover:active, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:focus, spinbutton button:hover:checked, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked:hover:focus {
- border-color: rgba(75, 78, 96, 0.4); }
+ border-color: rgba(15, 17, 23, 0.4); }
spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled {
- border-color: rgba(91, 95, 116, 0.4); }
+ border-color: rgba(19, 20, 28, 0.4); }
spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled {
- border-color: rgba(86, 90, 110, 0.4); }
+ border-color: rgba(18, 19, 26, 0.4); }
spinbutton button:focus:hover {
- color: mix(#c6c8d1,#486c9c,0.3); }
+ color: mix(#1e202f,#486c9c,0.3); }
spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled {
- color: mix(#6b7089,#161821,0.7); }
+ color: mix(#161821,#c6c8d1,0.7); }
spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop {
- color: mix(#161821,mix(#c6c8d1,#161821,0.5),0.9); }
+ color: mix(#c6c8d1,mix(#1e202f,#c6c8d1,0.5),0.9); }
spinbutton button:backdrop:disabled {
- color: rgba(53, 57, 79, 0.8); }
+ color: rgba(240, 241, 243, 0.8); }
spinbutton:not(.vertical) {
/*@extend %entry;*/
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
/*@include border($base_color);*/
padding: 0;
border-radius: 4px;
-gtk-outline-radius: 3.6px;
- color: #c6c8d1;
- caret-color: #c6c8d1;
+ color: #161821;
+ caret-color: #161821;
/*&:focus, &:active { border-color: border_focus($borders_color); }*/ }
spinbutton:not(.vertical):disabled {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#161821,0.5); }
spinbutton:not(.vertical) entry {
border-radius: 4px 0 0 4px;
-gtk-outline-radius: 3.6px 0 0 3.6px;
@@ -538,9 +538,9 @@ spinbutton:not(.vertical) {
border-top-color: #486c9c;
border-bottom-color: #486c9c; }
spinbutton:not(.vertical) button:active {
- box-shadow: inset 0 2px 3px -1px rgba(73, 76, 90, 0.2); }
+ box-shadow: inset 0 2px 3px -1px rgba(12, 13, 19, 0.2); }
spinbutton:not(.vertical) button:backdrop {
- border-color: alpha(mix(#161821,mix(#161821,#c6c8d1,0.18),0.9),0.8); }
+ border-color: alpha(mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9),0.8); }
spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) {
border-style: solid; }
spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
@@ -570,8 +570,8 @@ spinbutton:not(.vertical) {
spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry {
min-width: 0;
- padding-left: 1px;
- padding-right: 1px; }
+ padding-left: 0px;
+ padding-right: 0px; }
spinbutton.vertical entry {
border-radius: 0;
@@ -603,25 +603,25 @@ spinbutton.vertical button.down {
*******************/
combobox button.combo, combobox button.combo.nautilus-circular-button.image-button {
min-width: 0;
- padding-left: 3.8571428571px;
- padding-right: 3.8571428571px; }
+ padding-left: 0.2857142857px;
+ padding-right: 0.2857142857px; }
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- min-height: 16px;
- min-width: 16px;
- padding: 1.5px; }
+ min-height: 10px;
+ min-width: 10px;
+ padding: 0px; }
combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry {
- padding: 3px 3.8571428571px; }
+ padding: 0px 0.2857142857px; }
combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button {
- padding: 3px; }
+ padding: 0px; }
combobox menu menuitem {
- padding: 3px 5px; }
+ padding: 0px 1px; }
combobox menu menuitem cellview {
- min-height: 20px; }
+ min-height: 14px; }
/*********
! Entry *
@@ -690,7 +690,7 @@ combobox menu menuitem {
border-style: solid;
border-radius: 4px;
transition: border 100ms ease-out;
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.1), inset 0 1px rgba(36, 38, 45, 0.12), inset -1px 0 rgba(36, 38, 45, 0.1), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.1), inset 0 1px rgba(6, 6, 9, 0.12), inset -1px 0 rgba(6, 6, 9, 0.1), inset 0 -1px rgba(6, 6, 9, 0.05); }
#login_window entry:focus,
#XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
#XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
@@ -699,7 +699,7 @@ combobox menu menuitem {
#login_window entry:selected,
#XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry:disabled,
#XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
box-shadow: none; }
@@ -709,18 +709,18 @@ combobox menu menuitem {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry image.left,
#XfceNotifyWindow entry image.left, entry image.left {
- padding-right: 3px; }
+ padding-right: 0px; }
#login_window entry image.right,
#XfceNotifyWindow entry image.right, entry image.right {
- padding-left: 3px; }
+ padding-left: 0px; }
#login_window entry.warning,
#XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
color: #161821;
border-color: #dd884b;
- background-color: mix(#161821,#e9b189,0.6); }
+ background-color: mix(#c6c8d1,#e9b189,0.6); }
#login_window entry.warning image,
#XfceNotifyWindow entry.warning image, entry.warning image {
color: #161821; }
@@ -738,7 +738,7 @@ combobox menu menuitem {
#XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#161821,#e98989,0.6); }
+ background-color: mix(#c6c8d1,#e98989,0.6); }
#login_window entry.error image,
#XfceNotifyWindow entry.error image, entry.error image {
color: #161821; }
@@ -756,7 +756,7 @@ combobox menu menuitem {
#XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#161821,#e98989,0.6); }
+ background-color: mix(#c6c8d1,#e98989,0.6); }
#login_window entry.search-missing image,
#XfceNotifyWindow entry.search-missing image, entry.search-missing image {
color: #161821; }
@@ -772,28 +772,28 @@ combobox menu menuitem {
color: #e98989; }
entry {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
- color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.8);
+ padding: 2px 0.2857142857px;
+ color: #161821;
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
entry:focus, entry:hover {
border-color: #486c9c; }
entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus {
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.7); }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.7); }
entry:disabled {
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.85); }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.85); }
entry:active:disabled, entry:checked:disabled {
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.8); }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.8); }
entry:focus, entry:active {
border-color: #486c9c; }
entry:disabled {
- background-color: mix(#161821,#c6c8d1,0.07);
+ background-color: mix(#c6c8d1,#161821,0.07);
background-image: none;
opacity: .9;
- color: mix(#161821,#c6c8d1,0.9); }
+ color: mix(#c6c8d1,#161821,0.9); }
/*********
! Buttons
@@ -811,12 +811,12 @@ entry {
! Toolbar
**********/
toolbar {
- padding: 2px;
+ padding: 0px;
border-style: none; }
toolbar.horizontal separator {
- margin: 0 5px 1px; }
+ margin: 0 2px 1px; }
toolbar.vertical separator {
- margin: 5px 1px 5px 0; }
+ margin: 2px 1px 2px 0; }
headerbar {
border-width: 0 0 1px;
@@ -826,11 +826,11 @@ headerbar {
headerbar separator,
headerbar button,
headerbar button.nautilus-circular-button.image-button {
- margin-top: 6px;
- margin-bottom: 6px; }
+ margin-top: 3px;
+ margin-bottom: 3px; }
headerbar switch {
- margin-top: 4px;
- margin-bottom: 4px; }
+ margin-top: 1px;
+ margin-bottom: 1px; }
window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child {
border-top-left-radius: 4px; }
window:not(.tiled):not(.maximized) headerbar:last-child {
@@ -864,16 +864,16 @@ headerbar {
border-color: mix(#161821,#c6c8d1,0.3); }
.titlebar:not(headerbar) .title, headerbar .title {
font-weight: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.titlebar:not(headerbar) .subtitle, headerbar .subtitle {
font-size: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
border-color: #486c9c; }
.titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
@@ -917,7 +917,7 @@ headerbar {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
border-color: #486c9c; }
.titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
@@ -935,12 +935,12 @@ headerbar {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
border-color: #486c9c; }
.titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
@@ -954,7 +954,7 @@ headerbar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
border-color: #486c9c; }
@@ -968,7 +968,7 @@ headerbar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
color: #c6c8d1; }
.titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
@@ -983,10 +983,10 @@ headerbar {
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -995,27 +995,27 @@ headerbar {
.titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
.titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button {
- padding: 3px; }
+ padding: 0px; }
.titlebar:not(headerbar) .linked > button, headerbar .linked > button, headerbar .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:hover, headerbar .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.titlebar:not(headerbar) .linked > button:disabled, headerbar .linked > button:disabled {
box-shadow: inset -1px 0 #12131a; }
.titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:only-child, headerbar .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover, headerbar .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:disabled:only-child {
box-shadow: none; }
.titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button {
- padding: 3px 7px; }
+ padding: 0px 4px; }
.titlebar:not(headerbar) separator, headerbar separator {
color: #0d0e14;
border-color: currentColor;
@@ -1023,9 +1023,9 @@ headerbar {
.titlebar:not(headerbar) separator, headerbar separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
.titlebar:backdrop:not(headerbar), headerbar:backdrop {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- color: mix(#c6c8d1,#161821,0.4);
+ color: mix(#1e202f,#c6c8d1,0.4);
text-shadow: none; }
.default-decoration.titlebar:not(headerbar), headerbar.default-decoration {
min-height: 24px;
@@ -1044,14 +1044,14 @@ headerbar {
.titlebar:not(headerbar) .title, headerbar .title {
font-weight: bold; }
.titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton {
- margin-left: 3px; }
+ margin-left: 0px; }
.titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
- padding: 3px; }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22);
+ padding: 0px; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
border-color: #486c9c; }
.titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
@@ -1095,7 +1095,7 @@ headerbar {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
border-color: #486c9c; }
.titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
@@ -1113,12 +1113,12 @@ headerbar {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
border-color: #486c9c; }
.titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
@@ -1132,7 +1132,7 @@ headerbar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
border-color: #486c9c; }
@@ -1146,7 +1146,7 @@ headerbar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
color: #c6c8d1; }
.titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
@@ -1161,10 +1161,10 @@ headerbar {
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -1173,13 +1173,13 @@ headerbar {
.titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
.titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button {
- padding: 3px 5px; }
+ padding: 0px 5px; }
.titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
color: #c6c8d1; }
.titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover {
color: #c6c8d1; }
.titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(#c6c8d1,#161821,0.4); }
+ color: mix(#1e202f,#c6c8d1,0.4); }
.titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow {
/* have no clue why it's ignored by gtk and forced to 5px and 7px */
padding: 0; }
@@ -1187,10 +1187,10 @@ headerbar {
color: #c6c8d1; }
.titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton {
margin-left: 0;
- margin-right: 3px; }
+ margin-right: 0px; }
.titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button {
border: 0;
- padding: 3px;
+ padding: 0px;
background-image: none;
background-color: transparent;
color: #c6c8d1;
@@ -1207,49 +1207,49 @@ headerbar {
box-shadow: none; }
.titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop {
background: none;
- color: mix(#c6c8d1,#161821,0.4);
+ color: mix(#1e202f,#c6c8d1,0.4);
-gtk-icon-shadow: none; }
toolbar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: #12131a;
- color: #c6c8d1; }
+ border-color: #999dad;
+ color: #1e202f; }
toolbar:focus, toolbar:hover {
border-color: #486c9c; }
toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus {
- border-color: #0f1117; }
+ border-color: #82879a; }
toolbar:disabled {
- border-color: #13141c; }
+ border-color: #a4a7b6; }
toolbar:active:disabled, toolbar:checked:disabled {
- border-color: #12131a; }
+ border-color: #999dad; }
toolbar:disabled {
- background-color: #14161e;
+ background-color: #afb2bf;
background-image: none;
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
toolbar .background {
- background-color: #161821;
- border-color: mix(#161821,#c6c8d1,0.3); }
+ background-color: #c6c8d1;
+ border-color: mix(#c6c8d1,#1e202f,0.3); }
toolbar .title {
font-weight: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
toolbar .subtitle {
font-size: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
toolbar button, toolbar button.nautilus-circular-button.image-button {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(153, 157, 173, 0.22);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(24, 26, 38, 0.32);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover {
border-color: #486c9c; }
toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.22); }
+ border-color: rgba(21, 22, 33, 0.32); }
toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled {
- border-color: rgba(164, 167, 182, 0.22); }
+ border-color: rgba(26, 27, 40, 0.32); }
toolbar button:active:disabled, toolbar button:checked:disabled {
- border-color: rgba(153, 157, 173, 0.22); }
+ border-color: rgba(24, 26, 38, 0.32); }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover {
@@ -1275,144 +1275,144 @@ toolbar {
border-bottom-style: none;
box-shadow: inset 0 -1px #486c9c; }
toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button {
- color: #c6c8d1;
- border-color: rgba(22, 24, 33, 0);
- background-color: rgba(22, 24, 33, 0);
+ color: #1e202f;
+ border-color: rgba(198, 200, 209, 0);
+ background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(153, 157, 173, 0.3);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(24, 26, 38, 0.4);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover {
border-color: #486c9c; }
toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.3); }
+ border-color: rgba(21, 22, 33, 0.4); }
toolbar button:hover:disabled, toolbar button.flat:hover:disabled {
- border-color: rgba(164, 167, 182, 0.3); }
+ border-color: rgba(26, 27, 40, 0.4); }
toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled {
- border-color: rgba(153, 157, 173, 0.3); }
+ border-color: rgba(24, 26, 38, 0.4); }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(198, 200, 209, 0.22);
+ border-color: rgba(30, 32, 47, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
toolbar button:focus:hover, toolbar button.flat:focus:hover {
- background-color: #181a24;
+ background-color: #dddee3;
background-image: none;
- border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ border-color: rgba(24, 26, 38, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover {
border-color: #486c9c; }
toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.3); }
+ border-color: rgba(21, 22, 33, 0.4); }
toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled {
- border-color: rgba(164, 167, 182, 0.3); }
+ border-color: rgba(26, 27, 40, 0.4); }
toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled {
- border-color: rgba(153, 157, 173, 0.3); }
+ border-color: rgba(24, 26, 38, 0.4); }
toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ border-color: rgba(24, 26, 38, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(30, 32, 47, 0.06), inset 0 1px rgba(30, 32, 47, 0.07), inset -1px 0 rgba(30, 32, 47, 0.06), inset 0 -1px rgba(30, 32, 47, 0.05); }
toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
border-color: #486c9c; }
toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.22); }
+ border-color: rgba(21, 22, 33, 0.32); }
toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled {
- border-color: rgba(164, 167, 182, 0.22); }
+ border-color: rgba(26, 27, 40, 0.32); }
toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled {
- border-color: rgba(153, 157, 173, 0.22); }
+ border-color: rgba(24, 26, 38, 0.32); }
toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled {
- background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#161821,#c6c8d1,0.6);
+ color: mix(#c6c8d1,#1e202f,0.6);
box-shadow: none; }
toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled {
- color: mix(#161821,#c6c8d1,0.6); }
+ color: mix(#c6c8d1,#1e202f,0.6); }
toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
- color: rgba(22, 24, 33, 0.9); }
+ color: rgba(198, 200, 209, 0.9); }
toolbar button.separator:disabled, toolbar button .separator:disabled {
- color: rgba(22, 24, 33, 0.85); }
+ color: rgba(198, 200, 209, 0.85); }
toolbar button separator, toolbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#c6c8d1,#161821,0.9)); }
+ background-image: image(mix(#1e202f,#c6c8d1,0.9)); }
toolbar button.image-button, toolbar button.image-button.nautilus-circular-button {
- padding: 3px; }
+ padding: 0px; }
toolbar .linked > button, toolbar .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
toolbar .linked > button:focus, toolbar .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
toolbar .linked > button:active, toolbar .linked > button:active:hover, toolbar .linked > button:active:focus, toolbar .linked > button:active:hover:focus, toolbar .linked > button:checked, toolbar .linked > button:checked:hover, toolbar .linked > button:checked:focus, toolbar .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
toolbar .linked > button:disabled {
- box-shadow: inset -1px 0 #12131a; }
+ box-shadow: inset -1px 0 #999dad; }
toolbar .linked > button:last-child, toolbar .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child {
box-shadow: none; }
toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button {
- padding: 3px 7px; }
+ padding: 0px 4px; }
toolbar separator, toolbar separator:disabled {
- color: #0d0e14;
+ color: #6d7287;
border-color: currentColor;
-GtkWidget-window-dragging: true; }
toolbar.inline-toolbar {
padding: 1px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: mix(#161821,#c6c8d1,0.18);
- background-color: mix(mix(#161821,#c6c8d1,0.18),#161821,0.7);
+ border-color: mix(#c6c8d1,#1e202f,0.1);
+ background-color: mix(mix(#c6c8d1,#1e202f,0.1),#c6c8d1,0.7);
background-image: none; }
toolbar.inline-toolbar:backdrop {
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9);
- background-color: mix(#161821,mix(#161821,mix(#161821,#c6c8d1,0.18),0.9),0.35);
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9);
+ background-color: mix(#c6c8d1,mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9),0.35);
transition: 200ms ease-out; }
toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(153, 157, 173, 0.22);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(24, 26, 38, 0.32);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover {
border-color: #486c9c; }
toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.22); }
+ border-color: rgba(21, 22, 33, 0.32); }
toolbar.inline-toolbar button:disabled {
- border-color: rgba(164, 167, 182, 0.22); }
+ border-color: rgba(26, 27, 40, 0.32); }
toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled {
- border-color: rgba(153, 157, 173, 0.22); }
+ border-color: rgba(24, 26, 38, 0.32); }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
@@ -1438,93 +1438,93 @@ toolbar {
border-bottom-style: none;
box-shadow: inset 0 -1px #486c9c; }
toolbar.inline-toolbar button.flat {
- color: #c6c8d1;
- border-color: rgba(22, 24, 33, 0);
- background-color: rgba(22, 24, 33, 0);
+ color: #1e202f;
+ border-color: rgba(198, 200, 209, 0);
+ background-color: rgba(198, 200, 209, 0);
background-image: none;
box-shadow: none; }
toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(153, 157, 173, 0.3);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ border-color: rgba(24, 26, 38, 0.4);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover {
border-color: #486c9c; }
toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.3); }
+ border-color: rgba(21, 22, 33, 0.4); }
toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled {
- border-color: rgba(164, 167, 182, 0.3); }
+ border-color: rgba(26, 27, 40, 0.4); }
toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled {
- border-color: rgba(153, 157, 173, 0.3); }
+ border-color: rgba(24, 26, 38, 0.4); }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus {
- background-color: #171923;
+ background-color: #d1d3da;
background-image: none;
- border-color: rgba(198, 200, 209, 0.22);
+ border-color: rgba(30, 32, 47, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover {
- background-color: #181a24;
+ background-color: #dddee3;
background-image: none;
- border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ border-color: rgba(24, 26, 38, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover {
border-color: #486c9c; }
toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.3); }
+ border-color: rgba(21, 22, 33, 0.4); }
toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled {
- border-color: rgba(164, 167, 182, 0.3); }
+ border-color: rgba(26, 27, 40, 0.4); }
toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled {
- border-color: rgba(153, 157, 173, 0.3); }
+ border-color: rgba(24, 26, 38, 0.4); }
toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
+ border-color: rgba(24, 26, 38, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(30, 32, 47, 0.06), inset 0 1px rgba(30, 32, 47, 0.07), inset -1px 0 rgba(30, 32, 47, 0.06), inset 0 -1px rgba(30, 32, 47, 0.05); }
toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
border-color: #486c9c; }
toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus {
- border-color: rgba(130, 135, 154, 0.22); }
+ border-color: rgba(21, 22, 33, 0.32); }
toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled {
- border-color: rgba(164, 167, 182, 0.22); }
+ border-color: rgba(26, 27, 40, 0.32); }
toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled {
- border-color: rgba(153, 157, 173, 0.22); }
+ border-color: rgba(24, 26, 38, 0.32); }
toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled {
- background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#161821,#c6c8d1,0.6);
+ color: mix(#c6c8d1,#1e202f,0.6);
box-shadow: none; }
toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled {
- color: mix(#161821,#c6c8d1,0.6); }
+ color: mix(#c6c8d1,#1e202f,0.6); }
toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator {
border: 1px solid currentColor;
- color: rgba(22, 24, 33, 0.9); }
+ color: rgba(198, 200, 209, 0.9); }
toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled {
- color: rgba(22, 24, 33, 0.85); }
+ color: rgba(198, 200, 209, 0.85); }
toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#c6c8d1,#161821,0.9)); }
+ background-image: image(mix(#1e202f,#c6c8d1,0.9)); }
window.csd > .titlebar:not(headerbar) {
padding: 0;
@@ -1565,22 +1565,22 @@ window.csd > .titlebar:not(headerbar) {
! Action-bar *
***************/
actionbar > revealer > box {
- padding: 3px;
- border-top: 1px solid mix(#161821,#c6c8d1,0.18); }
+ padding: 0px;
+ border-top: 1px solid mix(#c6c8d1,#1e202f,0.1); }
actionbar > revealer > box:backdrop {
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9); }
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9); }
/****************************
! Search and Location bars *
*****************************/
searchbar,
.location-bar {
- background-color: #161820;
+ background-color: #c1c4cd;
background-image: none;
border-width: 0 0 1px;
border-style: solid;
- border-color: #12131a;
- color: #c6c8d1; }
+ border-color: #999dad;
+ color: #1e202f; }
/******************
! Action buttons *
@@ -1589,9 +1589,9 @@ searchbar,
.titlebar.selection-mode:not(headerbar) button.suggested-action {
background-color: #c0ca8e;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover {
@@ -1599,14 +1599,14 @@ searchbar,
.suggested-action:active, headerbar.selection-mode button.suggested-action:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) {
@@ -1649,7 +1649,7 @@ searchbar,
box-shadow: inset 0 -1px #486c9c; }
.suggested-action.flat, headerbar.selection-mode button.flat.suggested-action,
.titlebar.selection-mode:not(headerbar) button.flat.suggested-action {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(192, 202, 142, 0);
background-color: rgba(192, 202, 142, 0);
background-image: none;
@@ -1658,55 +1658,55 @@ searchbar,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover, .suggested-action.flat:hover {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.suggested-action:hover:focus, .suggested-action:hover:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover {
border-color: #486c9c; }
.suggested-action:hover:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.suggested-action:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action.flat:focus {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.suggested-action:focus:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus:hover, .suggested-action.flat:focus:hover {
background-color: #cdd5a5;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover {
border-color: #486c9c; }
.suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.suggested-action:checked:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:focus, .suggested-action:checked:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:hover, .suggested-action:active:focus,
@@ -1716,13 +1716,13 @@ searchbar,
.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled, .suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.suggested-action:checked:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:focus, .suggested-action:checked:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:hover, .suggested-action:active:focus,
@@ -1731,30 +1731,30 @@ searchbar,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.suggested-action:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled {
- background-color: alpha(mix(#c0ca8e,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#c0ca8e,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#c0ca8e,#d2d4de,0.6);
+ color: mix(#c0ca8e,#161821,0.6);
box-shadow: none; }
.suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled {
- color: mix(#c0ca8e,#d2d4de,0.6); }
+ color: mix(#c0ca8e,#161821,0.6); }
.suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.suggested-action.separator, headerbar.selection-mode button.separator.suggested-action,
.titlebar.selection-mode:not(headerbar) button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator,
.titlebar.selection-mode:not(headerbar) button.suggested-action .separator {
@@ -1766,22 +1766,22 @@ searchbar,
color: rgba(192, 202, 142, 0.85); }
.suggested-action separator, headerbar.selection-mode button.suggested-action separator,
.titlebar.selection-mode:not(headerbar) button.suggested-action separator {
- background-image: image(mix(#d2d4de,#c0ca8e,0.9)); }
+ background-image: image(mix(#161821,#c0ca8e,0.9)); }
.destructive-action {
background-color: #e98989;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.destructive-action:focus, .destructive-action:hover {
border-color: #486c9c; }
.destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.destructive-action:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.destructive-action:active:disabled, .destructive-action:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover {
@@ -1807,7 +1807,7 @@ searchbar,
border-bottom-style: none;
box-shadow: inset 0 -1px #486c9c; }
.destructive-action.flat {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(233, 137, 137, 0);
background-color: rgba(233, 137, 137, 0);
background-image: none;
@@ -1815,85 +1815,85 @@ searchbar,
.destructive-action:hover, .destructive-action.flat:hover {
background-color: #ec9999;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover {
border-color: #486c9c; }
.destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.destructive-action:hover:disabled, .destructive-action.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.destructive-action:focus, .destructive-action.flat:focus {
background-color: #ec9999;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.destructive-action:focus:hover, .destructive-action.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
.destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover {
border-color: #486c9c; }
.destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
border-color: #486c9c; }
.destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled {
- background-color: alpha(mix(#e98989,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#e98989,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#e98989,#d2d4de,0.6);
+ color: mix(#e98989,#161821,0.6);
box-shadow: none; }
.destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled {
- color: mix(#e98989,#d2d4de,0.6); }
+ color: mix(#e98989,#161821,0.6); }
.destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.destructive-action.separator, .destructive-action .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
.destructive-action.separator:disabled, .destructive-action .separator:disabled {
color: rgba(233, 137, 137, 0.85); }
.destructive-action separator {
- background-image: image(mix(#d2d4de,#e98989,0.9)); }
+ background-image: image(mix(#161821,#e98989,0.9)); }
/******************
! Selection mode *
@@ -1903,7 +1903,7 @@ headerbar.selection-mode,
background-color: #84a0c6;
background-image: none;
border-color: #577db1;
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode:focus, headerbar.selection-mode:hover,
.titlebar.selection-mode:not(headerbar):focus,
.titlebar.selection-mode:not(headerbar):hover {
@@ -1929,26 +1929,26 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar):disabled {
background-color: #6d8fbc;
background-image: none;
- color: mix(#d2d4de,#84a0c6,0.5); }
+ color: mix(#161821,#84a0c6,0.5); }
headerbar.selection-mode .background,
.titlebar.selection-mode:not(headerbar) .background {
background-color: #84a0c6;
- border-color: mix(#84a0c6,#d2d4de,0.3); }
+ border-color: mix(#84a0c6,#161821,0.3); }
headerbar.selection-mode .title,
.titlebar.selection-mode:not(headerbar) .title {
font-weight: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
headerbar.selection-mode .subtitle,
.titlebar.selection-mode:not(headerbar) .subtitle {
font-size: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
.titlebar.selection-mode:not(headerbar) button {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover {
@@ -1962,14 +1962,14 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
@@ -1996,7 +1996,7 @@ headerbar.selection-mode,
box-shadow: inset 0 -1px #486c9c; }
headerbar.selection-mode button.flat,
.titlebar.selection-mode:not(headerbar) button.flat {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(132, 160, 198, 0);
background-color: rgba(132, 160, 198, 0);
background-image: none;
@@ -2006,9 +2006,9 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
.titlebar.selection-mode:not(headerbar) button:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:hover,
@@ -2026,36 +2026,36 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:hover {
@@ -2069,17 +2069,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
.titlebar.selection-mode:not(headerbar) button:checked,
.titlebar.selection-mode:not(headerbar) button:active,
@@ -2088,9 +2088,9 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2166,17 +2166,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2189,26 +2189,26 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled :disabled {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
@@ -2216,14 +2216,14 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
.titlebar.selection-mode:not(headerbar) button.separator,
.titlebar.selection-mode:not(headerbar) button .separator {
@@ -2235,17 +2235,17 @@ headerbar.selection-mode,
color: rgba(132, 160, 198, 0.85); }
headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
.titlebar.selection-mode:not(headerbar) button separator {
- background-image: image(mix(#d2d4de,#84a0c6,0.9)); }
+ background-image: image(mix(#161821,#84a0c6,0.9)); }
headerbar.selection-mode button.image-button,
.titlebar.selection-mode:not(headerbar) button.image-button {
- padding: 3px; }
+ padding: 0px; }
headerbar.selection-mode .linked > button,
.titlebar.selection-mode:not(headerbar) .linked > button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
headerbar.selection-mode .linked > button:active, headerbar.selection-mode .linked > button:active:hover, headerbar.selection-mode .linked > button:active:focus, headerbar.selection-mode .linked > button:active:hover:focus, headerbar.selection-mode .linked > button:checked, headerbar.selection-mode .linked > button:checked:hover, headerbar.selection-mode .linked > button:checked:focus, headerbar.selection-mode .linked > button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:active,
.titlebar.selection-mode:not(headerbar) .linked > button:active:hover,
@@ -2255,18 +2255,18 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
headerbar.selection-mode .linked > button:disabled,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled {
box-shadow: inset -1px 0 #577db1; }
headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:last-child,
.titlebar.selection-mode:not(headerbar) .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:last-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled:last-child,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled:only-child,
@@ -2284,7 +2284,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:active:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:active:only-child:focus,
@@ -2294,10 +2294,10 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
headerbar.selection-mode box button.image-button,
.titlebar.selection-mode:not(headerbar) box button.image-button {
- padding: 3px 7px; }
+ padding: 0px 4px; }
headerbar.selection-mode separator, headerbar.selection-mode separator:disabled,
.titlebar.selection-mode:not(headerbar) separator,
.titlebar.selection-mode:not(headerbar) separator:disabled {
@@ -2308,9 +2308,9 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover {
@@ -2324,14 +2324,14 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
@@ -2358,7 +2358,7 @@ headerbar.selection-mode,
box-shadow: inset 0 -1px #486c9c; }
headerbar.selection-mode button.flat,
.titlebar.selection-mode:not(headerbar) button.flat {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(132, 160, 198, 0);
background-color: rgba(132, 160, 198, 0);
background-image: none;
@@ -2368,9 +2368,9 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
.titlebar.selection-mode:not(headerbar) button:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:hover,
@@ -2388,36 +2388,36 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:hover {
@@ -2431,17 +2431,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
.titlebar.selection-mode:not(headerbar) button:checked,
.titlebar.selection-mode:not(headerbar) button:active,
@@ -2450,9 +2450,9 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2528,17 +2528,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2551,26 +2551,26 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled :disabled {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
@@ -2578,14 +2578,14 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
.titlebar.selection-mode:not(headerbar) button.separator,
.titlebar.selection-mode:not(headerbar) button .separator {
@@ -2597,7 +2597,7 @@ headerbar.selection-mode,
color: rgba(132, 160, 198, 0.85); }
headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
.titlebar.selection-mode:not(headerbar) button separator {
- background-image: image(mix(#d2d4de,#84a0c6,0.9)); }
+ background-image: image(mix(#161821,#84a0c6,0.9)); }
headerbar.selection-mode:backdrop,
.titlebar.selection-mode:not(headerbar):backdrop {
background-color: #84a0c6;
@@ -2622,7 +2622,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .selection-menu:backdrop .arrow,
.titlebar.selection-mode:not(headerbar) .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- color: rgba(210, 212, 222, 0.5);
+ color: rgba(22, 24, 33, 0.5);
-gtk-icon-shadow: none; }
headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label,
.titlebar.selection-mode:not(headerbar) .dim-label,
@@ -2635,34 +2635,34 @@ headerbar.selection-mode,
calendar {
padding: 1px 3px;
outline-offset: -1px;
- color: #c6c8d1; }
+ color: #161821; }
calendar:selected {
border-radius: 4px; }
calendar.header {
- border-bottom: 1px solid rgba(73, 76, 90, 0.1);
+ border-bottom: 1px solid rgba(12, 13, 19, 0.1);
border-radius: 0; }
calendar.header:backdrop {
- border-color: rgba(73, 76, 90, 0.1); }
+ border-color: rgba(12, 13, 19, 0.1); }
calendar.button {
- color: rgba(198, 200, 209, 0.55); }
+ color: rgba(30, 32, 47, 0.55); }
calendar.button:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
calendar.button:backdrop {
- color: alpha(mix(#c6c8d1,#161821,0.5),0.55); }
+ color: alpha(mix(#1e202f,#c6c8d1,0.5),0.55); }
calendar.button:disabled {
- color: alpha(mix(#c6c8d1,#161821,0.5),0.55); }
+ color: alpha(mix(#1e202f,#c6c8d1,0.5),0.55); }
calendar:indeterminate, calendar:indeterminate:backdrop {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
calendar.highlight, calendar.highlight:backdrop {
font-size: smaller;
- color: mix(#84a0c6,#c6c8d1,0.5); }
+ color: mix(#84a0c6,#1e202f,0.5); }
calendar:backdrop {
- color: mix(#161821,#c6c8d1,0.8); }
+ color: mix(#c6c8d1,#161821,0.8); }
/* gnome-calendar */
.calendar-view {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
/***************
! Color chooser
@@ -2699,56 +2699,56 @@ colorswatch.right, colorswatch:last-child:not(.bottom) {
border-bottom-right-radius: 4px; }
colorswatch.dark overlay {
- color: #d2d4de; }
+ color: #161821; }
colorswatch.dark overlay:hover {
- border-color: mix(#161821,#c6c8d1,0.18); }
+ border-color: mix(#c6c8d1,#1e202f,0.1); }
colorswatch.dark overlay:backdrop {
- color: mix(#84a0c6,#d2d4de,0.66); }
+ color: mix(#84a0c6,#161821,0.66); }
colorswatch.light overlay {
- color: #c6c8d1; }
+ color: #161821; }
colorswatch.light overlay:hover {
- border-color: mix(#161821,#c6c8d1,0.18); }
+ border-color: mix(#c6c8d1,#1e202f,0.1); }
colorswatch.light overlay:backdrop {
- color: mix(#161821,#c6c8d1,0.8); }
+ color: mix(#c6c8d1,#161821,0.8); }
colorswatch:drop(active) {
box-shadow: none; }
colorswatch.light:drop(active) overlay {
border-color: #84a0c6;
- box-shadow: inset 0 0 0 2px mix(#161821,#c6c8d1,0.18), inset 0 0 0 1px #84a0c6; }
+ box-shadow: inset 0 0 0 2px mix(#c6c8d1,#1e202f,0.1), inset 0 0 0 1px #84a0c6; }
colorswatch.dark:drop(active) overlay {
border-color: #84a0c6;
- box-shadow: inset 0 0 0 2px mix(#161821,#c6c8d1,0.18), inset 0 0 0 1px #84a0c6; }
+ box-shadow: inset 0 0 0 2px mix(#c6c8d1,#1e202f,0.1), inset 0 0 0 1px #84a0c6; }
colorswatch overlay {
- border: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border: 1px solid mix(#c6c8d1,#1e202f,0.1); }
colorswatch overlay:hover {
- box-shadow: inset 0 1px rgba(23, 25, 35, 0.4), inset 0 -1px rgba(73, 76, 90, 0.2); }
+ box-shadow: inset 0 1px rgba(200, 201, 210, 0.4), inset 0 -1px rgba(12, 13, 19, 0.2); }
colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover {
- border-color: mix(#161821,#c6c8d1,0.18);
+ border-color: mix(#c6c8d1,#1e202f,0.1);
box-shadow: none; }
colorswatch:disabled {
opacity: .5; }
colorswatch:disabled overlay {
- border-color: rgba(73, 76, 90, 0.6);
+ border-color: rgba(12, 13, 19, 0.6);
box-shadow: none; }
row:selected colorswatch {
- box-shadow: 0 0 0 2px #d2d4de; }
+ box-shadow: 0 0 0 2px #161821; }
colorswatch#add-color-button {
border-radius: 4px 4px 0 0; }
colorswatch#add-color-button:only-child {
border-radius: 4px; }
colorswatch#add-color-button overlay {
- background-color: #15171f;
- color: #c6c8d1; }
+ background-color: #bbbdc8;
+ color: #1e202f; }
colorswatch#add-color-button overlay:hover {
- background-color: #14161e; }
+ background-color: #afb2bf; }
colorswatch#add-color-button overlay:backdrop {
- background-color: #15171f; }
+ background-color: #bbbdc8; }
colorswatch#editor-color-sample {
border-radius: 4px; }
@@ -2756,7 +2756,7 @@ colorswatch#editor-color-sample {
border-radius: 4.5px; }
button.color, button.color.nautilus-circular-button.image-button {
- padding: 3px; }
+ padding: 0px; }
button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
border-radius: 4px; }
button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
@@ -2768,12 +2768,12 @@ button.color, button.color.nautilus-circular-button.image-button {
filechooser {
/* for fallback when header bar not used */ }
filechooser .dialog-action-box {
- border-top: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-top: 1px solid mix(#c6c8d1,#1e202f,0.1); }
filechooser .dialog-action-box:backdrop {
- border-top-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9); }
+ border-top-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9); }
filechooser #pathbarbox {
- border-bottom: 1px solid mix(#161821,#c6c8d1,0.18);
- background-color: #161821; }
+ border-bottom: 1px solid mix(#c6c8d1,#1e202f,0.1);
+ background-color: #c6c8d1; }
filechooserbutton:drop(active) {
box-shadow: none;
@@ -2783,17 +2783,17 @@ filechooserbutton:drop(active) {
! Grid and flowbox
*******************/
widget:active {
- background-color: mix(#84a0c6,#161821,0.5); }
+ background-color: mix(#84a0c6,#c6c8d1,0.5); }
list {
- color: #c6c8d1;
- background-color: #161821;
- border-color: mix(#161821,#c6c8d1,0.18); }
+ color: #161821;
+ background-color: #c6c8d1;
+ border-color: mix(#c6c8d1,#1e202f,0.1); }
list:backdrop {
- background-color: #161821;
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9); }
+ background-color: #c6c8d1;
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9); }
list row {
- padding: 3px; }
+ padding: 0px; }
row {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@@ -2802,20 +2802,20 @@ row {
row:backdrop {
transition: 200ms ease-out; }
row.activatable.has-open-popup, row.activatable:hover {
- background-color: rgba(198, 200, 209, 0.05); }
+ background-color: rgba(30, 32, 47, 0.05); }
row.activatable:active {
- box-shadow: inset 0 2px 2px -2px rgba(73, 76, 90, 0.2); }
+ box-shadow: inset 0 2px 2px -2px rgba(12, 13, 19, 0.2); }
row.activatable:backdrop:hover {
background-color: transparent; }
row.activatable:selected:active {
- box-shadow: inset 0 2px 3px -1px rgba(73, 76, 90, 0.5); }
+ box-shadow: inset 0 2px 3px -1px rgba(12, 13, 19, 0.5); }
row.activatable.has-open-popup:selected, row.activatable:selected:hover {
- background-color: mix(#84a0c6,#c6c8d1,0.1); }
+ background-color: mix(#84a0c6,#1e202f,0.1); }
row.activatable:selected:backdrop {
background-color: #84a0c6; }
flowbox flowboxchild {
- padding: 3px;
+ padding: 0px;
border-radius: 4px; }
flowbox flowboxchild:selected {
outline-offset: -2px; }
@@ -2843,7 +2843,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
infobar.info button:focus, infobar.info button:hover {
border-color: #486c9c; }
infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus {
@@ -2887,7 +2887,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover {
border-color: #486c9c; }
infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus {
@@ -2905,12 +2905,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
infobar.info button:focus:hover, infobar.info button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover {
border-color: #486c9c; }
infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus {
@@ -2924,7 +2924,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
border-color: #486c9c; }
@@ -2938,7 +2938,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover {
color: #161821; }
infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled {
@@ -2953,10 +2953,10 @@ infobar {
infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.info button.separator, infobar.info button .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -2976,7 +2976,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
infobar.warning button:focus, infobar.warning button:hover {
border-color: #486c9c; }
infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus {
@@ -3020,7 +3020,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover {
border-color: #486c9c; }
infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus {
@@ -3038,12 +3038,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover {
background-color: #efc6a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover {
border-color: #486c9c; }
infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus {
@@ -3057,7 +3057,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
border-color: #486c9c; }
@@ -3071,7 +3071,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover {
color: #161821; }
infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled {
@@ -3086,10 +3086,10 @@ infobar {
infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.warning button.separator, infobar.warning button .separator {
border: 1px solid currentColor;
color: rgba(233, 177, 137, 0.9); }
@@ -3109,7 +3109,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
infobar.question button:focus, infobar.question button:hover {
border-color: #486c9c; }
infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus {
@@ -3153,7 +3153,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover {
border-color: #486c9c; }
infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus {
@@ -3171,12 +3171,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
infobar.question button:focus:hover, infobar.question button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover {
border-color: #486c9c; }
infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus {
@@ -3190,7 +3190,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
border-color: #486c9c; }
@@ -3204,7 +3204,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover {
color: #161821; }
infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled {
@@ -3219,10 +3219,10 @@ infobar {
infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.question button.separator, infobar.question button .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -3242,7 +3242,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
infobar.error button:focus, infobar.error button:hover {
border-color: #486c9c; }
infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus {
@@ -3286,7 +3286,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover {
border-color: #486c9c; }
infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus {
@@ -3304,12 +3304,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
infobar.error button:focus:hover, infobar.error button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover {
border-color: #486c9c; }
infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus {
@@ -3323,7 +3323,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
border-color: #486c9c; }
@@ -3337,7 +3337,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover {
color: #161821; }
infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled {
@@ -3352,10 +3352,10 @@ infobar {
infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.error button.separator, infobar.error button .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -3431,7 +3431,7 @@ infobar {
border-style: solid;
border-radius: 4px;
transition: border 100ms ease-out;
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.1), inset 0 1px rgba(36, 38, 45, 0.12), inset -1px 0 rgba(36, 38, 45, 0.1), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.1), inset 0 1px rgba(6, 6, 9, 0.12), inset -1px 0 rgba(6, 6, 9, 0.1), inset 0 -1px rgba(6, 6, 9, 0.05); }
#login_window entry:focus,
#XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
#XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
@@ -3440,7 +3440,7 @@ infobar {
#login_window entry:selected,
#XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry:disabled,
#XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
box-shadow: none; }
@@ -3450,18 +3450,18 @@ infobar {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry image.left,
#XfceNotifyWindow entry image.left, entry image.left {
- padding-right: 3px; }
+ padding-right: 0px; }
#login_window entry image.right,
#XfceNotifyWindow entry image.right, entry image.right {
- padding-left: 3px; }
+ padding-left: 0px; }
#login_window entry.warning,
#XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
color: #161821;
border-color: #dd884b;
- background-color: mix(#161821,#e9b189,0.6); }
+ background-color: mix(#c6c8d1,#e9b189,0.6); }
#login_window entry.warning image,
#XfceNotifyWindow entry.warning image, entry.warning image {
color: #161821; }
@@ -3479,7 +3479,7 @@ infobar {
#XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#161821,#e98989,0.6); }
+ background-color: mix(#c6c8d1,#e98989,0.6); }
#login_window entry.error image,
#XfceNotifyWindow entry.error image, entry.error image {
color: #161821; }
@@ -3497,7 +3497,7 @@ infobar {
#XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#161821,#e98989,0.6); }
+ background-color: mix(#c6c8d1,#e98989,0.6); }
#login_window entry.search-missing image,
#XfceNotifyWindow entry.search-missing image, entry.search-missing image {
color: #161821; }
@@ -3523,8 +3523,8 @@ menubar, .menubar {
background-image: none;
color: #c6c8d1; }
menubar > menuitem, .menubar > menuitem {
- min-height: 16px;
- padding: 5px 7px;
+ min-height: 10px;
+ padding: 2px 4px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
@@ -3544,7 +3544,7 @@ menu,
.menu,
.context-menu {
border-radius: 0;
- padding: 3px;
+ padding: 0px;
background-color: #161821;
color: #c6c8d1;
border: 1px solid mix(#161821,#c6c8d1,0.21); }
@@ -3554,12 +3554,12 @@ menu,
.menu:selected,
.context-menu:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
menu separator, .csd menu separator,
.menu separator, .csd .menu separator,
.context-menu separator, .csd .context-menu separator {
background-color: mix(#161821,#c6c8d1,0.18);
- margin: 1px 0; }
+ margin: 0px 0; }
menu .separator, .csd menu .separator,
.menu .separator, .csd .menu .separator,
.context-menu .separator, .csd .context-menu .separator {
@@ -3567,9 +3567,9 @@ menu,
menu menuitem,
.menu menuitem,
.context-menu menuitem {
- min-height: 16px;
+ min-height: 10px;
min-width: 40px;
- padding: 5px;
+ padding: 2px;
border-radius: 0; }
menu menuitem:active, menu menuitem:hover,
.menu menuitem:active,
@@ -3579,19 +3579,19 @@ menu,
border: 0;
background-color: #84a0c6;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
menu menuitem:active accelerator, menu menuitem:hover accelerator,
.menu menuitem:active accelerator,
.menu menuitem:hover accelerator,
.context-menu menuitem:active accelerator,
.context-menu menuitem:hover accelerator {
- color: rgba(210, 212, 222, 0.6); }
+ color: rgba(22, 24, 33, 0.6); }
menu menuitem *:active, menu menuitem *:hover,
.menu menuitem *:active,
.menu menuitem *:hover,
.context-menu menuitem *:active,
.context-menu menuitem *:hover {
- color: #d2d4de; }
+ color: #161821; }
menu menuitem:disabled, menu menuitem *:disabled,
.menu menuitem:disabled,
.menu menuitem *:disabled,
@@ -3658,7 +3658,7 @@ menu,
.context-menu menuitem.button.flat:selected {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
menu menuitem calendar,
.menu menuitem calendar,
.context-menu menuitem calendar {
@@ -3697,7 +3697,7 @@ menu,
.context-menu > arrow {
min-height: 16px;
min-width: 16px;
- padding: 3px;
+ padding: 0px;
background-color: #161821;
border-radius: 0; }
menu > arrow.top,
@@ -3719,7 +3719,7 @@ menu,
menu > arrow:backdrop,
.menu > arrow:backdrop,
.context-menu > arrow:backdrop {
- background-color: mix(#161821,#161821,0.2); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.2); }
menu > arrow:disabled,
.menu > arrow:disabled,
.context-menu > arrow:disabled {
@@ -3736,7 +3736,7 @@ menu,
menuitem accelerator {
color: rgba(198, 200, 209, 0.6); }
menuitem accelerator:hover {
- color: rgba(210, 212, 222, 0.8); }
+ color: rgba(22, 24, 33, 0.8); }
menuitem accelerator:disabled {
color: alpha(mix(#c6c8d1,#161821,0.5),0.4); }
@@ -3749,16 +3749,16 @@ menuitem check, menuitem radio {
margin-left: 7px; }
menuitem window decoration {
- box-shadow: 0 2px 3px rgba(73, 76, 90, 0.2); }
+ box-shadow: 0 2px 3px rgba(12, 13, 19, 0.2); }
menuitem entry {
background-color: #161821;
background-image: none;
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
+ padding: 2px 0.2857142857px;
color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
menuitem entry:focus, menuitem entry:hover {
border-color: #486c9c; }
menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus {
@@ -3785,7 +3785,7 @@ popover.background {
background-color: #161821;
background-image: none;
color: #c6c8d1;
- box-shadow: 0 3px 6px rgba(73, 76, 90, 0.16); }
+ box-shadow: 0 3px 6px rgba(12, 13, 19, 0.16); }
.csd popover.background, popover.background {
/*@include border($menu_bg_color);*/
border-color: rgba(153, 157, 173, 0.5);
@@ -3808,7 +3808,7 @@ popover.background {
popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop {
background-color: #1d1f2b;
background-image: none;
@@ -3821,39 +3821,39 @@ popover.background {
popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
popover.background .frame {
border-color: #12131a;
border-radius: 4px; }
popover.background entry {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
- color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.8);
+ padding: 2px 0.2857142857px;
+ color: #161821;
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
popover.background entry:focus, popover.background entry:hover {
border-color: #486c9c; }
popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus {
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.7); }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.7); }
popover.background entry:disabled {
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.85); }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.85); }
popover.background entry:active:disabled, popover.background entry:checked:disabled {
- border-color: shade(mix(#161821,#c6c8d1,0.2),0.8); }
+ border-color: shade(mix(#c6c8d1,#161821,0.2),0.8); }
popover.background entry:focus, popover.background entry:active {
border-color: #486c9c; }
popover.background entry:disabled {
- background-color: mix(#161821,#c6c8d1,0.07);
+ background-color: mix(#c6c8d1,#161821,0.07);
background-image: none;
opacity: .9;
- color: mix(#161821,#c6c8d1,0.9); }
+ color: mix(#c6c8d1,#161821,0.9); }
popover.background button, popover.background button.nautilus-circular-button.image-button {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
popover.background button:focus, popover.background button:hover {
border-color: #486c9c; }
popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus {
@@ -3897,7 +3897,7 @@ popover.background {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover {
border-color: #486c9c; }
popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus {
@@ -3915,12 +3915,12 @@ popover.background {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
popover.background button:focus:hover, popover.background button.flat:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover {
border-color: #486c9c; }
popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus {
@@ -3934,7 +3934,7 @@ popover.background {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
border-color: #486c9c; }
@@ -3948,7 +3948,7 @@ popover.background {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover {
color: #c6c8d1; }
popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled {
@@ -3963,10 +3963,10 @@ popover.background {
popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
popover.background button.separator, popover.background button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -3975,38 +3975,38 @@ popover.background {
popover.background button separator, popover.background button.nautilus-circular-button.image-button separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
popover.background .linked > button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
popover.background .linked > button:focus, popover.background .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
popover.background .linked > button:disabled {
box-shadow: inset -1px 0 #12131a; }
popover.background .linked > button:last-child, popover.background .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child {
box-shadow: none; }
popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar {
border-style: none;
background-color: transparent; }
modelbutton.flat,
menuitem.button.flat {
- padding: 5px;
+ padding: 2px;
transition: none; }
modelbutton.flat:hover,
menuitem.button.flat:hover {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
modelbutton.flat:checked,
menuitem.button.flat:checked {
- color: #c6c8d1; }
+ color: #1e202f; }
modelbutton.flat arrow.left,
menuitem.button.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
@@ -4037,11 +4037,11 @@ menuitem.button.flat {
.tooltip.background, .tooltip.background.csd,
tooltip.background,
tooltip.background.csd {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-clip: padding-box;
- border: 1px solid #999dad;
+ border: 1px solid #181a26;
border-radius: 4px;
- color: #161821; }
+ color: #c6c8d1; }
.tooltip *,
tooltip * {
@@ -4054,23 +4054,23 @@ tooltip * {
messagedialog, .message-dialog, .prompt {
-GtkDialog-content-area-border: 0;
-GtkDialog-action-area-border: 0;
- -GtkDialog-button-spacing: 3px;
+ -GtkDialog-button-spacing: 0px;
margin: 0;
padding: 0; }
messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box {
- margin: 6px; }
+ margin: 0px; }
printdialog paper {
- color: #c6c8d1;
- border: 1px solid mix(#161821,#c6c8d1,0.18);
- background: #171923;
+ color: #1e202f;
+ border: 1px solid mix(#c6c8d1,#1e202f,0.1);
+ background: #c8c9d2;
padding: 0; }
printdialog paper:backdrop {
- color: mix(#c6c8d1,#161821,0.5);
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9); }
+ color: mix(#1e202f,#c6c8d1,0.5);
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9); }
printdialog .dialog-action-box {
- margin: 6px; }
+ margin: 0px; }
/*********************
! App notifications *
@@ -4080,7 +4080,7 @@ frame.app-notification {
border-color: rgba(18, 19, 26, 0.8);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
- padding: 6px;
+ padding: 0px;
background-color: rgba(22, 24, 33, 0.8);
background-image: none;
color: #c6c8d1; }
@@ -4089,7 +4089,7 @@ frame.app-notification {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
frame.app-notification button:focus, frame.app-notification button:hover {
border-color: #486c9c; }
frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus {
@@ -4133,7 +4133,7 @@ frame.app-notification {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover {
border-color: #486c9c; }
frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus {
@@ -4151,12 +4151,12 @@ frame.app-notification {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover {
border-color: #486c9c; }
frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus {
@@ -4170,7 +4170,7 @@ frame.app-notification {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
border-color: #486c9c; }
@@ -4184,7 +4184,7 @@ frame.app-notification {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover {
color: #c6c8d1; }
frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled {
@@ -4199,10 +4199,10 @@ frame.app-notification {
frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
frame.app-notification button.separator, frame.app-notification button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.7); }
@@ -4235,17 +4235,17 @@ expander arrow {
.image:hover {
color: alpha(currentColor,0.9); }
.image:selected, .image:selected:hover {
- color: #d2d4de; }
+ color: #161821; }
/****************
! Floating bar *
*****************/
.floating-bar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border: 1px solid #12131a;
+ border: 1px solid #999dad;
border-radius: 4px;
- color: #c6c8d1; }
+ color: #1e202f; }
.floating-bar.top {
border-top-width: 0;
border-top-right-radius: 0;
@@ -4282,21 +4282,21 @@ GtkBubbleWindow {
! Font-viewer *
****************/
SushiFontWidget {
- padding: 3px 6px; }
+ padding: 0px 0px; }
/*************
! Gucharmap *
**************/
GucharmapChartable {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
/*************
! Evolution *
**************/
EPreviewPane .entry {
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
/*******************
! Gnome Bluetooth *
@@ -4304,8 +4304,8 @@ EPreviewPane .entry {
entry.entry.pin-entry {
font-style: normal;
font-size: 50px;
- padding-left: 15px;
- padding-right: 15px; }
+ padding-left: 0px;
+ padding-right: 0px; }
label.pin-label {
font-style: normal;
@@ -4318,19 +4318,19 @@ label.pin-label {
min-width: 20px;
min-height: 24px;
margin-top: 2px;
- padding-bottom: 1.5px;
- padding-left: 3px;
- padding-right: 3px;
- color: #c6c8d1;
- background-color: #161821;
+ padding-bottom: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
+ color: #1e202f;
+ background-color: #c6c8d1;
border: 1px solid;
- border-color: mix(#161821,#c6c8d1,0.18);
+ border-color: mix(#c6c8d1,#1e202f,0.1);
border-radius: 4px;
- box-shadow: inset 0 -3px mix(mix(#161821,#c6c8d1,0.18),#161821,0.6);
+ box-shadow: inset 0 -3px mix(mix(#c6c8d1,#1e202f,0.1),#c6c8d1,0.6);
font-size: smaller; }
.keycap:backdrop {
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.5);
+ background-color: #c6c8d1;
+ color: mix(#1e202f,#c6c8d1,0.5);
transition: 200ms ease-out; }
/*****************
@@ -4355,7 +4355,7 @@ menuitem.button.flat:disabled:active,
menuitem.button.flat:active arrow:disabled,
menuitem.button.flat:disabled:selected,
menuitem.button.flat:selected arrow:disabled, label:disabled selection {
- color: mix(#d2d4de,#84a0c6,0.5); }
+ color: mix(#161821,#84a0c6,0.5); }
row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop,
textview text selection:backdrop:focus,
@@ -4366,7 +4366,7 @@ menuitem.button.flat:active arrow:backdrop,
menuitem.button.flat:backdrop:selected,
menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
background-color: #84a0c6;
- color: mix(#84a0c6,#d2d4de,0.66); }
+ color: mix(#84a0c6,#161821,0.66); }
row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop,
textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop,
#XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop,
@@ -4374,7 +4374,7 @@ menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
menuitem.button.flat:active arrow:disabled:backdrop,
menuitem.button.flat:disabled:backdrop:selected,
menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled {
- color: mix(mix(#84a0c6,#d2d4de,0.66),#84a0c6,0.3); }
+ color: mix(mix(#84a0c6,#161821,0.66),#84a0c6,0.3); }
.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
textview text selection:focus,
@@ -4393,7 +4393,7 @@ menuitem.button.flat:selected arrow {
menuitem.button.flat:active arrow,
menuitem.button.flat:selected,
menuitem.button.flat:selected arrow {
- color: #d2d4de; }
+ color: #161821; }
/*********
! Buttons
@@ -4407,7 +4407,7 @@ menuitem.button.flat:selected arrow {
notebook {
padding: 0; }
notebook.frame {
- border: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border: 1px solid mix(#c6c8d1,#1e202f,0.1); }
notebook.frame > header {
margin: -1px; }
notebook.frame > header.top {
@@ -4425,18 +4425,18 @@ notebook {
padding-top: 0;
padding-bottom: 0; }
notebook > stack:not(:only-child) {
- background-color: #161821; }
+ background-color: #c6c8d1; }
notebook > header {
- padding: 3px;
- background-color: #161821; }
+ padding: 0px;
+ background-color: #c6c8d1; }
notebook > header.top {
- box-shadow: inset 0 -1px mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset 0 -1px mix(#c6c8d1,#1e202f,0.1); }
notebook > header.bottom {
- box-shadow: inset 0 1px mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset 0 1px mix(#c6c8d1,#1e202f,0.1); }
notebook > header.right {
- box-shadow: inset 1px 0 mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset 1px 0 mix(#c6c8d1,#1e202f,0.1); }
notebook > header.left {
- box-shadow: inset -1px 0 mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset -1px 0 mix(#c6c8d1,#1e202f,0.1); }
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
@@ -4454,49 +4454,49 @@ 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: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
notebook > header > tabs > arrow:hover {
- color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.5),0.5); }
+ color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.5),0.5); }
notebook > header > tabs > arrow:active {
- color: #c6c8d1; }
+ color: #1e202f; }
notebook > header > tabs > arrow:disabled {
- color: alpha(mix(#c6c8d1,#161821,0.5),0.3); }
+ color: alpha(mix(#1e202f,#c6c8d1,0.5),0.3); }
notebook > header > tabs > tab {
- background-color: alpha(mix(#161821,#c6c8d1,0.1),0.7);
+ background-color: alpha(mix(#c6c8d1,#1e202f,0.1),0.7);
background-image: none;
- border-color: mix(mix(#161821,#c6c8d1,0.18),mix(#c6c8d1,#161821,0.5),0.15);
- color: rgba(198, 200, 209, 0.8);
- padding: 3px 11px;
+ border-color: mix(mix(#c6c8d1,#1e202f,0.1),mix(#1e202f,#c6c8d1,0.5),0.15);
+ color: rgba(30, 32, 47, 0.8);
+ padding: 0px 8px;
min-width: 20px;
min-height: 20px;
outline-offset: -4px;
border-width: 1px;
border-style: solid; }
notebook > header > tabs > tab:hover:not(:checked) {
- background-color: mix(#161821,#c6c8d1,0.04);
+ background-color: mix(#c6c8d1,#1e202f,0.04);
background-image: none;
- color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.5),0.5); }
+ color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.5),0.5); }
notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover {
- background: #161821;
- border-color: mix(#161821,#c6c8d1,0.18);
- color: #c6c8d1; }
+ background: #c6c8d1;
+ border-color: mix(#c6c8d1,#1e202f,0.1);
+ color: #1e202f; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button {
min-height: 22px;
min-width: 22px;
padding: 0;
- color: mix(#161821,#c6c8d1,0.35); }
+ color: mix(#c6c8d1,#1e202f,0.35); }
notebook > header > tabs > tab button.flat:hover {
color: #f5c9c9; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
color: #84a0c6; }
notebook > header.top > tabs > tab:hover:not(:checked) {
- box-shadow: inset 0 -1px mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset 0 -1px mix(#c6c8d1,#1e202f,0.1); }
notebook > header.bottom > tabs > tab:hover:not(:checked) {
- box-shadow: inset 0 1px mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset 0 1px mix(#c6c8d1,#1e202f,0.1); }
notebook > header.left > tabs > tab:hover:not(:checked) {
- box-shadow: inset -1px 0 mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset -1px 0 mix(#c6c8d1,#1e202f,0.1); }
notebook > header.right > tabs > tab:hover:not(:checked) {
- box-shadow: inset 1px 0 mix(#161821,#c6c8d1,0.18); }
+ box-shadow: inset 1px 0 mix(#c6c8d1,#1e202f,0.1); }
notebook > header.top {
padding-bottom: 0; }
notebook > header.top > tabs > tab {
@@ -4517,9 +4517,9 @@ notebook {
margin-top: 0;
-gtk-outline-radius: 4px;
border-radius: 4px 4px 0 0;
- padding-top: 5px; }
+ padding-top: 2px; }
notebook > header.top > tabs > tab:hover:not(:checked) {
- border-top-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.66); }
+ border-top-color: mix(#84a0c6,mix(#c6c8d1,#1e202f,0.2),0.66); }
notebook > header.bottom {
padding-top: 0; }
notebook > header.bottom > tabs > tab {
@@ -4540,9 +4540,9 @@ notebook {
margin-bottom: 0;
-gtk-outline-radius: 4px;
border-radius: 0 0 4px 4px;
- padding-bottom: 5px; }
+ padding-bottom: 2px; }
notebook > header.bottom > tabs > tab:hover:not(:checked) {
- border-bottom-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.66); }
+ border-bottom-color: mix(#84a0c6,mix(#c6c8d1,#1e202f,0.2),0.66); }
notebook > header.right {
padding-left: 0; }
notebook > header.right > tabs > tab {
@@ -4563,9 +4563,9 @@ notebook {
margin-right: 0;
-gtk-outline-radius: 4px;
border-radius: 0 4px 4px 0;
- padding-right: 13px; }
+ padding-right: 10px; }
notebook > header.right > tabs > tab:hover:not(:checked) {
- border-right-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.66); }
+ border-right-color: mix(#84a0c6,mix(#c6c8d1,#1e202f,0.2),0.66); }
notebook > header.left {
padding-right: 0; }
notebook > header.left > tabs > tab {
@@ -4586,9 +4586,9 @@ notebook {
margin-left: 0;
-gtk-outline-radius: 4px;
border-radius: 4px 0 0 4px;
- padding-left: 13px; }
+ padding-left: 10px; }
notebook > header.left > tabs > tab:hover:not(:checked) {
- border-left-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.66); }
+ border-left-color: mix(#84a0c6,mix(#c6c8d1,#1e202f,0.2),0.66); }
/*********
! Buttons
@@ -4614,7 +4614,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
button.osd:focus, button.osd:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover {
@@ -4674,7 +4674,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover,
#XfceNotifyWindow button:hover:focus,
#XfceNotifyWindow button:hover:hover,
@@ -4714,14 +4714,14 @@ button.osd, button.osd.nautilus-circular-button.image-button,
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
button.osd:focus:hover, button.osd.flat:focus:hover,
#XfceNotifyWindow button:focus:hover,
#XfceNotifyWindow button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover,
#XfceNotifyWindow button:focus:hover:hover,
#XfceNotifyWindow button.flat:focus:hover:hover {
@@ -4755,7 +4755,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
@@ -4855,7 +4855,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover,
@@ -4882,14 +4882,14 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled,
#XfceNotifyWindow button:active:disabled :disabled,
#XfceNotifyWindow button:checked:disabled :disabled,
#XfceNotifyWindow button.flat:active:disabled :disabled,
#XfceNotifyWindow button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
button.osd.separator, button.osd .separator,
#XfceNotifyWindow button.separator,
#XfceNotifyWindow button .separator {
@@ -4910,7 +4910,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
toolbar.osd {
-GtkToolbar-button-relief: normal;
- padding: 3px;
+ padding: 0px;
border: 1px solid rgba(18, 19, 26, 0.8);
border-radius: 4px;
background-color: rgba(22, 24, 33, 0.8);
@@ -4956,7 +4956,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.osd button:focus, .osd button:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover {
@@ -5016,7 +5016,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover,
#XfceNotifyWindow button:hover:focus,
#XfceNotifyWindow button:hover:hover,
@@ -5056,14 +5056,14 @@ progressbar.osd {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.osd button:focus:hover, .osd button.flat:focus:hover,
#XfceNotifyWindow button:focus:hover,
#XfceNotifyWindow button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.osd button:focus:hover:hover, .osd button.flat:focus:hover:hover,
#XfceNotifyWindow button:focus:hover:hover,
#XfceNotifyWindow button.flat:focus:hover:hover {
@@ -5097,7 +5097,7 @@ progressbar.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
@@ -5197,7 +5197,7 @@ progressbar.osd {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover,
@@ -5224,14 +5224,14 @@ progressbar.osd {
#XfceNotifyWindow button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled,
#XfceNotifyWindow button:active:disabled :disabled,
#XfceNotifyWindow button:checked:disabled :disabled,
#XfceNotifyWindow button.flat:active:disabled :disabled,
#XfceNotifyWindow button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd button.separator, .osd button .separator,
#XfceNotifyWindow button.separator,
#XfceNotifyWindow button .separator {
@@ -5249,10 +5249,10 @@ progressbar.osd {
background-color: #161821;
background-image: none;
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
+ padding: 2px 0.2857142857px;
color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
.osd entry:focus, .osd entry:hover,
#XfceNotifyWindow entry:focus,
#XfceNotifyWindow entry:hover {
@@ -5394,7 +5394,7 @@ progressbar.osd {
background-color: rgba(22, 24, 33, 0.8); }
.osd popover.background,
#XfceNotifyWindow popover.background {
- box-shadow: 0 2px 7px 3px rgba(73, 76, 90, 0.5); }
+ box-shadow: 0 2px 7px 3px rgba(12, 13, 19, 0.5); }
.osd popover.background > toolbar button,
#XfceNotifyWindow popover.background > toolbar button {
border-radius: 0;
@@ -5445,7 +5445,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22);
border-radius: 0;
border-color: rgba(19, 20, 28, 0.5);
border-style: none none none solid;
@@ -5510,7 +5510,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover,
@@ -5550,14 +5550,14 @@ progressbar.osd {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover {
@@ -5591,7 +5591,7 @@ progressbar.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
@@ -5691,7 +5691,7 @@ progressbar.osd {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover,
@@ -5718,14 +5718,14 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator,
#XfceNotifyWindow spinbutton:not(.vertical) button.separator,
#XfceNotifyWindow spinbutton:not(.vertical) button .separator {
@@ -5751,13 +5751,13 @@ progressbar.osd {
color: alpha(mix(#c6c8d1,#161821,0.6),0.8); }
.osd spinbutton:not(.vertical) button:backdrop,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop {
- color: mix(#161821,mix(#c6c8d1,#161821,0.5),0.9); }
+ color: mix(#c6c8d1,mix(#1e202f,#c6c8d1,0.5),0.9); }
.osd spinbutton:not(.vertical) button:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:active {
- box-shadow: inset 0 2px 3px -1px rgba(73, 76, 90, 0.2); }
+ box-shadow: inset 0 2px 3px -1px rgba(12, 13, 19, 0.2); }
.osd spinbutton:not(.vertical) button:backdrop:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled {
- color: rgba(53, 57, 79, 0.8);
+ color: rgba(240, 241, 243, 0.8);
border-style: none none none solid; }
.osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl),
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
@@ -5774,7 +5774,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover {
@@ -5834,7 +5834,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button.flat:first-child:hover:focus, .osd spinbutton.vertical button.flat:first-child:hover:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover,
@@ -5874,14 +5874,14 @@ progressbar.osd {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
.osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button.flat:first-child:focus:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
.osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button.flat:first-child:focus:hover:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:hover {
@@ -5915,7 +5915,7 @@ progressbar.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button.flat:first-child:checked:focus, .osd spinbutton.vertical button.flat:first-child:checked:hover, .osd spinbutton.vertical button.flat:first-child:active:focus, .osd spinbutton.vertical button.flat:first-child:active:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
@@ -6015,7 +6015,7 @@ progressbar.osd {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button.flat:first-child:focus, .osd spinbutton.vertical button.flat:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover,
@@ -6042,14 +6042,14 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:active:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:checked:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd spinbutton.vertical button.separator:first-child, .osd spinbutton.vertical button:first-child .separator,
#XfceNotifyWindow spinbutton.vertical button.separator:first-child,
#XfceNotifyWindow spinbutton.vertical button:first-child .separator {
@@ -6066,7 +6066,7 @@ progressbar.osd {
scrolledwindow viewport.frame {
border-style: none; }
scrolledwindow viewport.frame separator {
- background-image: image(mix(#c6c8d1,#161821,0.9)); }
+ background-image: image(mix(#161821,#c6c8d1,0.9)); }
scrolledwindow overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(132, 160, 198, 0.35)), to(rgba(132, 160, 198, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(132, 160, 198, 0.2)), to(rgba(132, 160, 198, 0)));
@@ -6190,13 +6190,13 @@ scrolledwindow undershoot.right {
scrolledwindow junction {
border-color: transparent;
- border-image: linear-gradient(to bottom, mix(#161821,#c6c8d1,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
- background-color: mix(#161821,#161821,0.4); }
+ border-image: linear-gradient(to bottom, mix(#c6c8d1,#1e202f,0.1) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
+ background-color: mix(#c6c8d1,#c6c8d1,0.4); }
scrolledwindow junction:dir(rtl) {
border-image-slice: 0 1 0 0; }
scrolledwindow junction:backdrop {
- border-image-source: linear-gradient(to bottom, mix(#161821,mix(#161821,#c6c8d1,0.18),0.9) 1px, transparent 1px);
- background-color: #101118;
+ border-image-source: linear-gradient(to bottom, mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9) 1px, transparent 1px);
+ background-color: #bec0ca;
transition: 200ms ease-out; }
/*****************
@@ -6206,16 +6206,16 @@ progressbar {
padding: 0;
border-radius: 4px;
font-size: smaller;
- color: rgba(198, 200, 209, 0.6); }
+ color: rgba(30, 32, 47, 0.6); }
progressbar.horizontal trough,
progressbar.horizontal progress {
- min-height: 6px; }
+ min-height: 3px; }
progressbar.vertical trough,
progressbar.vertical progress {
- min-width: 6px; }
+ min-width: 3px; }
progressbar trough {
- border: 1px solid mix(#161821,#c6c8d1,0.17);
- background-color: mix(#161821,#161821,0.08);
+ border: 1px solid mix(#c6c8d1,#1e202f,0.17);
+ background-color: mix(#c6c8d1,#c6c8d1,0.08);
background-image: none;
border-radius: 4px; }
progressbar progress {
@@ -6247,8 +6247,8 @@ levelbar:backdrop {
transition: 200ms ease-out; }
levelbar trough {
- background-color: mix(#161821,#161821,0.08);
- border: 1px solid mix(#161821,#c6c8d1,0.17);
+ background-color: mix(#c6c8d1,#c6c8d1,0.08);
+ border: 1px solid mix(#c6c8d1,#1e202f,0.17);
border-radius: 4px;
padding: 2px; }
@@ -6281,9 +6281,9 @@ levelbar block {
box-shadow: none; }
scale {
- min-height: 10px;
- min-width: 10px;
- padding: 3px; }
+ min-height: 7px;
+ min-width: 7px;
+ padding: 0px; }
scale.horizontal trough {
padding: 0 3px; }
scale.horizontal highlight, scale.horizontal fill {
@@ -6293,33 +6293,33 @@ scale {
scale.vertical highlight, scale.vertical fill {
margin: -4px 0; }
scale slider {
- min-height: 15px;
- min-width: 15px;
- margin: -7px; }
+ min-height: 9px;
+ min-width: 9px;
+ margin: -4px; }
scale.fine-tune slider {
- margin: -7px; }
+ margin: -4px; }
scale.fine-tune highlight {
background-color: #9bb1d0; }
scale.fine-tune fill,
scale.fine-tune highlight,
scale.fine-tune trough {
- border-radius: 5px;
- -gtk-outline-radius: 7px; }
+ border-radius: 2px;
+ -gtk-outline-radius: 4px; }
scale trough {
outline-offset: 2px;
-gtk-outline-radius: 4.5px;
border-radius: 2.5px;
- background-color: mix(#161821,#c6c8d1,0.2); }
+ background-color: mix(#c6c8d1,#1e202f,0.2); }
scale trough:disabled {
- background-color: mix(#161821,#c6c8d1,0.1); }
+ background-color: mix(#c6c8d1,#1e202f,0.1); }
menuitem:hover scale trough, row:selected scale trough, infobar scale trough {
- background-color: rgba(73, 76, 90, 0.2); }
+ background-color: rgba(12, 13, 19, 0.2); }
menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight {
- background-color: #d2d4de; }
+ background-color: #161821; }
menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
- background-color: mix(#d2d4de,#84a0c6,0.55); }
+ background-color: mix(#161821,#84a0c6,0.55); }
menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled {
- background-color: rgba(73, 76, 90, 0.1); }
+ background-color: rgba(12, 13, 19, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #84a0c6; }
@@ -6332,7 +6332,7 @@ scale {
background-color: transparent; }
scale slider {
background-color: #c6c8d1;
- border: 1px solid rgba(107, 112, 137, 0.16);
+ border: 1px solid rgba(22, 24, 33, 0.16);
border-radius: 100%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border; }
@@ -6343,21 +6343,21 @@ scale {
background-color: #84a0c6;
border-color: #84a0c6; }
scale slider:disabled {
- background-color: mix(#c6c8d1,#161821,0.55);
- border-color: mix(#6b7089,#161821,0.92); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.55);
+ border-color: mix(#161821,#c6c8d1,0.92); }
menuitem:hover scale slider, row:selected scale slider, infobar scale slider {
background-clip: border-box;
- background-color: #d2d4de;
- border-color: #d2d4de; }
+ background-color: #161821;
+ border-color: #161821; }
menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover {
- background-color: mix(#d2d4de,#84a0c6,0.85);
- border-color: mix(#d2d4de,#84a0c6,0.85); }
+ background-color: mix(#161821,#84a0c6,0.85);
+ border-color: mix(#161821,#84a0c6,0.85); }
menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active {
- background-color: mix(#d2d4de,#84a0c6,0.5);
- border-color: mix(#d2d4de,#84a0c6,0.5); }
+ background-color: mix(#161821,#84a0c6,0.5);
+ border-color: mix(#161821,#84a0c6,0.5); }
menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled {
- background-color: mix(#d2d4de,#84a0c6,0.55);
- border-color: mix(#d2d4de,#84a0c6,0.55); }
+ background-color: mix(#161821,#84a0c6,0.55);
+ border-color: mix(#161821,#84a0c6,0.55); }
scale value {
color: alpha(currentColor,0.4); }
scale marks {
@@ -6403,7 +6403,7 @@ scale {
scale.color highlight, scale.color fill {
margin: 0; }
scale.color.horizontal {
- padding: 0 0 6px; }
+ padding: 0 0 3px; }
scale.color.horizontal trough {
border-top-left-radius: 0;
border-top-right-radius: 0; }
@@ -6411,7 +6411,7 @@ scale {
margin-bottom: 0;
margin-top: 0; }
scale.color.vertical:dir(ltr) {
- padding: 0 0 0 6px; }
+ padding: 0 0 0 3px; }
scale.color.vertical:dir(ltr) trough {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
@@ -6419,7 +6419,7 @@ scale {
margin-left: 0;
margin-right: 0; }
scale.color.vertical:dir(rtl) {
- padding: 0 6px 0 0; }
+ padding: 0 3px 0 0; }
scale.color.vertical:dir(rtl) trough {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
@@ -6431,22 +6431,22 @@ scale {
! Scrollbar
************/
scrollbar {
- background-color: mix(#161821,#161821,0.4);
+ background-color: mix(#c6c8d1,#c6c8d1,0.4);
transition: 300ms ease-out; }
* {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; }
scrollbar.top {
- border-bottom: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-bottom: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar.bottom {
- border-top: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-top: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar.left {
- border-right: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-right: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar.right {
- border-left: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-left: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar:backdrop {
- background-color: #101118;
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9);
+ background-color: #bec0ca;
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9);
transition: 400ms ease-in; }
scrollbar slider {
min-width: 7px;
@@ -6454,13 +6454,13 @@ scrollbar {
border: 1px solid transparent;
border-radius: 4px;
background-clip: padding-box;
- background-color: mix(#161821,#c6c8d1,0.5); }
+ background-color: mix(#c6c8d1,#1e202f,0.5); }
scrollbar slider:hover {
- background-color: mix(#161821,#c6c8d1,0.7); }
+ background-color: mix(#c6c8d1,#1e202f,0.7); }
scrollbar slider:hover:active {
background-color: #a7bbd6; }
scrollbar slider:backdrop {
- background-color: mix(mix(#c6c8d1,#161821,0.5),#161821,0.4); }
+ background-color: mix(mix(#1e202f,#c6c8d1,0.5),#c6c8d1,0.4); }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.horizontal slider {
@@ -6478,8 +6478,8 @@ scrollbar {
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
min-width: 4px;
min-height: 4px;
- background-color: #c6c8d1;
- border: 1px solid #494c5a; }
+ background-color: #1e202f;
+ border: 1px solid #0c0d13; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
min-width: 4px;
min-height: 4px;
@@ -6499,44 +6499,44 @@ scrollbar {
padding: 0;
border: 0;
border-radius: 0;
- border-color: mix(#161821,#c6c8d1,0.18);
+ border-color: mix(#c6c8d1,#1e202f,0.1);
background-color: transparent;
box-shadow: none;
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover {
- color: mix(#161821,#c6c8d1,0.7); }
+ color: mix(#c6c8d1,#1e202f,0.7); }
scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked {
color: #a7bbd6; }
scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(mix(#c6c8d1,#161821,0.5),#161821,0.4); }
+ color: mix(mix(#1e202f,#c6c8d1,0.5),#c6c8d1,0.4); }
scrollbar.vertical button.down {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- border-top: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-top: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
- border-bottom: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-bottom: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar.horizontal button.down {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
- border-left: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-left: 1px solid mix(#c6c8d1,#1e202f,0.1); }
scrollbar.horizontal button.up {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
- border-right: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-right: 1px solid mix(#c6c8d1,#1e202f,0.1); }
/*********
! Sidebar
**********/
.sidebar {
border-style: none;
- background-color: mix(#161821,#161821,0.5); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.5); }
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
- border-right: 1px solid mix(#161821,#c6c8d1,0.18);
+ border-right: 1px solid mix(#c6c8d1,#1e202f,0.1);
border-left-style: none; }
stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right {
- border-left: 1px solid mix(#161821,#c6c8d1,0.18);
+ border-left: 1px solid mix(#c6c8d1,#1e202f,0.1);
border-right-style: none; }
.sidebar:backdrop {
- background-color: mix(#161821,#161821,0.5);
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9);
+ background-color: mix(#c6c8d1,#c6c8d1,0.5);
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9);
transition: 200ms ease-out; }
.sidebar .frame, .sidebar frame {
border-width: 0; }
@@ -6544,10 +6544,10 @@ scrollbar {
border-style: none; }
stacksidebar row {
- padding: 6px 3px; }
+ padding: 0px 0px; }
stacksidebar row > label {
- padding-left: 3px;
- padding-right: 3px; }
+ padding-left: 0px;
+ padding-right: 0px; }
stacksidebar row.needs-attention > label {
background-size: 6px 6px, 0 0; }
@@ -6558,25 +6558,25 @@ placessidebar row {
min-height: 32px;
padding: 0; }
placessidebar row > revealer {
- padding: 0 6px; }
+ padding: 0 0px; }
placessidebar row:selected {
- color: #d2d4de; }
+ color: #161821; }
placessidebar row:disabled {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
placessidebar row:backdrop {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
placessidebar row:backdrop:selected {
- color: mix(#84a0c6,#d2d4de,0.66); }
+ color: mix(#84a0c6,#161821,0.66); }
placessidebar row:backdrop:disabled {
- color: #35394f; }
+ color: #f0f1f3; }
placessidebar row image.sidebar-icon {
opacity: 0.7; }
placessidebar row image.sidebar-icon:dir(ltr) {
- padding-right: 8px;
- padding-left: 3px; }
+ padding-right: 2px;
+ padding-left: 0px; }
placessidebar row image.sidebar-icon:dir(rtl) {
- padding-left: 8px;
- padding-right: 3px; }
+ padding-left: 2px;
+ padding-right: 0px; }
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px; }
placessidebar row label.sidebar-label:dir(rtl) {
@@ -6604,7 +6604,7 @@ placessidebar row {
color: #84a0c6;
box-shadow: inset 0 1px #84a0c6, inset 0 -1px #84a0c6; }
placessidebar row:drop(active):not(:disabled):selected {
- color: #d2d4de;
+ color: #161821;
background-color: #84a0c6; }
/******
@@ -6616,22 +6616,22 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: image(#14161e);
+ background-image: image(#afb2bf);
background-size: 1px 1px;
background-position: center center; }
paned > separator:selected {
background-image: image(#84a0c6); }
paned > separator:backdrop {
- background-image: image(mix(#161821,mix(#161821,#c6c8d1,0.18),0.9)); }
+ background-image: image(mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9)); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
- background-color: #161821;
- background-image: image(#12131a), image(#12131a);
+ background-color: #c6c8d1;
+ background-image: image(#999dad), image(#999dad);
background-size: 1px 1px, 1px 1px; }
paned > separator.wide:backdrop {
- background-color: #161821;
- background-image: image(mix(#161821,mix(#161821,#c6c8d1,0.18),0.9)), image(mix(#161821,mix(#161821,#c6c8d1,0.18),0.9)); }
+ background-color: #c6c8d1;
+ background-image: image(mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9)), image(mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9)); }
paned.horizontal > separator {
background-repeat: repeat-y;
@@ -6679,9 +6679,9 @@ spinner {
************************/
radio {
background-image: none;
- min-width: 16px;
- min-height: 16px;
- margin-right: 3px; }
+ min-width: 10px;
+ min-height: 10px;
+ margin-right: 0px; }
radio:disabled {
-gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); }
radio:checked, radio:active {
@@ -6711,9 +6711,9 @@ radio {
check {
background-image: none;
- min-width: 16px;
- min-height: 16px;
- margin-right: 3px; }
+ min-width: 10px;
+ min-height: 10px;
+ margin-right: 0px; }
check:disabled {
-gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); }
check:checked, check:active {
@@ -6742,26 +6742,26 @@ check {
-gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
check, radio {
- box-shadow: -1px 0 mix(#161821,#c6c8d1,0.3) inset, 1px 0 mix(#161821,#c6c8d1,0.3) inset, 0 -1px mix(#161821,#c6c8d1,0.3) inset, 0 1px mix(#161821,#c6c8d1,0.3) inset;
+ box-shadow: -1px 0 mix(#c6c8d1,#1e202f,0.3) inset, 1px 0 mix(#c6c8d1,#1e202f,0.3) inset, 0 -1px mix(#c6c8d1,#1e202f,0.3) inset, 0 1px mix(#c6c8d1,#1e202f,0.3) inset;
border-radius: 2px;
- background-color: #161821; }
+ background-color: #c6c8d1; }
check:disabled, radio:disabled {
- box-shadow: -1px 0 mix(#161821,#c6c8d1,0.15) inset, 1px 0 mix(#161821,#c6c8d1,0.15) inset, 0 -1px mix(#161821,#c6c8d1,0.15) inset, 0 1px mix(#161821,#c6c8d1,0.15) inset;
- background-color: rgba(22, 24, 33, 0.25); }
+ box-shadow: -1px 0 mix(#c6c8d1,#1e202f,0.15) inset, 1px 0 mix(#c6c8d1,#1e202f,0.15) inset, 0 -1px mix(#c6c8d1,#1e202f,0.15) inset, 0 1px mix(#c6c8d1,#1e202f,0.15) inset;
+ background-color: rgba(198, 200, 209, 0.25); }
menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio {
box-shadow: none;
border-radius: 0;
background-color: transparent;
border: 0; }
textview check:focus, .view check:focus, iconview check:focus, view check:focus, treeview check:focus, textview radio:focus, .view radio:focus, iconview radio:focus, view radio:focus, treeview radio:focus {
- background-color: #161821; }
+ background-color: #c6c8d1; }
radio {
border-radius: 999px; }
radio:dir(rtl), check:dir(rtl) {
margin-right: 0;
- margin-left: 3px; }
+ margin-left: 0px; }
.view.content-view.check:not(list), iconview.content-view.check:not(list) {
-gtk-icon-shadow: none;
@@ -6808,45 +6808,45 @@ radio:dir(rtl), check:dir(rtl) {
*********/
switch {
border-radius: 4px;
- padding: 2px;
+ padding: 0px;
border: 0;
outline: none;
transition: background-color .3s linear;
- min-width: 78px;
- min-height: 24px;
- background-color: mix(#161821,#161821,0.3);
- color: #c6c8d1;
- box-shadow: inset 1px -1px 0 rgba(36, 38, 45, 0.06), inset -1px 1px 0 rgba(36, 38, 45, 0.06);
+ min-width: 66px;
+ min-height: 18px;
+ background-color: mix(#c6c8d1,#c6c8d1,0.3);
+ color: #161821;
+ box-shadow: inset 1px -1px 0 rgba(6, 6, 9, 0.06), inset -1px 1px 0 rgba(6, 6, 9, 0.06);
font-size: 90%; }
switch slider {
- background-color: mix(#c6c8d1,#161821,0.5);
+ background-color: mix(#161821,#c6c8d1,0.5);
transition: all .3s ease-in;
- box-shadow: 0 1px 2px 0 rgba(36, 38, 45, 0.07), 1px 0 2px 0 rgba(36, 38, 45, 0.07);
+ box-shadow: 0 1px 2px 0 rgba(6, 6, 9, 0.07), 1px 0 2px 0 rgba(6, 6, 9, 0.07);
border-radius: 4px; }
switch:checked {
background-color: #84a0c6;
background-image: none;
border-color: #84a0c6;
- color: #161821; }
+ color: #c6c8d1; }
switch:checked slider {
- background-color: #171923;
- box-shadow: 0 1px 3px 0 rgba(36, 38, 45, 0.1); }
+ background-color: #c8c9d2;
+ box-shadow: 0 1px 3px 0 rgba(6, 6, 9, 0.1); }
switch:disabled {
- background-color: mix(#161821,#161821,0.5);
+ background-color: mix(#c6c8d1,#c6c8d1,0.5);
background-image: none;
- border-color: #161821;
- color: #161821;
+ border-color: #c6c8d1;
+ color: #c6c8d1;
box-shadow: none; }
switch:disabled slider {
- background-color: #161821; }
+ background-color: #c6c8d1; }
list row:selected switch {
- background-color: #161821;
- color: mix(#161821,#161821,0.5); }
+ background-color: #c6c8d1;
+ color: mix(#c6c8d1,#c6c8d1,0.5); }
list row:selected switch slider {
- background-color: mix(mix(#161821,#161821,0.5),#161821,0.4); }
+ background-color: mix(mix(#c6c8d1,#c6c8d1,0.5),#c6c8d1,0.4); }
list row:selected switch:checked {
color: #84a0c6;
- background-color: mix(#c6c8d1,#161821,0.5); }
+ background-color: mix(#161821,#c6c8d1,0.5); }
list row:selected switch:checked slider {
background-color: #84a0c6; }
@@ -6866,22 +6866,22 @@ switch {
.view text,
iconview text,
textview text {
- color: #c6c8d1;
- background-color: #161821;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ color: #161821;
+ background-color: #c6c8d1;
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
.view:backdrop, iconview:backdrop,
.view text:backdrop,
iconview text:backdrop,
textview text:backdrop {
- color: mix(#161821,#c6c8d1,0.8);
- background-color: #161821; }
+ color: mix(#c6c8d1,#161821,0.8);
+ background-color: #c6c8d1; }
.view separator, iconview separator,
textview text separator {
- background-image: image(mix(#c6c8d1,#161821,0.9)); }
+ background-image: image(mix(#161821,#c6c8d1,0.9)); }
textview border {
- background-color: mix(#161821,#161821,0.5); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.5); }
iconview :selected {
border-radius: 4px; }
@@ -6893,36 +6893,36 @@ iconview :selected {
rubberband,
treeview.view rubberband,
flowbox rubberband {
- border: 1px solid mix(#84a0c6,#d2d4de,0.1);
+ border: 1px solid mix(#84a0c6,#161821,0.1);
background-color: rgba(132, 160, 198, 0.2); }
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
- background-color: #161821;
+ background-color: #c6c8d1;
transition-property: color, background; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
- background-color: #161821; }
+ background-color: #c6c8d1; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #84a0c6; }
treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
- padding: 1px 4px;
+ padding: 0px 1px;
border-radius: 0;
text-shadow: none;
border-top-color: transparent;
border-left-color: transparent; }
treeview.view header button:disabled {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
treeview.view header button:backdrop {
- border-color: #161821;
+ border-color: #c6c8d1;
border-style: none solid solid none;
- color: mix(mix(#c6c8d1,#161821,0.5),#161821,0.5);
+ color: mix(mix(#1e202f,#c6c8d1,0.5),#c6c8d1,0.5);
background-image: none;
- background-color: #161821; }
+ background-color: #c6c8d1; }
treeview.view header button:backdrop:disabled {
- border-color: #161821;
+ border-color: #c6c8d1;
background-image: none; }
treeview.view {
@@ -6930,29 +6930,29 @@ treeview.view {
-GtkTreeView-grid-line-pattern: "";
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: "";
- border-left-color: mix(#c6c8d1,#161821,0.7);
- border-top-color: mix(#c6c8d1,#161821,0.9); }
+ border-left-color: mix(#1e202f,#c6c8d1,0.7);
+ border-top-color: mix(#1e202f,#c6c8d1,0.9); }
treeview.view:selected:focus, treeview.view:selected {
border-radius: 0; }
treeview.view:selected:backdrop, treeview.view:selected {
- border-left-color: mix(#d2d4de,#84a0c6,0.5);
- border-top-color: rgba(198, 200, 209, 0.1); }
+ border-left-color: mix(#161821,#84a0c6,0.5);
+ border-top-color: rgba(30, 32, 47, 0.1); }
treeview.view:disabled {
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
treeview.view:disabled:selected {
- color: mix(#d2d4de,#84a0c6,0.4); }
+ color: mix(#161821,#84a0c6,0.4); }
treeview.view:disabled:selected:backdrop {
- color: mix(mix(#84a0c6,#d2d4de,0.66),#84a0c6,0.3); }
+ color: mix(mix(#84a0c6,#161821,0.66),#84a0c6,0.3); }
treeview.view:disabled:backdrop {
- color: #35394f; }
+ color: #f0f1f3; }
treeview.view.separator {
min-height: 2px;
- color: #161821; }
+ color: #c6c8d1; }
treeview.view.separator:backdrop {
- color: rgba(22, 24, 33, 0.1); }
+ color: rgba(198, 200, 209, 0.1); }
treeview.view:backdrop {
- border-left-color: mix(mix(#c6c8d1,#161821,0.5),#161821,0.5);
- border-top: #161821; }
+ border-left-color: mix(mix(#1e202f,#c6c8d1,0.5),#c6c8d1,0.5);
+ border-top: #c6c8d1; }
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
@@ -6963,46 +6963,46 @@ treeview.view {
border-bottom-style: none; }
treeview.view.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
- color: mix(#161821,#c6c8d1,0.7); }
+ color: mix(#c6c8d1,#1e202f,0.7); }
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
treeview.view.expander:hover {
- color: #c6c8d1; }
+ color: #1e202f; }
treeview.view.expander:selected {
- color: mix(#84a0c6,#d2d4de,0.7); }
+ color: mix(#84a0c6,#161821,0.7); }
treeview.view.expander:selected:hover {
- color: #d2d4de; }
+ color: #161821; }
treeview.view.expander:selected:backdrop {
- color: mix(#84a0c6,mix(#84a0c6,#d2d4de,0.66),0.7); }
+ color: mix(#84a0c6,mix(#84a0c6,#161821,0.66),0.7); }
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
treeview.view.expander:backdrop {
- color: mix(#161821,mix(#c6c8d1,#161821,0.5),0.7); }
+ color: mix(#c6c8d1,mix(#1e202f,#c6c8d1,0.5),0.7); }
treeview.view.progressbar {
background-color: #84a0c6;
background-image: none;
border-radius: 4px;
border: 1px solid #486c9c; }
treeview.view.progressbar:selected {
- border: 1px solid mix(#84a0c6,#d2d4de,0.2); }
+ border: 1px solid mix(#84a0c6,#161821,0.2); }
treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected {
- box-shadow: inset 0 1px rgba(23, 25, 35, 0.05);
+ box-shadow: inset 0 1px rgba(200, 201, 210, 0.05);
background-color: #84a0c6;
background-image: none;
border-radius: 4px; }
treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
- border-color: #161821;
- background-color: mix(#161821,#84a0c6,0.9); }
+ border-color: #c6c8d1;
+ background-color: mix(#c6c8d1,#84a0c6,0.9); }
treeview.view.progressbar:disabled {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: #13141c; }
+ border-color: #a4a7b6; }
treeview.view.progressbar:backdrop {
- border-color: #161821;
+ border-color: #c6c8d1;
background-image: none;
box-shadow: none; }
treeview.view.trough {
- background-color: rgba(198, 200, 209, 0.1);
+ background-color: rgba(30, 32, 47, 0.1);
border-radius: 4px; }
treeview.view.trough:selected:focus, treeview.view.trough:selected {
background-color: #84a0c6;
@@ -7031,10 +7031,10 @@ treeview.view {
transition: none;
background-image: none;
background-color: #84a0c6;
- color: #161821;
+ color: #c6c8d1;
border-radius: 0;
border-style: none;
- box-shadow: inset 0 0 0 1px #161821;
+ box-shadow: inset 0 0 0 1px #c6c8d1;
text-shadow: none; }
treeview.view acceleditor > label {
background-color: #84a0c6; }
@@ -7043,7 +7043,7 @@ treeview.view {
! Separator
************/
separator {
- background-image: image(mix(#c6c8d1,#161821,0.9));
+ background-image: image(mix(#1e202f,#c6c8d1,0.9));
min-width: 1px;
min-height: 1px; }
@@ -7051,22 +7051,22 @@ separator {
! Frames *
***********/
frame > border, .frame {
- border: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border: 1px solid mix(#c6c8d1,#1e202f,0.1); }
frame > border.flat, .frame.flat {
border-style: none; }
frame > border:backdrop, .frame:backdrop {
- border-color: mix(#161821,mix(#161821,#c6c8d1,0.18),0.9); }
+ border-color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.1),0.9); }
frame.border-inset > border,
frame.border-outset > border,
frame.border-groove > border,
frame.border-ridge > border {
- border: 1px solid alpha(mix(#161821,#c6c8d1,0.18),0.3078431373); }
+ border: 1px solid alpha(mix(#c6c8d1,#1e202f,0.1),1.0980392157); }
.content-view {
- background-color: mix(#161821,#161821,0.28);
- color: mix(#c6c8d1,#c6c8d1,0.18);
- border: 1px solid shade(mix(#161821,#161821,0.78),0.8); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.28);
+ color: mix(#161821,#1e202f,0.18);
+ border: 1px solid shade(mix(#c6c8d1,#c6c8d1,0.78),0.8); }
/***************
! Places view *
@@ -7094,11 +7094,11 @@ decoration {
background-image: none;
border-radius: 4px 4px 0 0;
border-width: 0;
- box-shadow: 0 3px 9px 1px rgba(73, 76, 90, 0.7), 0 0 0 1px #84a0c6;
+ box-shadow: 0 3px 9px 1px rgba(12, 13, 19, 0.7), 0 0 0 0px #84a0c6;
/* this is used for the resize cursor area */
- margin: 9px; }
+ margin: 0px; }
decoration:backdrop {
- box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(73, 76, 90, 0.4), 0 0 0 1px #161821;
+ box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(12, 13, 19, 0.4), 0 0 0 0px #ada0d3;
transition: 200ms ease-out; }
.maximized decoration, .fullscreen decoration, .tiled decoration {
border-radius: 0; }
@@ -7107,20 +7107,20 @@ decoration {
.ssd decoration {
box-shadow: 0 0 0 1px #84a0c6; }
.ssd decoration:backdrop {
- box-shadow: 0 0 0 1px #161821; }
+ box-shadow: 0 0 0 1px #ada0d3; }
.solid-csd decoration {
border-radius: 0;
margin: 0;
box-shadow: none; }
.csd.popup decoration {
border-radius: 0;
- box-shadow: 0 1px 2px rgba(73, 76, 90, 0.2), 0 0 0 1px rgba(22, 24, 33, 0.13); }
+ box-shadow: 0 1px 2px rgba(12, 13, 19, 0.2), 0 0 0 1px rgba(173, 160, 211, 0.13); }
tooltip.csd decoration {
border-radius: 4px;
box-shadow: none; }
messagedialog.csd decoration {
border-radius: 4px;
- box-shadow: 0 1px 2px rgba(73, 76, 90, 0.2), 0 0 0 1px rgba(22, 24, 33, 0.13); }
+ box-shadow: 0 1px 2px rgba(12, 13, 19, 0.2), 0 0 0 1px rgba(173, 160, 211, 0.13); }
/***********************
! Fallback mode panel *
@@ -7174,7 +7174,7 @@ panel-toplevel.background {
padding: 0; }
.gp-text-color {
- color: #494c5a; }
+ color: #0c0d13; }
panel-applet {
border: 0; }
@@ -7251,7 +7251,7 @@ PanelSeparator, MatePanelAppletFrameDBus {
border-color: transparent;
border-radius: 0;
border-width: 1px;
- color: #d2d4de;
+ color: #161821;
text-shadow: none;
padding: 2px; }
@@ -7268,10 +7268,10 @@ PanelSeparator, MatePanelAppletFrameDBus {
! Gnome clocks *
*****************/
.clocks-analog-frame.trough {
- color: mix(#c6c8d1,#161821,0.85); }
+ color: mix(#1e202f,#c6c8d1,0.85); }
.clocks-analog-frame.progress {
- color: mix(#161821,#84a0c6,0.5); }
+ color: mix(#c6c8d1,#84a0c6,0.5); }
.clocks-analog-frame.progress-fast {
color: #496d9e; }
@@ -7291,13 +7291,13 @@ workbench.csd > stack.titlebar:not(headerbar) {
! Geary *
*****************/
.geary-expanded .geary-message-summary {
- background-color: #15171f; }
+ background-color: #bbbdc8; }
.geary-folder-popover-list-row {
border-color: #1a1d28;
box-shadow: None; }
.geary-folder-popover-list-row > label {
- color: #161821; }
+ color: #c6c8d1; }
/***********************
! Unity Greeter *
@@ -7308,27 +7308,27 @@ workbench.csd > stack.titlebar:not(headerbar) {
.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button {
background-image: none;
- background-color: rgba(73, 76, 90, 0.3);
- border-color: rgba(23, 25, 35, 0.9);
+ background-color: rgba(12, 13, 19, 0.3);
+ border-color: rgba(200, 201, 210, 0.9);
border-radius: 9px;
- padding: 3px;
- color: #171923; }
+ padding: 0px;
+ color: #c8c9d2; }
.lightdm.menu {
background-image: none;
- background-color: rgba(73, 76, 90, 0.6);
- border-color: rgba(23, 25, 35, 0.2);
+ background-color: rgba(12, 13, 19, 0.6);
+ border-color: rgba(200, 201, 210, 0.2);
border-radius: 8px;
padding: 1px;
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active {
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.menubar *, .lightdm.menubar.menuitem {
padding: 0px; }
.lightdm.option-button {
- padding: 3px;
+ padding: 0px;
background: none;
border: 0; }
@@ -7336,24 +7336,24 @@ workbench.csd > stack.titlebar:not(headerbar) {
background: none;
border-width: 0; }
.lightdm.toggle-button.selected {
- background-color: rgba(73, 76, 90, 0.3);
- border-color: rgba(23, 25, 35, 0.3);
+ background-color: rgba(12, 13, 19, 0.3);
+ border-color: rgba(200, 201, 210, 0.3);
border-width: 1px; }
.lightdm.toggle-button.selected:hover {
- background-color: rgba(23, 25, 35, 0.3); }
+ background-color: rgba(200, 201, 210, 0.3); }
.lightdm.button:hover {
- background-color: rgba(23, 25, 35, 0.3);
- border-color: rgba(23, 25, 35, 0.6);
+ background-color: rgba(200, 201, 210, 0.3);
+ border-color: rgba(200, 201, 210, 0.6);
text-shadow: none; }
.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus {
background-image: none;
- background-color: rgba(73, 76, 90, 0.3);
- border-color: rgba(23, 25, 35, 0.6);
+ background-color: rgba(12, 13, 19, 0.3);
+ border-color: rgba(200, 201, 210, 0.6);
border-radius: 9px;
- padding: 5px;
- color: #171923;
+ padding: 2px;
+ color: #c8c9d2;
text-shadow: none; }
.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus {
@@ -7365,19 +7365,19 @@ workbench.csd > stack.titlebar:not(headerbar) {
animation: dashentry_spinner 1s infinite linear; }
.lightdm.entry:focus {
- border-color: rgba(23, 25, 35, 0.6);
+ border-color: rgba(200, 201, 210, 0.6);
border-width: 1px;
border-style: solid;
- color: #171923; }
+ color: #c8c9d2; }
.lightdm.entry:selected {
- background-color: rgba(23, 25, 35, 0.2); }
+ background-color: rgba(200, 201, 210, 0.2); }
.lightdm-combo.menu {
background-color: #181a24;
border-radius: 0;
padding: 0;
- color: #171923; }
+ color: #c8c9d2; }
/*********
! Gedit *
@@ -7386,14 +7386,14 @@ GeditWindow .pane-separator {
border-width: 0 1px 0 0;
border-style: solid; }
GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
- border-color: #14161e;
- background-color: #161821; }
+ border-color: #afb2bf;
+ background-color: #c6c8d1; }
.gedit-document-panel {
- background-color: #161821;
- color: mix(#c6c8d1,#161821,0.1); }
+ background-color: #c6c8d1;
+ color: mix(#1e202f,#c6c8d1,0.1); }
.gedit-document-panel list row {
- padding: 3px; }
+ padding: 0px; }
.gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button {
padding: 1px;
border-radius: 4px;
@@ -7405,31 +7405,31 @@ GeditWindow .pane-separator {
color: transparent;
-gtk-icon-shadow: none; }
.gedit-document-panel .prelight-row button {
- border-color: rgba(73, 76, 90, 0.1);
- color: rgba(23, 25, 35, 0.8); }
+ border-color: rgba(12, 13, 19, 0.1);
+ color: rgba(200, 201, 210, 0.8); }
.gedit-document-panel .prelight-row button:active {
- border-color: rgba(73, 76, 90, 0.2);
- background-color: rgba(73, 76, 90, 0.08);
- color: #171923; }
+ border-color: rgba(12, 13, 19, 0.2);
+ background-color: rgba(12, 13, 19, 0.08);
+ color: #c8c9d2; }
.gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover {
- border-color: rgba(73, 76, 90, 0.1);
- color: #171923; }
+ border-color: rgba(12, 13, 19, 0.1);
+ color: #c8c9d2; }
.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
- border-top: 1px solid #14161e;
- background-color: #161821; }
+ border-top: 1px solid #afb2bf;
+ background-color: #c6c8d1; }
.gedit-document-panel-document-row:hover {
- background-color: #171923; }
+ background-color: #d1d3da; }
.gedit-document-panel-dragged-row {
- border: 1px solid rgba(73, 76, 90, 0.1);
- background-color: rgba(73, 76, 90, 0.5);
- color: #171923; }
+ border: 1px solid rgba(12, 13, 19, 0.1);
+ background-color: rgba(12, 13, 19, 0.5);
+ color: #c8c9d2; }
.gedit-document-panel-placeholder-row {
border: 0;
- background-color: rgba(73, 76, 90, 0.08);
+ background-color: rgba(12, 13, 19, 0.08);
transition: all 200ms ease-in; }
statusbar GeditSmallButton, GeditStatusMenuButton {
@@ -7441,33 +7441,33 @@ statusbar GeditSmallButton, GeditStatusMenuButton {
border-radius: 0;
padding: 1px 6px 2px 4px; }
statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button.nautilus-circular-button.image-button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button.nautilus-circular-button.image-button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active:hover {
- border-color: #12131a; }
+ border-color: #999dad; }
statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active {
- background-color: #15171f;
- color: #c6c8d1; }
+ background-color: #bbbdc8;
+ color: #1e202f; }
GeditViewFrame .gedit-search-slider {
- padding: 3px;
+ padding: 0px;
border-radius: 0 0 4px 4px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: #12131a;
- background-color: #161821; }
+ border-color: #999dad;
+ background-color: #c6c8d1; }
GeditViewFrame .gedit-search-slider .not-found {
background-color: #e98989;
background-image: none;
color: #161821; }
GeditFileBrowserWidget .toolbar {
- padding: 1.5px;
+ padding: 0px;
border-top: 0;
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none; }
.gedit-search-entry-occurrences-tag {
- margin: 1.5px;
- padding: 1.5px;
- color: mix(#c6c8d1,#161821,0.5); }
+ margin: 0px;
+ padding: 0px;
+ color: mix(#161821,#c6c8d1,0.5); }
.gedit-bottom-panel-paned,
.gedit-side-panel-paned,
@@ -7481,19 +7481,19 @@ paned.titlebar {
! Nautilus *
*************/
.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop {
- color: #171923;
- text-shadow: 1px 1px #494c5a; }
+ color: #c8c9d2;
+ text-shadow: 1px 1px #0c0d13; }
.nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active {
- color: #c6c8d1; }
+ color: #1e202f; }
.nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected {
- color: #d2d4de; }
+ color: #161821; }
.nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected {
text-shadow: none; }
.nautilus-window toolbar {
border-width: 0 0 1px;
border-style: solid;
- border-color: #12131a; }
+ border-color: #999dad; }
.nautilus-window .sidebar {
border: 0; }
@@ -7501,7 +7501,7 @@ paned.titlebar {
border: 0; }
.nautilus-window notebook {
- background-color: #161821;
+ background-color: #c6c8d1;
border: 0; }
.nautilus-window notebook frame {
border: 0; }
@@ -7510,21 +7510,21 @@ paned.titlebar {
margin-top: -1px; }
.nautilus-window .searchbar-container searchbar {
padding-top: 0px;
- padding-bottom: 1px;
- border-bottom: 1px solid mix(#161821,#c6c8d1,0.18); }
+ padding-bottom: 0px;
+ border-bottom: 1px solid mix(#c6c8d1,#1e202f,0.1); }
.disk-space-display {
border-style: solid;
border-width: 1px; }
.disk-space-display.unknown {
- background-color: rgba(198, 200, 209, 0.5);
- border-color: rgba(175, 178, 191, 0.5); }
+ background-color: rgba(30, 32, 47, 0.5);
+ border-color: rgba(27, 29, 42, 0.5); }
.disk-space-display.used {
background-color: rgba(132, 160, 198, 0.8);
border-color: rgba(109, 143, 188, 0.8); }
.disk-space-display.free {
- background-color: #15171f;
- border-color: #13151c; }
+ background-color: #bbbdc8;
+ border-color: #a5a8b7; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: #161821;
@@ -7534,69 +7534,69 @@ paned.titlebar {
background-color: #efa8a8; }
.conflict-row.activatable:selected {
- color: #d2d4de;
+ color: #161821;
background-color: #84a0c6; }
/********
! Nemo *
*********/
.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop {
- color: #171923;
- text-shadow: 1px 1px #494c5a; }
+ color: #c8c9d2;
+ text-shadow: 1px 1px #0c0d13; }
.nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active {
- color: #c6c8d1; }
+ color: #1e202f; }
.nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected {
- color: #d2d4de; }
+ color: #161821; }
.nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected {
text-shadow: none; }
.nemo-window {
/* Status Bar */ }
.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview {
- background-color: mix(#161821,#c6c8d1,0.12);
- color: #c6c8d1; }
+ background-color: mix(#c6c8d1,#161821,0.12);
+ color: #161821; }
.nemo-window toolbar {
border-width: 0 0 1px;
border-style: solid;
- border-color: #12131a;
+ border-color: #999dad;
/* Path Bar */ }
.nemo-window toolbar separator, .nemo-window toolbar separator:disabled {
- color: mix(#161821,#c6c8d1,0.88);
+ color: mix(#c6c8d1,#1e202f,0.88);
border-color: currentColor;
-GtkWidget-window-dragging: true; }
.nemo-window toolbar.primary-toolbar button.image-button {
- padding: 0 8px; }
+ padding: 0 5px; }
.nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button {
- padding: 3px; }
+ padding: 0px; }
.nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button {
- padding: 3px; }
+ padding: 0px; }
.nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button {
- padding: 3px; }
+ padding: 0px; }
.nemo-window toolbar toolitem stack {
margin-left: 15px; }
.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12);
-NemoPathbarButton-border-radius: 4px; }
.nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
.nemo-window toolbar toolitem stack widget button:disabled {
- box-shadow: inset -1px 0 #12131a; }
+ box-shadow: inset -1px 0 #999dad; }
.nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
.nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
.nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child {
box-shadow: none; }
.nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.06), inset 0 1px rgba(6, 6, 9, 0.07), inset -1px 0 rgba(6, 6, 9, 0.06); }
.nemo-window grid > widget:last-child button {
min-height: 16px;
min-width: 16px;
- padding: 2px 4px; }
+ padding: 0px 0px; }
.nemo-window grid > widget:last-child button:first-child {
margin-left: 20px; }
.nemo-window grid > widget:last-child button:first-child + button {
@@ -7612,26 +7612,26 @@ paned.titlebar {
.nemo-window .sidebar .frame {
border: 0; }
.nemo-window .sidebar image {
- padding-left: 3px;
- padding-right: 3px; }
+ padding-left: 0px;
+ padding-right: 0px; }
.nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
- background-color: mix(#161821,#161821,0.5); }
+ background-color: mix(#c6c8d1,#c6c8d1,0.5); }
.nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
- -NemoPlacesTreeView-disk-full-bg-color: #12131a;
+ -NemoPlacesTreeView-disk-full-bg-color: #999dad;
-NemoPlacesTreeView-disk-full-fg-color: #84a0c6;
-NemoPlacesTreeView-disk-full-bar-width: 2px;
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
-NemoPlacesTreeView-disk-full-bottom-padding: 0;
-NemoPlacesTreeView-disk-full-max-length: 75px; }
.nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected {
- -NemoPlacesTreeView-disk-full-bg-color: #d2d4de;
+ -NemoPlacesTreeView-disk-full-bg-color: #161821;
-NemoPlacesTreeView-disk-full-fg-color: #b1c3db; }
.nemo-window .sidebar + separator + box .primary-toolbar {
- background-color: #161820;
+ background-color: #c1c4cd;
background-image: none;
padding-top: 0px;
padding-bottom: 0px;
- border-bottom: 1px solid mix(#161821,#c6c8d1,0.18); }
+ border-bottom: 1px solid mix(#c6c8d1,#1e202f,0.1); }
.nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) {
border-right: 0;
border-top-right-radius: 0;
@@ -7642,22 +7642,22 @@ paned.titlebar {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- border-color: rgba(0, 0, 0, 0.22);
- color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
+ border-color: rgba(0, 0, 0, 0.12);
+ color: #1e202f;
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12);
padding: 5px 6px; }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:hover {
border-color: #486c9c; }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover:focus {
- border-color: rgba(0, 0, 0, 0.22); }
+ border-color: rgba(0, 0, 0, 0.12); }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:disabled {
- border-color: rgba(0, 0, 0, 0.22); }
+ border-color: rgba(0, 0, 0, 0.12); }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:disabled {
- border-color: rgba(0, 0, 0, 0.22); }
+ border-color: rgba(0, 0, 0, 0.12); }
.nemo-window notebook {
- background-color: #161821;
+ background-color: #c6c8d1;
border-width: 0; }
.nemo-window notebook tabs {
border: 0; }
@@ -7669,11 +7669,11 @@ paned.titlebar {
! Synaptic *
*************/
GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- background-color: #161821;
+ background-color: #c6c8d1;
background-image: none;
- padding: 3px;
+ padding: 0px;
border: 0;
- color: #c6c8d1; }
+ color: #1e202f; }
/***********************
! Fallback mode panel *
@@ -7686,8 +7686,8 @@ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar
padding: 0;
border: 0;
background-image: none;
- background-color: #161821;
- color: #c6c8d1; }
+ background-color: #c6c8d1;
+ color: #161821; }
.xfce4-panel {
font: inherit; }
@@ -7706,9 +7706,9 @@ UnityDecoration {
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 1px;
-UnityDecoration-shadow-offset-y: 1px;
- -UnityDecoration-active-shadow-color: rgba(73, 76, 90, 0.3);
+ -UnityDecoration-active-shadow-color: rgba(12, 13, 19, 0.3);
-UnityDecoration-active-shadow-radius: 8px;
- -UnityDecoration-inactive-shadow-color: rgba(73, 76, 90, 0.5);
+ -UnityDecoration-inactive-shadow-color: rgba(12, 13, 19, 0.5);
-UnityDecoration-inactive-shadow-radius: 5px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #84a0c6;
@@ -7719,7 +7719,7 @@ UnityDecoration {
border: 1px solid #84a0c6;
border-bottom: 0;
border-radius: 4px 4px 0 0;
- padding: 1px 6px 0;
+ padding: 1px 3px 0;
background-color: #161821;
color: #c6c8d1;
text-shadow: none; }
@@ -7730,12 +7730,12 @@ UnityDecoration {
background-image: none;
color: #d8d9e0; }
UnityDecoration .top:backdrop {
- border: 1px solid #161821;
- color: mix(#c6c8d1,#161821,0.4); }
+ border: 1px solid #ada0d3;
+ color: mix(#1e202f,#c6c8d1,0.4); }
UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom {
background-color: #161821; }
UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
- background-color: mix(#0f1117,mix(#c6c8d1,#161821,0.4),0.21); }
+ background-color: mix(#82879a,mix(#1e202f,#c6c8d1,0.4),0.21); }
UnityPanelWidget, .unity-panel {
border: 0; }
@@ -7750,7 +7750,7 @@ UnityPanelWidget, .unity-panel {
color: #d8d9e0; }
SheetStyleDialog.unity-force-quit {
- background-color: #161821; }
+ background-color: #c6c8d1; }
/************************
! Unity-Control-Center *
@@ -7768,17 +7768,17 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
color: #c6c8d1;
font-weight: bold;
- text-shadow: 0 1px rgba(73, 76, 90, 0.5);
- -gtk-icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
+ text-shadow: 0 1px rgba(12, 13, 19, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(12, 13, 19, 0.5); }
#panel_window menubar {
- padding-left: 3px; }
+ padding-left: 0px; }
#panel_window menubar, #panel_window menubar > menuitem {
background-color: transparent;
background-image: none;
border-style: none;
color: #c6c8d1;
- text-shadow: 0 1px rgba(73, 76, 90, 0.5);
- -gtk-icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
+ text-shadow: 0 1px rgba(12, 13, 19, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(12, 13, 19, 0.5); }
#panel_window menubar:hover, #panel_window menubar > menuitem:hover {
background-color: rgba(198, 200, 209, 0.2);
background-image: none;
@@ -7791,7 +7791,7 @@ SheetStyleDialog.unity-force-quit {
font-weight: normal; }
#content_frame {
- padding-bottom: 9px; }
+ padding-bottom: 0px; }
#login_window, #shutdown_dialog, #restart_dialog {
border-style: none;
@@ -7809,7 +7809,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
#login_window button:focus, #login_window button:hover {
border-color: #486c9c; }
#login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus {
@@ -7853,7 +7853,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
#login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover {
border-color: #486c9c; }
#login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus {
@@ -7871,12 +7871,12 @@ SheetStyleDialog.unity-force-quit {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.42); }
#login_window button:focus:hover, #login_window button.flat:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.48); }
#login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover {
border-color: #486c9c; }
#login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus {
@@ -7890,7 +7890,7 @@ SheetStyleDialog.unity-force-quit {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
#login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
border-color: #486c9c; }
@@ -7904,7 +7904,7 @@ SheetStyleDialog.unity-force-quit {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover {
color: #c6c8d1; }
#login_window button:disabled:disabled, #login_window button.flat:disabled:disabled {
@@ -7919,10 +7919,10 @@ SheetStyleDialog.unity-force-quit {
#login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
#login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
#login_window button.separator, #login_window button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -7935,10 +7935,10 @@ SheetStyleDialog.unity-force-quit {
background-color: #161821;
background-image: none;
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
+ padding: 2px 0.2857142857px;
color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
#login_window entry:focus, #login_window entry:hover {
border-color: #486c9c; }
#login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus {
@@ -7972,10 +7972,10 @@ SheetStyleDialog.unity-force-quit {
border-radius: 4px;
background-color: #14161e;
background-image: none;
- box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset 0 1px rgba(36, 38, 45, 0.08), inset -1px 0 rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
+ box-shadow: inset 1px 0 rgba(6, 6, 9, 0.07), inset 0 1px rgba(6, 6, 9, 0.08), inset -1px 0 rgba(6, 6, 9, 0.07), inset 0 -1px rgba(6, 6, 9, 0.05); }
#buttonbox_frame {
- padding-top: 6px;
+ padding-top: 0px;
padding-bottom: 0;
border-style: none;
border-bottom-left-radius: 4px;
@@ -7990,7 +7990,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
#shutdown_button button:focus, #shutdown_button button:hover {
border-color: #486c9c; }
#shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus {
@@ -8034,7 +8034,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
#shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover {
border-color: #486c9c; }
#shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus {
@@ -8052,12 +8052,12 @@ SheetStyleDialog.unity-force-quit {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
#shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
#shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover {
border-color: #486c9c; }
#shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus {
@@ -8071,7 +8071,7 @@ SheetStyleDialog.unity-force-quit {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
#shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
border-color: #486c9c; }
@@ -8085,7 +8085,7 @@ SheetStyleDialog.unity-force-quit {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover {
color: #161821; }
#shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled {
@@ -8100,10 +8100,10 @@ SheetStyleDialog.unity-force-quit {
#shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
#shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
#shutdown_button button.separator, #shutdown_button button .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -8118,7 +8118,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.12); }
#restart_button button:focus, #restart_button button:hover {
border-color: #486c9c; }
#restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus {
@@ -8162,7 +8162,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.22); }
#restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover {
border-color: #486c9c; }
#restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus {
@@ -8180,12 +8180,12 @@ SheetStyleDialog.unity-force-quit {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.32); }
#restart_button button:focus:hover, #restart_button button.flat:focus:hover {
background-color: #efc6a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(6, 6, 9, 0.38); }
#restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover {
border-color: #486c9c; }
#restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus {
@@ -8199,7 +8199,7 @@ SheetStyleDialog.unity-force-quit {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
#restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
border-color: #486c9c; }
@@ -8213,7 +8213,7 @@ SheetStyleDialog.unity-force-quit {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover {
color: #161821; }
#restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled {
@@ -8228,10 +8228,10 @@ SheetStyleDialog.unity-force-quit {
#restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
#restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
#restart_button button.separator, #restart_button button .separator {
border: 1px solid currentColor;
color: rgba(233, 177, 137, 0.9); }
@@ -8271,13 +8271,13 @@ terminal-window scrollbar.vertical slider {
background-color: transparent; }
.raven {
- background-color: rgba(22, 24, 33, 0.93); }
+ background-color: rgba(198, 200, 209, 0.93); }
.raven .raven-header {
- background-color: #161821;
- border: solid mix(#161821,#c6c8d1,0.18);
+ background-color: #c6c8d1;
+ border: solid mix(#c6c8d1,#1e202f,0.1);
border-width: 1px 0; }
.raven .raven-background {
- background-color: rgba(22, 24, 33, 0.93); }
+ background-color: rgba(198, 200, 209, 0.93); }
.raven-mpris {
- background-color: rgba(22, 24, 33, 0.7); }
+ background-color: rgba(198, 200, 209, 0.7); }
diff --git a/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk.css b/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk.css
index 8afac2a..b5cac5f 100644
--- a/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk.css
+++ b/home/.themes/oomox-iceberg/gtk-3.20/dist/gtk.css
@@ -14,17 +14,17 @@
@define-color dark_bg_color #161821;
@define-color dark_fg_color #c6c8d1;
/* colormap actually used by the theme, to be overridden in other css files */
-@define-color theme_bg_color #c6c8d1;
-@define-color theme_fg_color #161821;
-@define-color theme_base_color #c6c8d1;
-@define-color theme_text_color #161821;
+@define-color theme_bg_color #1e202f;
+@define-color theme_fg_color #c6c8d1;
+@define-color theme_base_color #161821;
+@define-color theme_text_color #c6c8d1;
@define-color theme_selected_bg_color #84a0c6;
-@define-color theme_selected_fg_color #d2d4de;
-@define-color theme_tooltip_bg_color #c6c8d1;
-@define-color theme_tooltip_fg_color #161821;
+@define-color theme_selected_fg_color #161821;
+@define-color theme_tooltip_bg_color #1e202f;
+@define-color theme_tooltip_fg_color #c6c8d1;
/* shadow effects */
-@define-color light_shadow #c7c9d2;
-@define-color dark_shadow #040507;
+@define-color light_shadow #1f2130;
+@define-color dark_shadow #24262d;
/* misc colors used by gtk+ */
@define-color info_fg_color #161821;
@define-color info_bg_color #91acd1;
@@ -42,7 +42,7 @@
@define-color titlebar_bg_focused @dark_bg_color;
@define-color titlebar_bg_unfocused @theme_bg_color;
@define-color titlebar_fg_focused @dark_fg_color;
-@define-color titlebar_fg_unfocused mix(#161821,#c6c8d1,0.4);
+@define-color titlebar_fg_unfocused mix(#c6c8d1,#1e202f,0.4);
@define-color menubar_bg_color @dark_bg_color;
@define-color menubar_fg_color @dark_fg_color;
@define-color toolbar_bg_color @theme_bg_color;
@@ -51,14 +51,14 @@
@define-color menu_fg_color @dark_fg_color;
@define-color panel_bg_color @dark_bg_color;
@define-color panel_fg_color @dark_fg_color;
-@define-color borders mix(#c6c8d1,#161821,0.1);
-@define-color unfocused_borders mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9);
-@define-color button_bg_color #6b7089;
+@define-color borders mix(#1e202f,#c6c8d1,0.18);
+@define-color unfocused_borders mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9);
+@define-color button_bg_color #161821;
@define-color button_fg_color #c6c8d1;
@define-color header_button_bg_color #161821;
@define-color header_button_fg_color #c6c8d1;
-@define-color insensitive_bg_color mix(#c6c8d1,#c6c8d1,0.6);
-@define-color insensitive_fg_color mix(#161821,#c6c8d1,0.5);
+@define-color insensitive_bg_color mix(#1e202f,#161821,0.6);
+@define-color insensitive_fg_color mix(#c6c8d1,#1e202f,0.5);
/* osd */
@define-color osd_base #161821;
@define-color osd_bg rgba(22, 24, 33, 0.8);
@@ -70,30 +70,30 @@
@define-color lightdm_bg_color #161821;
@define-color lightdm_fg_color #c6c8d1;
/* widget text/foreground color on backdrop windows */
-@define-color theme_unfocused_fg_color mix(#161821,#c6c8d1,0.5);
+@define-color theme_unfocused_fg_color mix(#c6c8d1,#1e202f,0.5);
/* text color for entries, views and content in general on backdrop windows */
-@define-color theme_unfocused_text_color #161821;
+@define-color theme_unfocused_text_color #c6c8d1;
/* widget base background color on backdrop windows */
-@define-color theme_unfocused_bg_color #c6c8d1;
+@define-color theme_unfocused_bg_color #1e202f;
/* text widgets and the like base background color on backdrop windows */
-@define-color theme_unfocused_base_color #c6c8d1;
+@define-color theme_unfocused_base_color #161821;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #84a0c6;
/* text/foreground color of selections on backdrop windows */
-@define-color theme_unfocused_selected_fg_color #d2d4de;
+@define-color theme_unfocused_selected_fg_color #161821;
/* insensitive color on backdrop windows*/
-@define-color unfocused_insensitive_color #9c9faf;
+@define-color unfocused_insensitive_color black;
/* window manager colors */
@define-color wm_bg_focused #161821;
-@define-color wm_bg_unfocused #c6c8d1;
+@define-color wm_bg_unfocused #1e202f;
@define-color wm_border_focused #84a0c6;
-@define-color wm_border_unfocused #161821;
+@define-color wm_border_unfocused #ada0d3;
@define-color wm_title_focused #c6c8d1;
-@define-color wm_title_unfocused mix(#161821,#c6c8d1,0.4);
+@define-color wm_title_unfocused mix(#c6c8d1,#1e202f,0.4);
@define-color wm_icons_focused #c6c8d1;
@define-color wm_icons_focused_prelight #84a0c6;
@define-color wm_icons_focused_pressed #577db1;
-@define-color wm_icons_unfocused mix(#161821,#c6c8d1,0.4);
+@define-color wm_icons_unfocused mix(#c6c8d1,#1e202f,0.4);
@define-color wm_icons_unfocused_prelight #84a0c6;
@define-color wm_icons_unfocused_pressed #577db1;
/**************
@@ -115,13 +115,13 @@
*************/
GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gtkstyle-fallback:selected, *:selected, :focus:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
* {
/* hyperlinks */
-GtkIMHtml-hyperlink-color: #84a0c6; }
*:disabled, *:disabled:disabled {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
*:disabled, *:disabled {
-gtk-icon-effect: dim; }
*:hover {
@@ -130,62 +130,62 @@ GeditViewFrame .gedit-search-slider .not-found:selected, .gedit-document-panel-d
color: #84a0c6; }
.background {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #1e202f;
+ color: #c6c8d1; }
.background:backdrop {
text-shadow: none;
-gtk-icon-shadow: none; }
.background.csd {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
.gtkstyle-fallback {
- background-color: rgba(198, 200, 209, 0.5);
- color: #161821; }
+ background-color: rgba(30, 32, 47, 0.5);
+ color: #c6c8d1; }
.gtkstyle-fallback:hover {
- background-color: #dddee3;
- color: #161821; }
+ background-color: #212334;
+ color: #c6c8d1; }
.gtkstyle-fallback:active {
- background-color: #afb2bf;
- color: #161821; }
+ background-color: #1b1d2a;
+ color: #c6c8d1; }
.gtkstyle-fallback:disabled {
- background-color: #c5c7d1;
- color: mix(#161821,#c6c8d1,0.5); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.5); }
image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled {
background-color: transparent; }
label.separator {
- color: #161821; }
+ color: #c6c8d1; }
label.separator:backdrop {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
label selection {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
label:disabled {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
label:disabled:backdrop {
- color: #9c9faf; }
+ color: black; }
label:backdrop {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
assistant .sidebar {
- background-color: #c6c8d1;
- border-top: 1px solid mix(#c6c8d1,#161821,0.1); }
+ background-color: #161821;
+ border-top: 1px solid mix(#1e202f,#c6c8d1,0.18); }
assistant .sidebar:backdrop {
- background-color: #c6c8d1;
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9); }
+ background-color: #161821;
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9); }
assistant.csd .sidebar {
border-top-style: none; }
assistant .sidebar label {
- padding: 3px 6px; }
+ padding: 0px 0px; }
assistant .sidebar label.highlight {
- background-color: mix(#161821,#c6c8d1,0.8); }
+ background-color: mix(#c6c8d1,#1e202f,0.8); }
/*********
! Buttons
@@ -198,7 +198,7 @@ assistant .sidebar label.highlight {
stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
- background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#84a0c6), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(200, 201, 210, 0.769231)), to(transparent));
+ background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#84a0c6), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(73, 76, 90, 0.879216)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@@ -210,9 +210,9 @@ stacksidebar row.needs-attention > label {
#restart_button button, #shutdown_button button, #login_window button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button, treeview.view header button:active, treeview.view header button:hover, treeview.view header button, .osd spinbutton.vertical button:first-child, .osd spinbutton:not(.vertical) button, .osd button, button.osd,
#XfceNotifyWindow button, frame.app-notification button, popover.background button, infobar.error button, infobar.question button, infobar.warning button, infobar.info button, headerbar.selection-mode button,
.titlebar.selection-mode:not(headerbar) button, .destructive-action, .suggested-action, headerbar.selection-mode button.suggested-action, toolbar.inline-toolbar button, toolbar button, .titlebar:not(headerbar) button, headerbar button, button, button.nautilus-circular-button.image-button {
- min-height: 20px;
- min-width: 20px;
- padding: 3px;
+ min-height: 14px;
+ min-width: 14px;
+ padding: 0px;
border-width: 1px;
border-style: solid;
border-radius: 4px;
@@ -222,7 +222,7 @@ stacksidebar row.needs-attention > label {
#restart_button button.text-button, #shutdown_button button.text-button, #login_window button.text-button, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.text-button.flat.nautilus-circular-button.image-button, treeview.view header button.text-button, .osd spinbutton.vertical button.text-button:first-child, .osd spinbutton:not(.vertical) button.text-button,
#XfceNotifyWindow button.text-button, frame.app-notification button.text-button, popover.background button.text-button, infobar.error button.text-button, infobar.question button.text-button, infobar.warning button.text-button, infobar.info button.text-button, headerbar.selection-mode button.text-button,
.titlebar.selection-mode:not(headerbar) button.text-button, .text-button.destructive-action, .text-button.suggested-action, toolbar.inline-toolbar button.text-button, button.text-button, button.text-button.nautilus-circular-button.image-button {
- padding: 3px 3.8571428571px; }
+ padding: 0px 0.2857142857px; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, modelbutton.flat,
menuitem.button.flat, menu menuitem calendar.button:hover,
@@ -299,22 +299,22 @@ notebook > header > tabs > arrow, infobar.error button.close, infobar.question b
background-image: none;
box-shadow: none; }
notebook > header > tabs > arrow:focus, infobar.error button.close:focus, infobar.question button.close:focus, infobar.warning button.close:focus, infobar.info button.close:focus, notebook > header > tabs > arrow:hover, infobar.error button.close:hover, infobar.question button.close:hover, infobar.warning button.close:hover, infobar.info button.close:hover {
- border: 1px solid rgba(198, 200, 209, 0.3);
- background-color: rgba(22, 24, 33, 0.2);
+ border: 1px solid rgba(30, 32, 47, 0.3);
+ background-color: rgba(198, 200, 209, 0.2);
background-image: none;
box-shadow: none; }
notebook > header > tabs > arrow:active, infobar.error button.close:active, infobar.question button.close:active, infobar.warning button.close:active, infobar.info button.close:active, notebook > header > tabs > arrow:checked, infobar.error button.close:checked, infobar.question button.close:checked, infobar.warning button.close:checked, infobar.info button.close:checked {
border: 1px solid rgba(132, 160, 198, 0.3);
- background-color: rgba(210, 212, 222, 0.1);
+ background-color: rgba(22, 24, 33, 0.1);
background-image: none;
box-shadow: none; }
button, button.nautilus-circular-button.image-button {
- background-color: #6b7089;
+ background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
button:active, button.nautilus-circular-button.image-button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button.nautilus-circular-button.image-button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus {
@@ -349,16 +349,16 @@ button, button.nautilus-circular-button.image-button {
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
button.flat, button.flat.nautilus-circular-button.image-button {
color: #c6c8d1;
- border-color: rgba(107, 112, 137, 0);
- background-color: rgba(107, 112, 137, 0);
+ border-color: rgba(22, 24, 33, 0);
+ background-color: rgba(22, 24, 33, 0);
background-image: none;
box-shadow: none; }
button:hover, button.nautilus-circular-button.image-button:hover, button.flat:hover {
- background-color: #707690;
+ background-color: #171923;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
button:hover:active, button:hover:active:focus, button.flat:hover:active:focus, button:hover:checked, button:hover:checked:focus, button.flat:hover:checked:focus, button.flat:hover:active, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover:focus {
@@ -368,7 +368,7 @@ button, button.nautilus-circular-button.image-button {
button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled {
border-color: rgba(153, 157, 173, 0.3); }
button:focus, button.nautilus-circular-button.image-button:focus, button.flat:focus {
- background-color: #707690;
+ background-color: #171923;
background-image: none;
border-color: rgba(198, 200, 209, 0.22);
outline-color: rgba(132, 160, 198, 0.5);
@@ -376,12 +376,12 @@ button, button.nautilus-circular-button.image-button {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
button:focus:hover, button.flat:focus:hover {
- background-color: #777c95;
+ background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
button:focus:hover:hover, button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
button:focus:hover:active, button.flat:focus:hover:active, button.flat:focus:hover:active:focus, button:focus:hover:checked, button.flat:focus:hover:checked, button.flat:focus:hover:checked:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked:hover:focus {
@@ -395,7 +395,7 @@ button, button.nautilus-circular-button.image-button {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
@@ -409,72 +409,72 @@ button, button.nautilus-circular-button.image-button {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
button:focus, button.nautilus-circular-button.image-button:focus, button:hover, button.nautilus-circular-button.image-button:hover, button.flat:focus, button.flat:hover {
color: #c6c8d1; }
button:disabled:disabled, button.flat:disabled:disabled {
- background-color: alpha(mix(#6b7089,#c6c8d1,0.2),0.4);
+ background-color: alpha(mix(#161821,#c6c8d1,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#6b7089,#c6c8d1,0.6);
+ color: mix(#161821,#c6c8d1,0.6);
box-shadow: none; }
button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled {
- color: mix(#6b7089,#c6c8d1,0.6); }
+ color: mix(#161821,#c6c8d1,0.6); }
button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
button.separator, button.separator.nautilus-circular-button.image-button, button .separator, button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
- color: rgba(107, 112, 137, 0.9); }
+ color: rgba(22, 24, 33, 0.9); }
button.separator:disabled, button .separator:disabled {
- color: rgba(107, 112, 137, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
button separator, button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#c6c8d1,#6b7089,0.9)); }
+ background-image: image(mix(#c6c8d1,#161821,0.9)); }
.inline-toolbar button, .inline-toolbar button.nautilus-circular-button.image-button, .linked > button, .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.inline-toolbar button:focus, .inline-toolbar button:hover, .linked > button:focus, .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, .linked > button:active, .linked > button:active:hover, .linked > button:active:focus, .linked > button:active:hover:focus, .linked > button:checked, .linked > button:checked:hover, .linked > button:checked:focus, .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
.inline-toolbar button:disabled, .linked > button:disabled {
- box-shadow: inset -1px 0 #565a6e; }
+ box-shadow: inset -1px 0 #12131a; }
.inline-toolbar button:last-child, .inline-toolbar button:only-child, .linked > button:last-child, .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, .linked > button:last-child:hover, .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, .linked > button:disabled:last-child, .linked > button:disabled:only-child, .linked > button:active:disabled:last-child, .linked > button:active:disabled:only-child, .linked > button:checked:disabled:last-child, .linked > button:checked:disabled:only-child {
box-shadow: none; }
.inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, .linked > button:active:last-child, .linked > button:active:last-child:focus, .linked > button:active:last-child:hover, .linked > button:active:last-child:hover:focus, .linked > button:checked:last-child, .linked > button:checked:last-child:focus, .linked > button:checked:last-child:hover, .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, .linked > button:active:only-child, .linked > button:active:only-child:focus, .linked > button:active:only-child:hover, .linked > button:active:only-child:hover:focus, .linked > button:checked:only-child, .linked > button:checked:only-child:focus, .linked > button:checked:only-child:hover, .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.linked.vertical > button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.linked.vertical > button:focus, .linked.vertical > button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.05); }
.linked.vertical > button:disabled {
- box-shadow: inset 0 -1px #565a6e; }
+ box-shadow: inset 0 -1px #12131a; }
.linked.vertical > button:last-child, .linked.vertical > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child {
box-shadow: none; }
.linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
button.circular, button.nautilus-circular-button.image-button, button.circular-button {
padding: 0;
- min-width: 28px;
- min-height: 28px;
+ min-width: 22px;
+ min-height: 22px;
border-radius: 9999px;
-gtk-outline-radius: 9999px; }
button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label {
@@ -485,9 +485,9 @@ spinbutton:disabled {
spinbutton button, spinbutton button.nautilus-circular-button.image-button {
color: #c6c8d1;
- padding: 3px 5px; }
+ padding: 0px 1px; }
spinbutton button:active, spinbutton button.nautilus-circular-button.image-button:active, spinbutton button:checked, spinbutton button.nautilus-circular-button.image-button:checked, spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover {
- background-color: #8589a0;
+ background-color: #1a1d28;
background-image: none; }
spinbutton button:hover, spinbutton button.nautilus-circular-button.image-button:hover, spinbutton button:focus:hover {
border-color: rgba(153, 157, 173, 0.3); }
@@ -500,29 +500,29 @@ spinbutton button, spinbutton button.nautilus-circular-button.image-button {
spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled {
border-color: rgba(153, 157, 173, 0.3); }
spinbutton button:focus:hover {
- color: mix(#161821,mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3),0.3); }
+ color: mix(#c6c8d1,mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3),0.3); }
spinbutton button:disabled, spinbutton button.nautilus-circular-button.image-button:disabled {
- color: mix(#c6c8d1,#c6c8d1,0.7); }
+ color: mix(#c6c8d1,#1e202f,0.7); }
spinbutton button:backdrop, spinbutton button.nautilus-circular-button.image-button:backdrop {
- color: mix(#c6c8d1,mix(#161821,#c6c8d1,0.5),0.9); }
+ color: mix(#161821,mix(#c6c8d1,#1e202f,0.5),0.9); }
spinbutton button:backdrop:disabled {
- color: rgba(156, 159, 175, 0.8); }
+ color: rgba(0, 0, 0, 0.8); }
spinbutton:not(.vertical) {
/*@extend %entry;*/
- background-color: #c6c8d1;
+ background-color: #161821;
background-image: none;
/*@include border($base_color);*/
padding: 0;
border-radius: 4px;
-gtk-outline-radius: 3.6px;
- color: #161821;
- caret-color: #161821;
+ color: #c6c8d1;
+ caret-color: #c6c8d1;
/*&:focus, &:active { border-color: border_focus($borders_color); }*/ }
spinbutton:not(.vertical):disabled {
- background-color: #afb2bf;
+ background-color: #14161e;
background-image: none;
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#161821,#c6c8d1,0.5); }
spinbutton:not(.vertical) entry {
border-radius: 4px 0 0 4px;
-gtk-outline-radius: 3.6px 0 0 3.6px;
@@ -535,12 +535,12 @@ spinbutton:not(.vertical) {
background-image: none;
box-shadow: none; }
spinbutton:not(.vertical) button:focus {
- border-top-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-bottom-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-top-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-bottom-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
spinbutton:not(.vertical) button:active {
- box-shadow: inset 0 2px 3px -1px rgba(9, 10, 13, 0.2); }
+ box-shadow: inset 0 2px 3px -1px rgba(73, 76, 90, 0.2); }
spinbutton:not(.vertical) button:backdrop {
- border-color: alpha(mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9),0.8); }
+ border-color: alpha(mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9),0.8); }
spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) {
border-style: solid; }
spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
@@ -550,9 +550,9 @@ spinbutton:not(.vertical) {
border-radius: 4px 0 0 4px;
-gtk-outline-radius: 3.6px 0 0 3.6px; }
spinbutton:not(.vertical) button.down:dir(rtl):focus {
- border-top-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-bottom-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-left-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-top-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-bottom-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-left-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3);
box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
@@ -561,17 +561,17 @@ spinbutton:not(.vertical) {
border-radius: 0 4px 4px 0;
-gtk-outline-radius: 0 3.6px 3.6px 0; }
spinbutton:not(.vertical) button.up:dir(ltr):focus {
- border-top-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-bottom-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-right-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-top-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-bottom-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-right-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3);
box-shadow: inset 1px 0 mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
spinbutton.vertical button, spinbutton.vertical button.nautilus-circular-button.image-button, spinbutton.vertical entry {
min-width: 0;
- padding-left: 1px;
- padding-right: 1px; }
+ padding-left: 0px;
+ padding-right: 0px; }
spinbutton.vertical entry {
border-radius: 0;
@@ -586,42 +586,42 @@ spinbutton.vertical button.up {
border-radius: 4px 4px 0 0;
-gtk-outline-radius: 3.6px 3.6px 0 0; }
spinbutton.vertical button.up:focus {
- border-top-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-left-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-right-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-top-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-left-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-right-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
spinbutton.vertical button.down {
border-radius: 0 0 4px 4px;
-gtk-outline-radius: 0 0 3.6px 3.6px; }
spinbutton.vertical button.down:focus {
- border-bottom-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-left-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3);
- border-right-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-bottom-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-left-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3);
+ border-right-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
/******************
! ComboBoxes *
*******************/
combobox button.combo, combobox button.combo.nautilus-circular-button.image-button {
min-width: 0;
- padding-left: 3.8571428571px;
- padding-right: 3.8571428571px; }
+ padding-left: 0.2857142857px;
+ padding-right: 0.2857142857px; }
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- min-height: 16px;
- min-width: 16px;
- padding: 1.5px; }
+ min-height: 10px;
+ min-width: 10px;
+ padding: 0px; }
combobox box button, combobox box button.nautilus-circular-button.image-button, combobox box entry {
- padding: 3px 3.8571428571px; }
+ padding: 0px 0.2857142857px; }
combobox box > entry + button.combo, combobox box > entry + button.combo.nautilus-circular-button.image-button {
- padding: 3px; }
+ padding: 0px; }
combobox menu menuitem {
- padding: 3px 5px; }
+ padding: 0px 1px; }
combobox menu menuitem cellview {
- min-height: 20px; }
+ min-height: 14px; }
/*********
! Entry *
@@ -690,7 +690,7 @@ combobox menu menuitem {
border-style: solid;
border-radius: 4px;
transition: border 100ms ease-out;
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.1), inset 0 1px rgba(4, 5, 7, 0.12), inset -1px 0 rgba(4, 5, 7, 0.1), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.1), inset 0 1px rgba(36, 38, 45, 0.12), inset -1px 0 rgba(36, 38, 45, 0.1), inset 0 -1px rgba(36, 38, 45, 0.05); }
#login_window entry:focus,
#XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
#XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
@@ -699,7 +699,7 @@ combobox menu menuitem {
#login_window entry:selected,
#XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry:disabled,
#XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
box-shadow: none; }
@@ -709,18 +709,18 @@ combobox menu menuitem {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry image.left,
#XfceNotifyWindow entry image.left, entry image.left {
- padding-right: 3px; }
+ padding-right: 0px; }
#login_window entry image.right,
#XfceNotifyWindow entry image.right, entry image.right {
- padding-left: 3px; }
+ padding-left: 0px; }
#login_window entry.warning,
#XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
color: #161821;
border-color: #dd884b;
- background-color: mix(#c6c8d1,#e9b189,0.6); }
+ background-color: mix(#161821,#e9b189,0.6); }
#login_window entry.warning image,
#XfceNotifyWindow entry.warning image, entry.warning image {
color: #161821; }
@@ -738,7 +738,7 @@ combobox menu menuitem {
#XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#c6c8d1,#e98989,0.6); }
+ background-color: mix(#161821,#e98989,0.6); }
#login_window entry.error image,
#XfceNotifyWindow entry.error image, entry.error image {
color: #161821; }
@@ -756,7 +756,7 @@ combobox menu menuitem {
#XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#c6c8d1,#e98989,0.6); }
+ background-color: mix(#161821,#e98989,0.6); }
#login_window entry.search-missing image,
#XfceNotifyWindow entry.search-missing image, entry.search-missing image {
color: #161821; }
@@ -772,28 +772,28 @@ combobox menu menuitem {
color: #e98989; }
entry {
- background-color: #c6c8d1;
+ background-color: #161821;
background-image: none;
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.8);
- padding: 5px 3.8571428571px;
- color: #161821;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
+ padding: 2px 0.2857142857px;
+ color: #c6c8d1;
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
entry:focus, entry:hover {
- border-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.2),0.3); }
+ border-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.3); }
entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus {
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.7); }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.7); }
entry:disabled {
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.85); }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.85); }
entry:active:disabled, entry:checked:disabled {
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.8); }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.8); }
entry:focus, entry:active {
- border-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
entry:disabled {
- background-color: mix(#c6c8d1,#161821,0.07);
+ background-color: mix(#161821,#c6c8d1,0.07);
background-image: none;
opacity: .9;
- color: mix(#c6c8d1,#161821,0.9); }
+ color: mix(#161821,#c6c8d1,0.9); }
/*********
! Buttons
@@ -811,12 +811,12 @@ entry {
! Toolbar
**********/
toolbar {
- padding: 2px;
+ padding: 0px;
border-style: none; }
toolbar.horizontal separator {
- margin: 0 5px 1px; }
+ margin: 0 2px 1px; }
toolbar.vertical separator {
- margin: 5px 1px 5px 0; }
+ margin: 2px 1px 2px 0; }
headerbar {
border-width: 0 0 1px;
@@ -826,11 +826,11 @@ headerbar {
headerbar separator,
headerbar button,
headerbar button.nautilus-circular-button.image-button {
- margin-top: 6px;
- margin-bottom: 6px; }
+ margin-top: 3px;
+ margin-bottom: 3px; }
headerbar switch {
- margin-top: 4px;
- margin-bottom: 4px; }
+ margin-top: 1px;
+ margin-bottom: 1px; }
window:not(.tiled):not(.maximized) separator:first-child + headerbar, window:not(.tiled):not(.maximized) headerbar:first-child {
border-top-left-radius: 4px; }
window:not(.tiled):not(.maximized) headerbar:last-child {
@@ -864,16 +864,16 @@ headerbar {
border-color: mix(#161821,#c6c8d1,0.3); }
.titlebar:not(headerbar) .title, headerbar .title {
font-weight: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
.titlebar:not(headerbar) .subtitle, headerbar .subtitle {
font-size: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
.titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
.titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
@@ -917,7 +917,7 @@ headerbar {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
.titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
@@ -935,12 +935,12 @@ headerbar {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
.titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
@@ -954,7 +954,7 @@ headerbar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
@@ -968,7 +968,7 @@ headerbar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
color: #c6c8d1; }
.titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
@@ -983,10 +983,10 @@ headerbar {
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -995,27 +995,27 @@ headerbar {
.titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
.titlebar:not(headerbar) button.image-button, headerbar button.image-button, headerbar button.image-button.nautilus-circular-button {
- padding: 3px; }
+ padding: 0px; }
.titlebar:not(headerbar) .linked > button, headerbar .linked > button, headerbar .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:hover, headerbar .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
.titlebar:not(headerbar) .linked > button:disabled, headerbar .linked > button:disabled {
box-shadow: inset -1px 0 #12131a; }
.titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:only-child, headerbar .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover, headerbar .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:disabled:only-child {
box-shadow: none; }
.titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.titlebar:not(headerbar) box button.image-button, headerbar box button.image-button, headerbar box button.image-button.nautilus-circular-button {
- padding: 3px 7px; }
+ padding: 0px 4px; }
.titlebar:not(headerbar) separator, headerbar separator {
color: #0d0e14;
border-color: currentColor;
@@ -1023,9 +1023,9 @@ headerbar {
.titlebar:not(headerbar) separator, headerbar separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
.titlebar:backdrop:not(headerbar), headerbar:backdrop {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- color: mix(#161821,#c6c8d1,0.4);
+ color: mix(#c6c8d1,#1e202f,0.4);
text-shadow: none; }
.default-decoration.titlebar:not(headerbar), headerbar.default-decoration {
min-height: 24px;
@@ -1044,14 +1044,14 @@ headerbar {
.titlebar:not(headerbar) .title, headerbar .title {
font-weight: bold; }
.titlebar:not(headerbar) separator.titlebutton, headerbar separator.titlebutton {
- margin-left: 3px; }
+ margin-left: 0px; }
.titlebar:not(headerbar) button, headerbar button, headerbar button.nautilus-circular-button.image-button {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22);
- padding: 3px; }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
+ padding: 0px; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
.titlebar:not(headerbar) button:active, headerbar button:active, headerbar button.nautilus-circular-button.image-button:active, .titlebar:not(headerbar) button:checked, headerbar button:checked, headerbar button.nautilus-circular-button.image-button:checked {
@@ -1095,7 +1095,7 @@ headerbar {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.titlebar:not(headerbar) button:hover:hover, headerbar button:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
.titlebar:not(headerbar) button:hover:active, headerbar button:hover:active, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked {
@@ -1113,12 +1113,12 @@ headerbar {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.titlebar:not(headerbar) button:focus:hover, headerbar button:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:focus {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
.titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked {
@@ -1132,7 +1132,7 @@ headerbar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.titlebar:not(headerbar) button:checked:focus, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:hover, .titlebar:not(headerbar) button:active:focus, headerbar button:active:focus, .titlebar:not(headerbar) button:active:hover, headerbar button:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
@@ -1146,7 +1146,7 @@ headerbar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.titlebar:not(headerbar) button:focus, headerbar button:focus, headerbar button.nautilus-circular-button.image-button:focus, .titlebar:not(headerbar) button:hover, headerbar button:hover, headerbar button.nautilus-circular-button.image-button:hover {
color: #c6c8d1; }
.titlebar:not(headerbar) button:disabled:disabled, headerbar button:disabled:disabled {
@@ -1161,10 +1161,10 @@ headerbar {
.titlebar:not(headerbar) button:active:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.titlebar:not(headerbar) button.separator, headerbar button.separator, headerbar button.separator.nautilus-circular-button.image-button, .titlebar:not(headerbar) button .separator, headerbar button .separator, headerbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -1173,13 +1173,13 @@ headerbar {
.titlebar:not(headerbar) button separator, headerbar button separator, headerbar button.nautilus-circular-button.image-button separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
.titlebar:not(headerbar) button.text-button, headerbar button.text-button, headerbar button.text-button.nautilus-circular-button.image-button {
- padding: 3px 5px; }
+ padding: 0px 5px; }
.titlebar:not(headerbar) button.flat, headerbar button.flat, headerbar button.flat.nautilus-circular-button.image-button {
color: #c6c8d1; }
.titlebar:not(headerbar) button.flat:hover, headerbar button.flat:hover {
color: #c6c8d1; }
.titlebar:not(headerbar) button:backdrop, headerbar button:backdrop, headerbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(#161821,#c6c8d1,0.4); }
+ color: mix(#c6c8d1,#1e202f,0.4); }
.titlebar:not(headerbar) button stack box.narrow, headerbar button stack box.narrow, headerbar button.nautilus-circular-button.image-button stack box.narrow {
/* have no clue why it's ignored by gtk and forced to 5px and 7px */
padding: 0; }
@@ -1187,10 +1187,10 @@ headerbar {
color: #c6c8d1; }
.titlebar:not(headerbar) button.titlebutton + separator.titlebutton, headerbar button.titlebutton + separator.titlebutton {
margin-left: 0;
- margin-right: 3px; }
+ margin-right: 0px; }
.titlebar:not(headerbar) button.titlebutton, headerbar button.titlebutton, headerbar button.titlebutton.nautilus-circular-button.image-button {
border: 0;
- padding: 3px;
+ padding: 0px;
background-image: none;
background-color: transparent;
color: #c6c8d1;
@@ -1207,55 +1207,55 @@ headerbar {
box-shadow: none; }
.titlebar:not(headerbar) button.titlebutton:backdrop, headerbar button.titlebutton:backdrop {
background: none;
- color: mix(#161821,#c6c8d1,0.4);
+ color: mix(#c6c8d1,#1e202f,0.4);
-gtk-icon-shadow: none; }
toolbar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: #999dad;
- color: #161821; }
+ border-color: #181a26;
+ color: #c6c8d1; }
toolbar:focus, toolbar:hover {
- border-color: mix(#84a0c6,#c6c8d1,0.3); }
+ border-color: mix(#84a0c6,#1e202f,0.3); }
toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus {
- border-color: #82879a; }
+ border-color: #151621; }
toolbar:disabled {
- border-color: #a4a7b6; }
+ border-color: #1a1b28; }
toolbar:active:disabled, toolbar:checked:disabled {
- border-color: #999dad; }
+ border-color: #181a26; }
toolbar:disabled {
- background-color: #afb2bf;
+ background-color: #1b1d2a;
background-image: none;
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
toolbar .background {
- background-color: #c6c8d1;
- border-color: mix(#c6c8d1,#161821,0.3); }
+ background-color: #1e202f;
+ border-color: mix(#1e202f,#c6c8d1,0.3); }
toolbar .title {
font-weight: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
toolbar .subtitle {
font-size: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
toolbar button, toolbar button.nautilus-circular-button.image-button {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: rgba(18, 19, 26, 0.32);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(153, 157, 173, 0.22);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.32); }
+ border-color: rgba(130, 135, 154, 0.22); }
toolbar button:disabled, toolbar button.nautilus-circular-button.image-button:disabled {
- border-color: rgba(19, 20, 28, 0.32); }
+ border-color: rgba(164, 167, 182, 0.22); }
toolbar button:active:disabled, toolbar button:checked:disabled {
- border-color: rgba(18, 19, 26, 0.32); }
+ border-color: rgba(153, 157, 173, 0.22); }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3); }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1265,9 +1265,9 @@ toolbar {
.linked.vertical > toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar button, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3); }
.linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1275,150 +1275,150 @@ toolbar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
toolbar button.flat, toolbar button.flat.nautilus-circular-button.image-button {
- color: #161821;
- border-color: rgba(198, 200, 209, 0);
- background-color: rgba(198, 200, 209, 0);
+ color: #c6c8d1;
+ border-color: rgba(30, 32, 47, 0);
+ background-color: rgba(30, 32, 47, 0);
background-image: none;
box-shadow: none; }
toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:hover {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(18, 19, 26, 0.4);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(153, 157, 173, 0.3);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
toolbar button:hover:active, toolbar button:hover:active:focus, toolbar button.flat:hover:active:focus, toolbar button:hover:checked, toolbar button:hover:checked:focus, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.4); }
+ border-color: rgba(130, 135, 154, 0.3); }
toolbar button:hover:disabled, toolbar button.flat:hover:disabled {
- border-color: rgba(19, 20, 28, 0.4); }
+ border-color: rgba(164, 167, 182, 0.3); }
toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled {
- border-color: rgba(18, 19, 26, 0.4); }
+ border-color: rgba(153, 157, 173, 0.3); }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button.flat:focus {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(22, 24, 33, 0.32);
+ border-color: rgba(198, 200, 209, 0.22);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
toolbar button:focus:hover, toolbar button.flat:focus:hover {
- background-color: #dddee3;
+ background-color: #212334;
background-image: none;
- border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(153, 157, 173, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
toolbar button:focus:hover:active, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:focus, toolbar button:focus:hover:checked, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.4); }
+ border-color: rgba(130, 135, 154, 0.3); }
toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled {
- border-color: rgba(19, 20, 28, 0.4); }
+ border-color: rgba(164, 167, 182, 0.3); }
toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled {
- border-color: rgba(18, 19, 26, 0.4); }
+ border-color: rgba(153, 157, 173, 0.3); }
toolbar button:checked, toolbar button.nautilus-circular-button.image-button:checked, toolbar button:active, toolbar button.nautilus-circular-button.image-button:active, toolbar button.flat:checked, toolbar button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
+ border-color: rgba(153, 157, 173, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.32); }
+ border-color: rgba(130, 135, 154, 0.22); }
toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled {
- border-color: rgba(19, 20, 28, 0.32); }
+ border-color: rgba(164, 167, 182, 0.22); }
toolbar button:active:checked:disabled, toolbar button.flat:active:checked:disabled {
- border-color: rgba(18, 19, 26, 0.32); }
+ border-color: rgba(153, 157, 173, 0.22); }
toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
toolbar button:focus, toolbar button.nautilus-circular-button.image-button:focus, toolbar button:hover, toolbar button.nautilus-circular-button.image-button:hover, toolbar button.flat:focus, toolbar button.flat:hover {
- color: #161821; }
+ color: #c6c8d1; }
toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled {
- background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#c6c8d1,#161821,0.6);
+ color: mix(#1e202f,#c6c8d1,0.6);
box-shadow: none; }
toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled {
- color: mix(#c6c8d1,#161821,0.6); }
+ color: mix(#1e202f,#c6c8d1,0.6); }
toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
toolbar button.separator, toolbar button.separator.nautilus-circular-button.image-button, toolbar button .separator, toolbar button.nautilus-circular-button.image-button .separator {
border: 1px solid currentColor;
- color: rgba(198, 200, 209, 0.9); }
+ color: rgba(30, 32, 47, 0.9); }
toolbar button.separator:disabled, toolbar button .separator:disabled {
- color: rgba(198, 200, 209, 0.85); }
+ color: rgba(30, 32, 47, 0.85); }
toolbar button separator, toolbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#161821,#c6c8d1,0.9)); }
+ background-image: image(mix(#c6c8d1,#1e202f,0.9)); }
toolbar button.image-button, toolbar button.image-button.nautilus-circular-button {
- padding: 3px; }
+ padding: 0px; }
toolbar .linked > button, toolbar .linked > button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
toolbar .linked > button:focus, toolbar .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
toolbar .linked > button:active, toolbar .linked > button:active:hover, toolbar .linked > button:active:focus, toolbar .linked > button:active:hover:focus, toolbar .linked > button:checked, toolbar .linked > button:checked:hover, toolbar .linked > button:checked:focus, toolbar .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
toolbar .linked > button:disabled {
- box-shadow: inset -1px 0 #999dad; }
+ box-shadow: inset -1px 0 #181a26; }
toolbar .linked > button:last-child, toolbar .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child {
box-shadow: none; }
toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
toolbar box button.image-button, toolbar box button.image-button.nautilus-circular-button {
- padding: 3px 7px; }
+ padding: 0px 4px; }
toolbar separator, toolbar separator:disabled {
- color: #6d7287;
+ color: #12131c;
border-color: currentColor;
-GtkWidget-window-dragging: true; }
toolbar.inline-toolbar {
padding: 1px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: mix(#c6c8d1,#161821,0.1);
- background-color: mix(mix(#c6c8d1,#161821,0.1),#c6c8d1,0.7);
+ border-color: mix(#1e202f,#c6c8d1,0.18);
+ background-color: mix(mix(#1e202f,#c6c8d1,0.18),#1e202f,0.7);
background-image: none; }
toolbar.inline-toolbar:backdrop {
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9);
- background-color: mix(#c6c8d1,mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9),0.35);
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9);
+ background-color: mix(#1e202f,mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9),0.35);
transition: 200ms ease-out; }
toolbar.inline-toolbar button, toolbar.inline-toolbar button.nautilus-circular-button.image-button {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: rgba(18, 19, 26, 0.32);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(153, 157, 173, 0.22);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.32); }
+ border-color: rgba(130, 135, 154, 0.22); }
toolbar.inline-toolbar button:disabled {
- border-color: rgba(19, 20, 28, 0.32); }
+ border-color: rgba(164, 167, 182, 0.22); }
toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled {
- border-color: rgba(18, 19, 26, 0.32); }
+ border-color: rgba(153, 157, 173, 0.22); }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3); }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1428,9 +1428,9 @@ toolbar {
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#84a0c6,rgba(198, 200, 209, 0.36),0.3); }
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover {
@@ -1438,93 +1438,93 @@ toolbar {
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
toolbar.inline-toolbar button.flat {
- color: #161821;
- border-color: rgba(198, 200, 209, 0);
- background-color: rgba(198, 200, 209, 0);
+ color: #c6c8d1;
+ border-color: rgba(30, 32, 47, 0);
+ background-color: rgba(30, 32, 47, 0);
background-image: none;
box-shadow: none; }
toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(18, 19, 26, 0.4);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(153, 157, 173, 0.3);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.4); }
+ border-color: rgba(130, 135, 154, 0.3); }
toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled {
- border-color: rgba(19, 20, 28, 0.4); }
+ border-color: rgba(164, 167, 182, 0.3); }
toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled {
- border-color: rgba(18, 19, 26, 0.4); }
+ border-color: rgba(153, 157, 173, 0.3); }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus {
- background-color: #d1d3da;
+ background-color: #202231;
background-image: none;
- border-color: rgba(22, 24, 33, 0.32);
+ border-color: rgba(198, 200, 209, 0.22);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover {
- background-color: #dddee3;
+ background-color: #212334;
background-image: none;
- border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(153, 157, 173, 0.3);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.4); }
+ border-color: rgba(130, 135, 154, 0.3); }
toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled {
- border-color: rgba(19, 20, 28, 0.4); }
+ border-color: rgba(164, 167, 182, 0.3); }
toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled {
- border-color: rgba(18, 19, 26, 0.4); }
+ border-color: rgba(153, 157, 173, 0.3); }
toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
+ border-color: rgba(153, 157, 173, 0.22);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
+ border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus {
- border-color: rgba(15, 17, 23, 0.32); }
+ border-color: rgba(130, 135, 154, 0.22); }
toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled {
- border-color: rgba(19, 20, 28, 0.32); }
+ border-color: rgba(164, 167, 182, 0.22); }
toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled {
- border-color: rgba(18, 19, 26, 0.32); }
+ border-color: rgba(153, 157, 173, 0.22); }
toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover {
- color: #161821; }
+ color: #c6c8d1; }
toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled {
- background-color: alpha(mix(#c6c8d1,#161821,0.2),0.4);
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#c6c8d1,#161821,0.6);
+ color: mix(#1e202f,#c6c8d1,0.6);
box-shadow: none; }
toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled {
- color: mix(#c6c8d1,#161821,0.6); }
+ color: mix(#1e202f,#c6c8d1,0.6); }
toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator {
border: 1px solid currentColor;
- color: rgba(198, 200, 209, 0.9); }
+ color: rgba(30, 32, 47, 0.9); }
toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled {
- color: rgba(198, 200, 209, 0.85); }
+ color: rgba(30, 32, 47, 0.85); }
toolbar.inline-toolbar button separator, toolbar.inline-toolbar button.nautilus-circular-button.image-button separator {
- background-image: image(mix(#161821,#c6c8d1,0.9)); }
+ background-image: image(mix(#c6c8d1,#1e202f,0.9)); }
window.csd > .titlebar:not(headerbar) {
padding: 0;
@@ -1565,22 +1565,22 @@ window.csd > .titlebar:not(headerbar) {
! Action-bar *
***************/
actionbar > revealer > box {
- padding: 3px;
- border-top: 1px solid mix(#c6c8d1,#161821,0.1); }
+ padding: 0px;
+ border-top: 1px solid mix(#1e202f,#c6c8d1,0.18); }
actionbar > revealer > box:backdrop {
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9); }
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9); }
/****************************
! Search and Location bars *
*****************************/
searchbar,
.location-bar {
- background-color: #c1c4cd;
+ background-color: #1d1f2e;
background-image: none;
border-width: 0 0 1px;
border-style: solid;
- border-color: #999dad;
- color: #161821; }
+ border-color: #181a26;
+ color: #c6c8d1; }
/******************
! Action buttons *
@@ -1589,24 +1589,24 @@ searchbar,
.titlebar.selection-mode:not(headerbar) button.suggested-action {
background-color: #c0ca8e;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
.suggested-action:active, headerbar.selection-mode button.suggested-action:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active, .suggested-action:active:hover, .suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked, .suggested-action:checked:hover, .suggested-action:checked:focus, .suggested-action:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child),
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) {
@@ -1614,9 +1614,9 @@ searchbar,
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked {
@@ -1634,9 +1634,9 @@ searchbar,
.linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover,
.titlebar.selection-mode:not(headerbar) stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked,
.titlebar.selection-mode:not(headerbar) stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked {
@@ -1649,7 +1649,7 @@ searchbar,
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
.suggested-action.flat, headerbar.selection-mode button.flat.suggested-action,
.titlebar.selection-mode:not(headerbar) button.flat.suggested-action {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(192, 202, 142, 0);
background-color: rgba(192, 202, 142, 0);
background-image: none;
@@ -1658,71 +1658,71 @@ searchbar,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover, .suggested-action.flat:hover {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.suggested-action:hover:focus, .suggested-action:hover:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
.suggested-action:hover:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:active, .suggested-action:hover:active:focus, .suggested-action.flat:hover:active:focus, .suggested-action:hover:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:checked, .suggested-action:hover:checked:focus, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.suggested-action:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action.flat:focus {
background-color: #c7cf9a;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.suggested-action:focus:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus:hover, .suggested-action.flat:focus:hover {
background-color: #cdd5a5;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
.suggested-action:focus:hover:active, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:focus, .suggested-action:focus:hover:checked, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.suggested-action:checked, headerbar.selection-mode button.suggested-action:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active, .suggested-action.flat:checked, .suggested-action.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.suggested-action:checked:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:focus, .suggested-action:checked:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:hover, .suggested-action:active:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:focus, .suggested-action:active:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:checked,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:active, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled, .suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.suggested-action:active:checked:disabled, .suggested-action.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.suggested-action:checked:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:focus, .suggested-action:checked:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:hover, .suggested-action:active:focus,
@@ -1731,30 +1731,30 @@ searchbar,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.suggested-action:focus, headerbar.selection-mode button.suggested-action:focus,
.titlebar.selection-mode:not(headerbar) button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover,
.titlebar.selection-mode:not(headerbar) button.suggested-action:hover, .suggested-action.flat:focus, .suggested-action.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.suggested-action:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled {
- background-color: alpha(mix(#c0ca8e,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#c0ca8e,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#c0ca8e,#d2d4de,0.6);
+ color: mix(#c0ca8e,#161821,0.6);
box-shadow: none; }
.suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled {
- color: mix(#c0ca8e,#d2d4de,0.6); }
+ color: mix(#c0ca8e,#161821,0.6); }
.suggested-action:active:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:active:disabled, .suggested-action:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.suggested-action.separator, headerbar.selection-mode button.separator.suggested-action,
.titlebar.selection-mode:not(headerbar) button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator,
.titlebar.selection-mode:not(headerbar) button.suggested-action .separator {
@@ -1766,28 +1766,28 @@ searchbar,
color: rgba(192, 202, 142, 0.85); }
.suggested-action separator, headerbar.selection-mode button.suggested-action separator,
.titlebar.selection-mode:not(headerbar) button.suggested-action separator {
- background-image: image(mix(#d2d4de,#c0ca8e,0.9)); }
+ background-image: image(mix(#161821,#c0ca8e,0.9)); }
.destructive-action {
background-color: #e98989;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
.destructive-action:focus, .destructive-action:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
.destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.destructive-action:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.destructive-action:active:disabled, .destructive-action:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover {
@@ -1797,9 +1797,9 @@ searchbar,
.linked.vertical > .destructive-action:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover {
@@ -1807,7 +1807,7 @@ searchbar,
border-bottom-style: none;
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
.destructive-action.flat {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(233, 137, 137, 0);
background-color: rgba(233, 137, 137, 0);
background-image: none;
@@ -1815,85 +1815,85 @@ searchbar,
.destructive-action:hover, .destructive-action.flat:hover {
background-color: #ec9999;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
.destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.destructive-action:hover:disabled, .destructive-action.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.destructive-action:focus, .destructive-action.flat:focus {
background-color: #ec9999;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.destructive-action:focus:hover, .destructive-action.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
.destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
.destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
.destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
.destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
.destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active {
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
.destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
.destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
.destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
.destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
.destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled {
- background-color: alpha(mix(#e98989,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#e98989,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#e98989,#d2d4de,0.6);
+ color: mix(#e98989,#161821,0.6);
box-shadow: none; }
.destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled {
- color: mix(#e98989,#d2d4de,0.6); }
+ color: mix(#e98989,#161821,0.6); }
.destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.destructive-action.separator, .destructive-action .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
.destructive-action.separator:disabled, .destructive-action .separator:disabled {
color: rgba(233, 137, 137, 0.85); }
.destructive-action separator {
- background-image: image(mix(#d2d4de,#e98989,0.9)); }
+ background-image: image(mix(#161821,#e98989,0.9)); }
/******************
! Selection mode *
@@ -1903,7 +1903,7 @@ headerbar.selection-mode,
background-color: #84a0c6;
background-image: none;
border-color: #577db1;
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode:focus, headerbar.selection-mode:hover,
.titlebar.selection-mode:not(headerbar):focus,
.titlebar.selection-mode:not(headerbar):hover {
@@ -1929,30 +1929,30 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar):disabled {
background-color: #6d8fbc;
background-image: none;
- color: mix(#d2d4de,#84a0c6,0.5); }
+ color: mix(#161821,#84a0c6,0.5); }
headerbar.selection-mode .background,
.titlebar.selection-mode:not(headerbar) .background {
background-color: #84a0c6;
- border-color: mix(#84a0c6,#d2d4de,0.3); }
+ border-color: mix(#84a0c6,#161821,0.3); }
headerbar.selection-mode .title,
.titlebar.selection-mode:not(headerbar) .title {
font-weight: bold;
- padding: 0 6px; }
+ padding: 0 0px; }
headerbar.selection-mode .subtitle,
.titlebar.selection-mode:not(headerbar) .subtitle {
font-size: smaller;
- padding: 0 6px; }
+ padding: 0 0px; }
headerbar.selection-mode button, headerbar.selection-mode button.nautilus-circular-button.image-button,
.titlebar.selection-mode:not(headerbar) button {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:active,
.titlebar.selection-mode:not(headerbar) button:active:hover,
@@ -1962,20 +1962,20 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -1985,9 +1985,9 @@ headerbar.selection-mode,
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -1996,7 +1996,7 @@ headerbar.selection-mode,
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
headerbar.selection-mode button.flat,
.titlebar.selection-mode:not(headerbar) button.flat {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(132, 160, 198, 0);
background-color: rgba(132, 160, 198, 0);
background-image: none;
@@ -2006,15 +2006,15 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
.titlebar.selection-mode:not(headerbar) button:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:active,
.titlebar.selection-mode:not(headerbar) button:hover:active:focus,
@@ -2026,40 +2026,40 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active,
@@ -2069,17 +2069,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
.titlebar.selection-mode:not(headerbar) button:checked,
.titlebar.selection-mode:not(headerbar) button:active,
@@ -2088,9 +2088,9 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2100,7 +2100,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:hover,
.titlebar.selection-mode:not(headerbar) button.flat:active:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:checked:active,
.titlebar.selection-mode:not(headerbar) button.nautilus-circular-button.image-button:checked:active,
@@ -2166,17 +2166,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2189,26 +2189,26 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled :disabled {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
@@ -2216,14 +2216,14 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
.titlebar.selection-mode:not(headerbar) button.separator,
.titlebar.selection-mode:not(headerbar) button .separator {
@@ -2235,17 +2235,17 @@ headerbar.selection-mode,
color: rgba(132, 160, 198, 0.85); }
headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
.titlebar.selection-mode:not(headerbar) button separator {
- background-image: image(mix(#d2d4de,#84a0c6,0.9)); }
+ background-image: image(mix(#161821,#84a0c6,0.9)); }
headerbar.selection-mode button.image-button,
.titlebar.selection-mode:not(headerbar) button.image-button {
- padding: 3px; }
+ padding: 0px; }
headerbar.selection-mode .linked > button,
.titlebar.selection-mode:not(headerbar) .linked > button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
headerbar.selection-mode .linked > button:active, headerbar.selection-mode .linked > button:active:hover, headerbar.selection-mode .linked > button:active:focus, headerbar.selection-mode .linked > button:active:hover:focus, headerbar.selection-mode .linked > button:checked, headerbar.selection-mode .linked > button:checked:hover, headerbar.selection-mode .linked > button:checked:focus, headerbar.selection-mode .linked > button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:active,
.titlebar.selection-mode:not(headerbar) .linked > button:active:hover,
@@ -2255,18 +2255,18 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
headerbar.selection-mode .linked > button:disabled,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled {
box-shadow: inset -1px 0 #577db1; }
headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:last-child,
.titlebar.selection-mode:not(headerbar) .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:last-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled:last-child,
.titlebar.selection-mode:not(headerbar) .linked > button:disabled:only-child,
@@ -2284,7 +2284,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:active:only-child,
.titlebar.selection-mode:not(headerbar) .linked > button:active:only-child:focus,
@@ -2294,10 +2294,10 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:focus,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:hover,
.titlebar.selection-mode:not(headerbar) .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
headerbar.selection-mode box button.image-button,
.titlebar.selection-mode:not(headerbar) box button.image-button {
- padding: 3px 7px; }
+ padding: 0px 4px; }
headerbar.selection-mode separator, headerbar.selection-mode separator:disabled,
.titlebar.selection-mode:not(headerbar) separator,
.titlebar.selection-mode:not(headerbar) separator:disabled {
@@ -2308,13 +2308,13 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button {
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:active,
.titlebar.selection-mode:not(headerbar) button:active:hover,
@@ -2324,20 +2324,20 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-right-style: none;
- box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset-1px 0 0 mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-right-style: none; }
.linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher:not(.vertical) > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -2347,9 +2347,9 @@ headerbar.selection-mode,
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child), .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child) {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3);
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3);
border-bottom-style: none;
- box-shadow: inset 0 -1px mix(#84a0c6,rgba(210, 212, 222, 0.36),0.3); }
+ box-shadow: inset 0 -1px mix(#84a0c6,rgba(22, 24, 33, 0.36),0.3); }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked {
border-bottom-style: none; }
.linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > :not(:last-child):not(:only-child) .titlebar.selection-mode:not(headerbar) button:checked:hover, stackswitcher.vertical > .titlebar.selection-mode:not(headerbar) button:not(:last-child):not(:only-child):checked:hover {
@@ -2358,7 +2358,7 @@ headerbar.selection-mode,
box-shadow: inset 0 -1px mix(#84a0c6,rgba(132, 160, 198, 0.36),0.3); }
headerbar.selection-mode button.flat,
.titlebar.selection-mode:not(headerbar) button.flat {
- color: #d2d4de;
+ color: #161821;
border-color: rgba(132, 160, 198, 0);
background-color: rgba(132, 160, 198, 0);
background-image: none;
@@ -2368,15 +2368,15 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ border-color: rgba(18, 19, 26, 0.4);
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover,
.titlebar.selection-mode:not(headerbar) button:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:hover:active,
.titlebar.selection-mode:not(headerbar) button:hover:active:focus,
@@ -2388,40 +2388,40 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus {
background-color: #8fa9cb;
background-image: none;
- border-color: rgba(210, 212, 222, 0.22);
+ border-color: rgba(22, 24, 33, 0.32);
outline-color: rgba(132, 160, 198, 0.5);
outline-width: 1px;
outline-style: solid;
outline-offset: -3px;
- color: #d2d4de;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ color: #161821;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover {
background-color: #9bb1d0;
background-image: none;
- border-color: rgba(160, 164, 185, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ border-color: rgba(18, 19, 26, 0.4);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button:focus:hover:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.3),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active,
@@ -2431,17 +2431,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.3); }
+ border-color: rgba(15, 17, 23, 0.4); }
headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:disabled {
- border-color: rgba(173, 176, 195, 0.3); }
+ border-color: rgba(19, 20, 28, 0.4); }
headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button:focus:hover:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:focus:hover:checked:disabled {
- border-color: rgba(160, 164, 185, 0.3); }
+ border-color: rgba(18, 19, 26, 0.4); }
headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active,
.titlebar.selection-mode:not(headerbar) button:checked,
.titlebar.selection-mode:not(headerbar) button:active,
@@ -2450,9 +2450,9 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .7), to top);*/
background-color: #84a0c6;
background-image: none;
- border-color: rgba(160, 164, 185, 0.22);
- color: #d2d4de;
- box-shadow: inset 1px 0 rgba(210, 212, 222, 0.06), inset 0 1px rgba(210, 212, 222, 0.07), inset -1px 0 rgba(210, 212, 222, 0.06), inset 0 -1px rgba(210, 212, 222, 0.05); }
+ border-color: rgba(18, 19, 26, 0.32);
+ color: #161821;
+ box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2462,7 +2462,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:hover,
.titlebar.selection-mode:not(headerbar) button.flat:active:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:hover {
- border-color: mix(#84a0c6,rgba(210, 212, 222, 0.22),0.3); }
+ border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
headerbar.selection-mode button:checked:active, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.nautilus-circular-button.image-button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, headerbar.selection-mode button.flat.nautilus-circular-button.image-button:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button:checked:active,
.titlebar.selection-mode:not(headerbar) button.nautilus-circular-button.image-button:checked:active,
@@ -2528,17 +2528,17 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:focus,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:hover:focus,
.titlebar.selection-mode:not(headerbar) button.flat.nautilus-circular-button.image-button:active:checked:hover:focus {
- border-color: rgba(135, 141, 167, 0.22); }
+ border-color: rgba(15, 17, 23, 0.32); }
headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled {
- border-color: rgba(173, 176, 195, 0.22); }
+ border-color: rgba(19, 20, 28, 0.32); }
headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:checked:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:checked:disabled {
- border-color: rgba(160, 164, 185, 0.22); }
+ border-color: rgba(18, 19, 26, 0.32); }
headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover,
.titlebar.selection-mode:not(headerbar) button:checked:focus,
.titlebar.selection-mode:not(headerbar) button:checked:hover,
@@ -2551,26 +2551,26 @@ headerbar.selection-mode,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover,
.titlebar.selection-mode:not(headerbar) button:focus,
.titlebar.selection-mode:not(headerbar) button:hover,
.titlebar.selection-mode:not(headerbar) button.flat:focus,
.titlebar.selection-mode:not(headerbar) button.flat:hover {
- color: #d2d4de; }
+ color: #161821; }
headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled {
- background-color: alpha(mix(#84a0c6,#d2d4de,0.2),0.4);
+ background-color: alpha(mix(#84a0c6,#161821,0.2),0.4);
background-image: none;
/*border: 1px solid alpha($bg, .2);*/
opacity: .6;
- color: mix(#84a0c6,#d2d4de,0.6);
+ color: mix(#84a0c6,#161821,0.6);
box-shadow: none; }
headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:disabled:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:disabled:disabled :disabled {
- color: mix(#84a0c6,#d2d4de,0.6); }
+ color: mix(#84a0c6,#161821,0.6); }
headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled,
@@ -2578,14 +2578,14 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button:checked:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:active:disabled :disabled,
.titlebar.selection-mode:not(headerbar) button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
headerbar.selection-mode button.separator, headerbar.selection-mode button .separator,
.titlebar.selection-mode:not(headerbar) button.separator,
.titlebar.selection-mode:not(headerbar) button .separator {
@@ -2597,7 +2597,7 @@ headerbar.selection-mode,
color: rgba(132, 160, 198, 0.85); }
headerbar.selection-mode button separator, headerbar.selection-mode button.nautilus-circular-button.image-button separator,
.titlebar.selection-mode:not(headerbar) button separator {
- background-image: image(mix(#d2d4de,#84a0c6,0.9)); }
+ background-image: image(mix(#161821,#84a0c6,0.9)); }
headerbar.selection-mode:backdrop,
.titlebar.selection-mode:not(headerbar):backdrop {
background-color: #84a0c6;
@@ -2622,7 +2622,7 @@ headerbar.selection-mode,
.titlebar.selection-mode:not(headerbar) .selection-menu:backdrop .arrow,
.titlebar.selection-mode:not(headerbar) .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- color: rgba(210, 212, 222, 0.5);
+ color: rgba(22, 24, 33, 0.5);
-gtk-icon-shadow: none; }
headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label,
.titlebar.selection-mode:not(headerbar) .dim-label,
@@ -2635,34 +2635,34 @@ headerbar.selection-mode,
calendar {
padding: 1px 3px;
outline-offset: -1px;
- color: #161821; }
+ color: #c6c8d1; }
calendar:selected {
border-radius: 4px; }
calendar.header {
- border-bottom: 1px solid rgba(9, 10, 13, 0.1);
+ border-bottom: 1px solid rgba(73, 76, 90, 0.1);
border-radius: 0; }
calendar.header:backdrop {
- border-color: rgba(9, 10, 13, 0.1); }
+ border-color: rgba(73, 76, 90, 0.1); }
calendar.button {
- color: rgba(22, 24, 33, 0.55); }
+ color: rgba(198, 200, 209, 0.55); }
calendar.button:hover {
- color: #161821; }
+ color: #c6c8d1; }
calendar.button:backdrop {
- color: alpha(mix(#161821,#c6c8d1,0.5),0.55); }
+ color: alpha(mix(#c6c8d1,#1e202f,0.5),0.55); }
calendar.button:disabled {
- color: alpha(mix(#161821,#c6c8d1,0.5),0.55); }
+ color: alpha(mix(#c6c8d1,#1e202f,0.5),0.55); }
calendar:indeterminate, calendar:indeterminate:backdrop {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
calendar.highlight, calendar.highlight:backdrop {
font-size: smaller;
- color: mix(#84a0c6,#161821,0.5); }
+ color: mix(#84a0c6,#c6c8d1,0.5); }
calendar:backdrop {
- color: mix(#c6c8d1,#161821,0.8); }
+ color: mix(#161821,#c6c8d1,0.8); }
/* gnome-calendar */
.calendar-view {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
/***************
! Color chooser
@@ -2699,18 +2699,18 @@ colorswatch.right, colorswatch:last-child:not(.bottom) {
border-bottom-right-radius: 4px; }
colorswatch.dark overlay {
- color: #d2d4de; }
+ color: #161821; }
colorswatch.dark overlay:hover {
- border-color: rgba(9, 10, 13, 0.8); }
+ border-color: rgba(73, 76, 90, 0.8); }
colorswatch.dark overlay:backdrop {
- color: mix(#84a0c6,#d2d4de,0.66); }
+ color: mix(#84a0c6,#161821,0.66); }
colorswatch.light overlay {
- color: #161821; }
+ color: #c6c8d1; }
colorswatch.light overlay:hover {
- border-color: rgba(9, 10, 13, 0.5); }
+ border-color: rgba(73, 76, 90, 0.5); }
colorswatch.light overlay:backdrop {
- color: mix(#c6c8d1,#161821,0.8); }
+ color: mix(#161821,#c6c8d1,0.8); }
colorswatch:drop(active) {
box-shadow: none; }
@@ -2719,36 +2719,36 @@ colorswatch:drop(active) {
box-shadow: inset 0 0 0 2px #6c8dbb, inset 0 0 0 1px #84a0c6; }
colorswatch.dark:drop(active) overlay {
border-color: #84a0c6;
- box-shadow: inset 0 0 0 2px rgba(9, 10, 13, 0.3), inset 0 0 0 1px #84a0c6; }
+ box-shadow: inset 0 0 0 2px rgba(73, 76, 90, 0.3), inset 0 0 0 1px #84a0c6; }
colorswatch overlay {
- border: 1px solid rgba(9, 10, 13, 0.3); }
+ border: 1px solid rgba(73, 76, 90, 0.3); }
colorswatch overlay:hover {
- box-shadow: inset 0 1px rgba(200, 201, 210, 0.4), inset 0 -1px rgba(9, 10, 13, 0.2); }
+ box-shadow: inset 0 1px rgba(31, 33, 49, 0.4), inset 0 -1px rgba(73, 76, 90, 0.2); }
colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover {
- border-color: rgba(9, 10, 13, 0.3);
+ border-color: rgba(73, 76, 90, 0.3);
box-shadow: none; }
colorswatch:disabled {
opacity: .5; }
colorswatch:disabled overlay {
- border-color: rgba(9, 10, 13, 0.6);
+ border-color: rgba(73, 76, 90, 0.6);
box-shadow: none; }
row:selected colorswatch {
- box-shadow: 0 0 0 2px #d2d4de; }
+ box-shadow: 0 0 0 2px #161821; }
colorswatch#add-color-button {
border-radius: 4px 4px 0 0; }
colorswatch#add-color-button:only-child {
border-radius: 4px; }
colorswatch#add-color-button overlay {
- background-color: #bbbdc8;
- color: #161821; }
+ background-color: #1d1e2d;
+ color: #c6c8d1; }
colorswatch#add-color-button overlay:hover {
- background-color: #afb2bf; }
+ background-color: #1b1d2a; }
colorswatch#add-color-button overlay:backdrop {
- background-color: #bbbdc8; }
+ background-color: #1d1e2d; }
colorswatch#editor-color-sample {
border-radius: 4px; }
@@ -2756,7 +2756,7 @@ colorswatch#editor-color-sample {
border-radius: 4.5px; }
button.color, button.color.nautilus-circular-button.image-button {
- padding: 3px; }
+ padding: 0px; }
button.color colorswatch:only-child, button.color colorswatch:only-child overlay {
border-radius: 4px; }
button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child {
@@ -2768,12 +2768,12 @@ button.color, button.color.nautilus-circular-button.image-button {
filechooser {
/* for fallback when header bar not used */ }
filechooser .dialog-action-box {
- border-top: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-top: 1px solid mix(#1e202f,#c6c8d1,0.18); }
filechooser .dialog-action-box:backdrop {
- border-top-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9); }
+ border-top-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9); }
filechooser #pathbarbox {
- border-bottom: 1px solid mix(#c6c8d1,#161821,0.1);
- background-color: #c6c8d1; }
+ border-bottom: 1px solid mix(#1e202f,#c6c8d1,0.18);
+ background-color: #1e202f; }
filechooserbutton:drop(active) {
box-shadow: none;
@@ -2783,17 +2783,17 @@ filechooserbutton:drop(active) {
! Grid and flowbox
*******************/
widget:active {
- background-color: mix(#84a0c6,#c6c8d1,0.5); }
+ background-color: mix(#84a0c6,#161821,0.5); }
list {
- color: #161821;
- background-color: #c6c8d1;
- border-color: mix(#c6c8d1,#161821,0.1); }
+ color: #c6c8d1;
+ background-color: #161821;
+ border-color: mix(#1e202f,#c6c8d1,0.18); }
list:backdrop {
- background-color: #c6c8d1;
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9); }
+ background-color: #161821;
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9); }
list row {
- padding: 3px; }
+ padding: 0px; }
row {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
@@ -2802,20 +2802,20 @@ row {
row:backdrop {
transition: 200ms ease-out; }
row.activatable.has-open-popup, row.activatable:hover {
- background-color: rgba(22, 24, 33, 0.05); }
+ background-color: rgba(198, 200, 209, 0.05); }
row.activatable:active {
- box-shadow: inset 0 2px 2px -2px rgba(9, 10, 13, 0.2); }
+ box-shadow: inset 0 2px 2px -2px rgba(73, 76, 90, 0.2); }
row.activatable:backdrop:hover {
background-color: transparent; }
row.activatable:selected:active {
- box-shadow: inset 0 2px 3px -1px rgba(9, 10, 13, 0.5); }
+ box-shadow: inset 0 2px 3px -1px rgba(73, 76, 90, 0.5); }
row.activatable.has-open-popup:selected, row.activatable:selected:hover {
- background-color: mix(#84a0c6,#161821,0.1); }
+ background-color: mix(#84a0c6,#c6c8d1,0.1); }
row.activatable:selected:backdrop {
background-color: #84a0c6; }
flowbox flowboxchild {
- padding: 3px;
+ padding: 0px;
border-radius: 4px; }
flowbox flowboxchild:selected {
outline-offset: -2px; }
@@ -2843,7 +2843,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
infobar.info button:focus, infobar.info button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus {
@@ -2887,7 +2887,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.info button:hover:active, infobar.info button:hover:active:focus, infobar.info button.flat:hover:active:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:focus, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover:focus {
@@ -2905,12 +2905,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
infobar.info button:focus:hover, infobar.info button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.info button:focus:hover:active, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:focus, infobar.info button:focus:hover:checked, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked:hover:focus {
@@ -2924,7 +2924,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
@@ -2938,7 +2938,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover {
color: #161821; }
infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled {
@@ -2953,10 +2953,10 @@ infobar {
infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.info button.separator, infobar.info button .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -2976,7 +2976,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
infobar.warning button:focus, infobar.warning button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus {
@@ -3020,7 +3020,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.warning button:hover:active, infobar.warning button:hover:active:focus, infobar.warning button.flat:hover:active:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:focus, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover:focus {
@@ -3038,12 +3038,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover {
background-color: #efc6a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.warning button:focus:hover:active, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button:focus:hover:checked, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked:hover:focus {
@@ -3057,7 +3057,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
@@ -3071,7 +3071,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover {
color: #161821; }
infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled {
@@ -3086,10 +3086,10 @@ infobar {
infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.warning button.separator, infobar.warning button .separator {
border: 1px solid currentColor;
color: rgba(233, 177, 137, 0.9); }
@@ -3109,7 +3109,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
infobar.question button:focus, infobar.question button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus {
@@ -3153,7 +3153,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.question button:hover:active, infobar.question button:hover:active:focus, infobar.question button.flat:hover:active:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:focus, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover:focus {
@@ -3171,12 +3171,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
infobar.question button:focus:hover, infobar.question button.flat:focus:hover {
background-color: #aabfdb;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.question button:focus:hover:active, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:focus, infobar.question button:focus:hover:checked, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked:hover:focus {
@@ -3190,7 +3190,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
@@ -3204,7 +3204,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover {
color: #161821; }
infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled {
@@ -3219,10 +3219,10 @@ infobar {
infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.question button.separator, infobar.question button .separator {
border: 1px solid currentColor;
color: rgba(145, 172, 209, 0.9); }
@@ -3242,7 +3242,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
infobar.error button:focus, infobar.error button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus {
@@ -3286,7 +3286,7 @@ infobar {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.error button:hover:active, infobar.error button:hover:active:focus, infobar.error button.flat:hover:active:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:focus, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover:focus {
@@ -3304,12 +3304,12 @@ infobar {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
infobar.error button:focus:hover, infobar.error button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
infobar.error button:focus:hover:active, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:focus, infobar.error button:focus:hover:checked, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked:hover:focus {
@@ -3323,7 +3323,7 @@ infobar {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
@@ -3337,7 +3337,7 @@ infobar {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover {
color: #161821; }
infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled {
@@ -3352,10 +3352,10 @@ infobar {
infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
infobar.error button.separator, infobar.error button .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -3431,7 +3431,7 @@ infobar {
border-style: solid;
border-radius: 4px;
transition: border 100ms ease-out;
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.1), inset 0 1px rgba(4, 5, 7, 0.12), inset -1px 0 rgba(4, 5, 7, 0.1), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.1), inset 0 1px rgba(36, 38, 45, 0.12), inset -1px 0 rgba(36, 38, 45, 0.1), inset 0 -1px rgba(36, 38, 45, 0.05); }
#login_window entry:focus,
#XfceNotifyWindow entry:focus, popover.background entry:focus, entry:focus, #login_window entry:hover,
#XfceNotifyWindow entry:hover, popover.background entry:hover, entry:hover, #login_window entry:active,
@@ -3440,7 +3440,7 @@ infobar {
#login_window entry:selected,
#XfceNotifyWindow entry:selected, popover.background entry:selected, entry:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry:disabled,
#XfceNotifyWindow entry:disabled, popover.background entry:disabled, entry:disabled {
box-shadow: none; }
@@ -3450,18 +3450,18 @@ infobar {
background-image: none;
border-width: 0;
border-radius: 4px;
- color: #d2d4de; }
+ color: #161821; }
#login_window entry image.left,
#XfceNotifyWindow entry image.left, entry image.left {
- padding-right: 3px; }
+ padding-right: 0px; }
#login_window entry image.right,
#XfceNotifyWindow entry image.right, entry image.right {
- padding-left: 3px; }
+ padding-left: 0px; }
#login_window entry.warning,
#XfceNotifyWindow entry.warning, popover.background entry.warning, entry.warning {
color: #161821;
border-color: #dd884b;
- background-color: mix(#c6c8d1,#e9b189,0.6); }
+ background-color: mix(#161821,#e9b189,0.6); }
#login_window entry.warning image,
#XfceNotifyWindow entry.warning image, entry.warning image {
color: #161821; }
@@ -3479,7 +3479,7 @@ infobar {
#XfceNotifyWindow entry.error, popover.background entry.error, entry.error {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#c6c8d1,#e98989,0.6); }
+ background-color: mix(#161821,#e98989,0.6); }
#login_window entry.error image,
#XfceNotifyWindow entry.error image, entry.error image {
color: #161821; }
@@ -3497,7 +3497,7 @@ infobar {
#XfceNotifyWindow entry.search-missing, popover.background entry.search-missing, entry.search-missing {
color: #161821;
border-color: #dd4b4b;
- background-color: mix(#c6c8d1,#e98989,0.6); }
+ background-color: mix(#161821,#e98989,0.6); }
#login_window entry.search-missing image,
#XfceNotifyWindow entry.search-missing image, entry.search-missing image {
color: #161821; }
@@ -3523,8 +3523,8 @@ menubar, .menubar {
background-image: none;
color: #c6c8d1; }
menubar > menuitem, .menubar > menuitem {
- min-height: 16px;
- padding: 5px 7px;
+ min-height: 10px;
+ padding: 2px 4px;
border: 1px solid transparent;
background-color: transparent;
background-image: none;
@@ -3544,7 +3544,7 @@ menu,
.menu,
.context-menu {
border-radius: 0;
- padding: 3px;
+ padding: 0px;
background-color: #161821;
color: #c6c8d1;
border: 1px solid mix(#161821,#c6c8d1,0.21); }
@@ -3554,12 +3554,12 @@ menu,
.menu:selected,
.context-menu:selected {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
menu separator, .csd menu separator,
.menu separator, .csd .menu separator,
.context-menu separator, .csd .context-menu separator {
background-color: mix(#161821,#c6c8d1,0.18);
- margin: 1px 0; }
+ margin: 0px 0; }
menu .separator, .csd menu .separator,
.menu .separator, .csd .menu .separator,
.context-menu .separator, .csd .context-menu .separator {
@@ -3567,9 +3567,9 @@ menu,
menu menuitem,
.menu menuitem,
.context-menu menuitem {
- min-height: 16px;
+ min-height: 10px;
min-width: 40px;
- padding: 5px;
+ padding: 2px;
border-radius: 0; }
menu menuitem:active, menu menuitem:hover,
.menu menuitem:active,
@@ -3579,19 +3579,19 @@ menu,
border: 0;
background-color: #84a0c6;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
menu menuitem:active accelerator, menu menuitem:hover accelerator,
.menu menuitem:active accelerator,
.menu menuitem:hover accelerator,
.context-menu menuitem:active accelerator,
.context-menu menuitem:hover accelerator {
- color: rgba(210, 212, 222, 0.6); }
+ color: rgba(22, 24, 33, 0.6); }
menu menuitem *:active, menu menuitem *:hover,
.menu menuitem *:active,
.menu menuitem *:hover,
.context-menu menuitem *:active,
.context-menu menuitem *:hover {
- color: #d2d4de; }
+ color: #161821; }
menu menuitem:disabled, menu menuitem *:disabled,
.menu menuitem:disabled,
.menu menuitem *:disabled,
@@ -3658,7 +3658,7 @@ menu,
.context-menu menuitem.button.flat:selected {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
menu menuitem calendar,
.menu menuitem calendar,
.context-menu menuitem calendar {
@@ -3697,7 +3697,7 @@ menu,
.context-menu > arrow {
min-height: 16px;
min-width: 16px;
- padding: 3px;
+ padding: 0px;
background-color: #161821;
border-radius: 0; }
menu > arrow.top,
@@ -3719,7 +3719,7 @@ menu,
menu > arrow:backdrop,
.menu > arrow:backdrop,
.context-menu > arrow:backdrop {
- background-color: #c6c8d1; }
+ background-color: #161821; }
menu > arrow:disabled,
.menu > arrow:disabled,
.context-menu > arrow:disabled {
@@ -3736,7 +3736,7 @@ menu,
menuitem accelerator {
color: rgba(198, 200, 209, 0.6); }
menuitem accelerator:hover {
- color: rgba(210, 212, 222, 0.8); }
+ color: rgba(22, 24, 33, 0.8); }
menuitem accelerator:disabled {
color: alpha(mix(#c6c8d1,#161821,0.5),0.4); }
@@ -3749,16 +3749,16 @@ menuitem check, menuitem radio {
margin-left: 7px; }
menuitem window decoration {
- box-shadow: 0 2px 3px rgba(9, 10, 13, 0.2); }
+ box-shadow: 0 2px 3px rgba(73, 76, 90, 0.2); }
menuitem entry {
background-color: #161821;
background-image: none;
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
+ padding: 2px 0.2857142857px;
color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
menuitem entry:focus, menuitem entry:hover {
border-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.3); }
menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus {
@@ -3768,7 +3768,7 @@ menuitem entry {
menuitem entry:active:disabled, menuitem entry:checked:disabled {
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8); }
menuitem entry:focus, menuitem entry:active {
- border-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
menuitem entry:disabled {
background-color: mix(#161821,#c6c8d1,0.07);
background-image: none;
@@ -3785,7 +3785,7 @@ popover.background {
background-color: #161821;
background-image: none;
color: #c6c8d1;
- box-shadow: 0 3px 6px rgba(9, 10, 13, 0.16); }
+ box-shadow: 0 3px 6px rgba(73, 76, 90, 0.16); }
.csd popover.background, popover.background {
/*@include border($menu_bg_color);*/
border-color: rgba(153, 157, 173, 0.5);
@@ -3808,7 +3808,7 @@ popover.background {
popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background list, popover.background list:backdrop {
background-color: #1d1f2b;
background-image: none;
@@ -3821,39 +3821,39 @@ popover.background {
popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active {
background-image: none;
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
popover.background .frame {
border-color: #12131a;
border-radius: 4px; }
popover.background entry {
- background-color: #c6c8d1;
+ background-color: #161821;
background-image: none;
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.8);
- padding: 5px 3.8571428571px;
- color: #161821;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
+ padding: 2px 0.2857142857px;
+ color: #c6c8d1;
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
popover.background entry:focus, popover.background entry:hover {
- border-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.2),0.3); }
+ border-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.3); }
popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus {
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.7); }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.7); }
popover.background entry:disabled {
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.85); }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.85); }
popover.background entry:active:disabled, popover.background entry:checked:disabled {
- border-color: shade(mix(#c6c8d1,#161821,0.2),0.8); }
+ border-color: shade(mix(#161821,#c6c8d1,0.2),0.8); }
popover.background entry:focus, popover.background entry:active {
- border-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
popover.background entry:disabled {
- background-color: mix(#c6c8d1,#161821,0.07);
+ background-color: mix(#161821,#c6c8d1,0.07);
background-image: none;
opacity: .9;
- color: mix(#c6c8d1,#161821,0.9); }
+ color: mix(#161821,#c6c8d1,0.9); }
popover.background button, popover.background button.nautilus-circular-button.image-button {
background-color: #161821;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
popover.background button:focus, popover.background button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus {
@@ -3897,7 +3897,7 @@ popover.background {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
popover.background button:hover:active, popover.background button:hover:active:focus, popover.background button.flat:hover:active:focus, popover.background button:hover:checked, popover.background button:hover:checked:focus, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover:focus {
@@ -3915,12 +3915,12 @@ popover.background {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
popover.background button:focus:hover, popover.background button.flat:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
popover.background button:focus:hover:active, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:focus, popover.background button:focus:hover:checked, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked:hover:focus {
@@ -3934,7 +3934,7 @@ popover.background {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
@@ -3948,7 +3948,7 @@ popover.background {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover {
color: #c6c8d1; }
popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled {
@@ -3963,10 +3963,10 @@ popover.background {
popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
popover.background button.separator, popover.background button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -3975,38 +3975,38 @@ popover.background {
popover.background button separator, popover.background button.nautilus-circular-button.image-button separator {
background-image: image(mix(#c6c8d1,#161821,0.9)); }
popover.background .linked > button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
popover.background .linked > button:focus, popover.background .linked > button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
popover.background .linked > button:disabled {
box-shadow: inset -1px 0 #12131a; }
popover.background .linked > button:last-child, popover.background .linked > button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child {
box-shadow: none; }
popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar {
border-style: none;
background-color: transparent; }
modelbutton.flat,
menuitem.button.flat {
- padding: 5px;
+ padding: 2px;
transition: none; }
modelbutton.flat:hover,
menuitem.button.flat:hover {
background-color: #84a0c6;
- color: #d2d4de; }
+ color: #161821; }
modelbutton.flat:checked,
menuitem.button.flat:checked {
- color: #161821; }
+ color: #c6c8d1; }
modelbutton.flat arrow.left,
menuitem.button.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
@@ -4037,11 +4037,11 @@ menuitem.button.flat {
.tooltip.background, .tooltip.background.csd,
tooltip.background,
tooltip.background.csd {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-clip: padding-box;
- border: 1px solid #999dad;
+ border: 1px solid #181a26;
border-radius: 4px;
- color: #161821; }
+ color: #c6c8d1; }
.tooltip *,
tooltip * {
@@ -4054,23 +4054,23 @@ tooltip * {
messagedialog, .message-dialog, .prompt {
-GtkDialog-content-area-border: 0;
-GtkDialog-action-area-border: 0;
- -GtkDialog-button-spacing: 3px;
+ -GtkDialog-button-spacing: 0px;
margin: 0;
padding: 0; }
messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box {
- margin: 6px; }
+ margin: 0px; }
printdialog paper {
- color: #161821;
- border: 1px solid mix(#c6c8d1,#161821,0.1);
- background: #c8c9d2;
+ color: #c6c8d1;
+ border: 1px solid mix(#1e202f,#c6c8d1,0.18);
+ background: #1f2131;
padding: 0; }
printdialog paper:backdrop {
- color: mix(#161821,#c6c8d1,0.5);
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9); }
+ color: mix(#c6c8d1,#1e202f,0.5);
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9); }
printdialog .dialog-action-box {
- margin: 6px; }
+ margin: 0px; }
/*********************
! App notifications *
@@ -4080,7 +4080,7 @@ frame.app-notification {
border-color: rgba(18, 19, 26, 0.8);
border-width: 0 1px 1px;
border-radius: 0 0 4px 4px;
- padding: 6px;
+ padding: 0px;
background-color: rgba(22, 24, 33, 0.8);
background-image: none;
color: #c6c8d1; }
@@ -4089,7 +4089,7 @@ frame.app-notification {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
frame.app-notification button:focus, frame.app-notification button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus {
@@ -4133,7 +4133,7 @@ frame.app-notification {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
frame.app-notification button:hover:active, frame.app-notification button:hover:active:focus, frame.app-notification button.flat:hover:active:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:focus, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover:focus {
@@ -4151,12 +4151,12 @@ frame.app-notification {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
frame.app-notification button:focus:hover:active, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus {
@@ -4170,7 +4170,7 @@ frame.app-notification {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
@@ -4184,7 +4184,7 @@ frame.app-notification {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover {
color: #c6c8d1; }
frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled {
@@ -4199,10 +4199,10 @@ frame.app-notification {
frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
frame.app-notification button.separator, frame.app-notification button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.7); }
@@ -4235,17 +4235,17 @@ expander arrow {
.image:hover {
color: alpha(currentColor,0.9); }
.image:selected, .image:selected:hover {
- color: #d2d4de; }
+ color: #161821; }
/****************
! Floating bar *
*****************/
.floating-bar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border: 1px solid #999dad;
+ border: 1px solid #181a26;
border-radius: 4px;
- color: #161821; }
+ color: #c6c8d1; }
.floating-bar.top {
border-top-width: 0;
border-top-right-radius: 0;
@@ -4282,21 +4282,21 @@ GtkBubbleWindow {
! Font-viewer *
****************/
SushiFontWidget {
- padding: 3px 6px; }
+ padding: 0px 0px; }
/*************
! Gucharmap *
**************/
GucharmapChartable {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
/*************
! Evolution *
**************/
EPreviewPane .entry {
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
/*******************
! Gnome Bluetooth *
@@ -4304,8 +4304,8 @@ EPreviewPane .entry {
entry.entry.pin-entry {
font-style: normal;
font-size: 50px;
- padding-left: 15px;
- padding-right: 15px; }
+ padding-left: 0px;
+ padding-right: 0px; }
label.pin-label {
font-style: normal;
@@ -4318,19 +4318,19 @@ label.pin-label {
min-width: 20px;
min-height: 24px;
margin-top: 2px;
- padding-bottom: 1.5px;
- padding-left: 3px;
- padding-right: 3px;
- color: #161821;
- background-color: #c6c8d1;
+ padding-bottom: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
+ color: #c6c8d1;
+ background-color: #161821;
border: 1px solid;
- border-color: mix(mix(#c6c8d1,#161821,0.1),#c6c8d1,0.5);
+ border-color: mix(mix(#1e202f,#c6c8d1,0.18),#1e202f,0.5);
border-radius: 4px;
- box-shadow: inset 0 -3px mix(#c6c8d1,#c6c8d1,0.2);
+ box-shadow: inset 0 -3px mix(#161821,#1e202f,0.2);
font-size: smaller; }
.keycap:backdrop {
- background-color: #c6c8d1;
- color: mix(#161821,#c6c8d1,0.5);
+ background-color: #161821;
+ color: mix(#c6c8d1,#1e202f,0.5);
transition: 200ms ease-out; }
/*****************
@@ -4355,7 +4355,7 @@ menuitem.button.flat:disabled:active,
menuitem.button.flat:active arrow:disabled,
menuitem.button.flat:disabled:selected,
menuitem.button.flat:selected arrow:disabled, label:disabled selection {
- color: mix(#d2d4de,#84a0c6,0.5); }
+ color: mix(#161821,#84a0c6,0.5); }
row:selected label:backdrop, label:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .cs-category-view:backdrop:selected, .cs-category-view .view:backdrop:selected, .cs-category-view iconview:backdrop:selected, treeview.view:backdrop:selected, .view text selection:backdrop, iconview text selection:backdrop,
textview text selection:backdrop:focus,
@@ -4366,7 +4366,7 @@ menuitem.button.flat:active arrow:backdrop,
menuitem.button.flat:backdrop:selected,
menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
background-color: #84a0c6;
- color: mix(#84a0c6,#d2d4de,0.66); }
+ color: mix(#84a0c6,#161821,0.66); }
row:selected label:disabled:backdrop, label:disabled:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:backdrop:selected, .cs-category-view:disabled:backdrop:selected, .cs-category-view .view:disabled:backdrop:selected, .cs-category-view iconview:disabled:backdrop:selected, treeview.view:disabled:backdrop:selected, .view text selection:disabled:backdrop, iconview text selection:disabled:backdrop,
textview text selection:disabled:backdrop, #login_window entry selection:disabled:backdrop,
#XfceNotifyWindow entry selection:disabled:backdrop, entry selection:disabled:backdrop, calendar:disabled:backdrop:selected, row:disabled:backdrop:selected, flowbox flowboxchild:disabled:backdrop:selected, modelbutton.flat:disabled:backdrop:active, modelbutton.flat:active arrow:disabled:backdrop, modelbutton.flat:disabled:backdrop:selected, modelbutton.flat:selected arrow:disabled:backdrop,
@@ -4374,7 +4374,7 @@ menuitem.button.flat:selected arrow:backdrop, label:backdrop selection {
menuitem.button.flat:active arrow:disabled:backdrop,
menuitem.button.flat:disabled:backdrop:selected,
menuitem.button.flat:selected arrow:disabled:backdrop, label:backdrop selection:disabled {
- color: mix(mix(#84a0c6,#d2d4de,0.66),#84a0c6,0.3); }
+ color: mix(mix(#84a0c6,#161821,0.66),#84a0c6,0.3); }
.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, treeview.view:selected:focus, treeview.view:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
textview text selection:focus,
@@ -4393,8 +4393,8 @@ menuitem.button.flat:selected arrow {
menuitem.button.flat:active arrow,
menuitem.button.flat:selected,
menuitem.button.flat:selected arrow {
- color: #d2d4de;
- outline-color: rgba(210, 212, 222, 0.3); }
+ color: #161821;
+ outline-color: rgba(22, 24, 33, 0.3); }
/*********
! Buttons
@@ -4408,7 +4408,7 @@ menuitem.button.flat:selected arrow {
notebook {
padding: 0; }
notebook.frame {
- border: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border: 1px solid mix(#1e202f,#c6c8d1,0.18); }
notebook.frame > header {
margin: -1px; }
notebook.frame > header.top {
@@ -4426,18 +4426,18 @@ notebook {
padding-top: 0;
padding-bottom: 0; }
notebook > stack:not(:only-child) {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
notebook > header {
- padding: 3px;
- background-color: #c6c8d1; }
+ padding: 0px;
+ background-color: #1e202f; }
notebook > header.top {
- box-shadow: inset 0 -1px mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset 0 -1px mix(#1e202f,#c6c8d1,0.18); }
notebook > header.bottom {
- box-shadow: inset 0 1px mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset 0 1px mix(#1e202f,#c6c8d1,0.18); }
notebook > header.right {
- box-shadow: inset 1px 0 mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset 1px 0 mix(#1e202f,#c6c8d1,0.18); }
notebook > header.left {
- box-shadow: inset -1px 0 mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset -1px 0 mix(#1e202f,#c6c8d1,0.18); }
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
@@ -4455,49 +4455,49 @@ 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: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
notebook > header > tabs > arrow:hover {
- color: mix(#161821,mix(#161821,#c6c8d1,0.5),0.5); }
+ color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.5),0.5); }
notebook > header > tabs > arrow:active {
- color: #161821; }
+ color: #c6c8d1; }
notebook > header > tabs > arrow:disabled {
- color: alpha(mix(#161821,#c6c8d1,0.5),0.3); }
+ color: alpha(mix(#c6c8d1,#1e202f,0.5),0.3); }
notebook > header > tabs > tab {
- background-color: alpha(mix(#c6c8d1,#161821,0.1),0.7);
+ background-color: alpha(mix(#1e202f,#c6c8d1,0.1),0.7);
background-image: none;
- border-color: mix(mix(#c6c8d1,#161821,0.1),mix(#161821,#c6c8d1,0.5),0.15);
- color: rgba(22, 24, 33, 0.8);
- padding: 3px 11px;
+ border-color: mix(mix(#1e202f,#c6c8d1,0.18),mix(#c6c8d1,#1e202f,0.5),0.15);
+ color: rgba(198, 200, 209, 0.8);
+ padding: 0px 8px;
min-width: 20px;
min-height: 20px;
outline-offset: -4px;
border-width: 1px;
border-style: solid; }
notebook > header > tabs > tab:hover:not(:checked) {
- background-color: mix(#c6c8d1,#161821,0.04);
+ background-color: mix(#1e202f,#c6c8d1,0.04);
background-image: none;
- color: mix(#161821,mix(#161821,#c6c8d1,0.5),0.5); }
+ color: mix(#c6c8d1,mix(#c6c8d1,#1e202f,0.5),0.5); }
notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover {
- background: #c6c8d1;
- border-color: mix(#c6c8d1,#161821,0.1);
- color: #161821; }
+ background: #1e202f;
+ border-color: mix(#1e202f,#c6c8d1,0.18);
+ color: #c6c8d1; }
notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.flat.nautilus-circular-button.image-button {
min-height: 22px;
min-width: 22px;
padding: 0;
- color: mix(#c6c8d1,#161821,0.35); }
+ color: mix(#1e202f,#c6c8d1,0.35); }
notebook > header > tabs > tab button.flat:hover {
color: #f5c9c9; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
color: #84a0c6; }
notebook > header.top > tabs > tab:hover:not(:checked) {
- box-shadow: inset 0 -1px mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset 0 -1px mix(#1e202f,#c6c8d1,0.18); }
notebook > header.bottom > tabs > tab:hover:not(:checked) {
- box-shadow: inset 0 1px mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset 0 1px mix(#1e202f,#c6c8d1,0.18); }
notebook > header.left > tabs > tab:hover:not(:checked) {
- box-shadow: inset -1px 0 mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset -1px 0 mix(#1e202f,#c6c8d1,0.18); }
notebook > header.right > tabs > tab:hover:not(:checked) {
- box-shadow: inset 1px 0 mix(#c6c8d1,#161821,0.1); }
+ box-shadow: inset 1px 0 mix(#1e202f,#c6c8d1,0.18); }
notebook > header.top {
padding-bottom: 0; }
notebook > header.top > tabs > tab {
@@ -4518,9 +4518,9 @@ notebook {
margin-top: 0;
-gtk-outline-radius: 4px;
border-radius: 4px 4px 0 0;
- padding-top: 5px; }
+ padding-top: 2px; }
notebook > header.top > tabs > tab:hover:not(:checked) {
- border-top-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.2),0.66); }
+ border-top-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.2),0.66); }
notebook > header.bottom {
padding-top: 0; }
notebook > header.bottom > tabs > tab {
@@ -4541,9 +4541,9 @@ notebook {
margin-bottom: 0;
-gtk-outline-radius: 4px;
border-radius: 0 0 4px 4px;
- padding-bottom: 5px; }
+ padding-bottom: 2px; }
notebook > header.bottom > tabs > tab:hover:not(:checked) {
- border-bottom-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.2),0.66); }
+ border-bottom-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.2),0.66); }
notebook > header.right {
padding-left: 0; }
notebook > header.right > tabs > tab {
@@ -4564,9 +4564,9 @@ notebook {
margin-right: 0;
-gtk-outline-radius: 4px;
border-radius: 0 4px 4px 0;
- padding-right: 13px; }
+ padding-right: 10px; }
notebook > header.right > tabs > tab:hover:not(:checked) {
- border-right-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.2),0.66); }
+ border-right-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.2),0.66); }
notebook > header.left {
padding-right: 0; }
notebook > header.left > tabs > tab {
@@ -4587,9 +4587,9 @@ notebook {
margin-left: 0;
-gtk-outline-radius: 4px;
border-radius: 4px 0 0 4px;
- padding-left: 13px; }
+ padding-left: 10px; }
notebook > header.left > tabs > tab:hover:not(:checked) {
- border-left-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.2),0.66); }
+ border-left-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.2),0.66); }
/*********
! Buttons
@@ -4618,7 +4618,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
button.osd:focus, button.osd:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover {
@@ -4678,7 +4678,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover,
#XfceNotifyWindow button:hover:focus,
#XfceNotifyWindow button:hover:hover,
@@ -4718,14 +4718,14 @@ button.osd, button.osd.nautilus-circular-button.image-button,
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
button.osd:focus:hover, button.osd.flat:focus:hover,
#XfceNotifyWindow button:focus:hover,
#XfceNotifyWindow button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
button.osd:focus:hover:hover, button.osd.flat:focus:hover:hover,
#XfceNotifyWindow button:focus:hover:hover,
#XfceNotifyWindow button.flat:focus:hover:hover {
@@ -4759,7 +4759,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
@@ -4859,7 +4859,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover,
@@ -4886,14 +4886,14 @@ button.osd, button.osd.nautilus-circular-button.image-button,
#XfceNotifyWindow button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled,
#XfceNotifyWindow button:active:disabled :disabled,
#XfceNotifyWindow button:checked:disabled :disabled,
#XfceNotifyWindow button.flat:active:disabled :disabled,
#XfceNotifyWindow button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
button.osd.separator, button.osd .separator,
#XfceNotifyWindow button.separator,
#XfceNotifyWindow button .separator {
@@ -4914,7 +4914,7 @@ button.osd, button.osd.nautilus-circular-button.image-button,
toolbar.osd {
-GtkToolbar-button-relief: normal;
- padding: 3px;
+ padding: 0px;
border: 1px solid rgba(18, 19, 26, 0.8);
border-radius: 4px;
background-color: rgba(22, 24, 33, 0.8);
@@ -4960,7 +4960,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.osd button:focus, .osd button:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover {
@@ -5020,7 +5020,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover,
#XfceNotifyWindow button:hover:focus,
#XfceNotifyWindow button:hover:hover,
@@ -5060,14 +5060,14 @@ progressbar.osd {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.osd button:focus:hover, .osd button.flat:focus:hover,
#XfceNotifyWindow button:focus:hover,
#XfceNotifyWindow button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.osd button:focus:hover:hover, .osd button.flat:focus:hover:hover,
#XfceNotifyWindow button:focus:hover:hover,
#XfceNotifyWindow button.flat:focus:hover:hover {
@@ -5101,7 +5101,7 @@ progressbar.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover,
#XfceNotifyWindow button:checked:focus,
@@ -5201,7 +5201,7 @@ progressbar.osd {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover,
#XfceNotifyWindow button:focus,
#XfceNotifyWindow button:hover,
@@ -5228,14 +5228,14 @@ progressbar.osd {
#XfceNotifyWindow button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled,
#XfceNotifyWindow button:active:disabled :disabled,
#XfceNotifyWindow button:checked:disabled :disabled,
#XfceNotifyWindow button.flat:active:disabled :disabled,
#XfceNotifyWindow button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd button.separator, .osd button .separator,
#XfceNotifyWindow button.separator,
#XfceNotifyWindow button .separator {
@@ -5253,10 +5253,10 @@ progressbar.osd {
background-color: #161821;
background-image: none;
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
+ padding: 2px 0.2857142857px;
color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
.osd entry:focus, .osd entry:hover,
#XfceNotifyWindow entry:focus,
#XfceNotifyWindow entry:hover {
@@ -5398,7 +5398,7 @@ progressbar.osd {
background-color: rgba(22, 24, 33, 0.8); }
.osd popover.background,
#XfceNotifyWindow popover.background {
- box-shadow: 0 2px 7px 3px rgba(9, 10, 13, 0.5); }
+ box-shadow: 0 2px 7px 3px rgba(73, 76, 90, 0.5); }
.osd popover.background > toolbar button,
#XfceNotifyWindow popover.background > toolbar button {
border-radius: 0;
@@ -5449,7 +5449,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
border-radius: 0;
border-color: rgba(19, 20, 28, 0.5);
border-style: none none none solid;
@@ -5514,7 +5514,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover,
@@ -5554,14 +5554,14 @@ progressbar.osd {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover {
@@ -5595,7 +5595,7 @@ progressbar.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus,
@@ -5695,7 +5695,7 @@ progressbar.osd {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover,
#XfceNotifyWindow spinbutton:not(.vertical) button:focus,
#XfceNotifyWindow spinbutton:not(.vertical) button:hover,
@@ -5722,14 +5722,14 @@ progressbar.osd {
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator,
#XfceNotifyWindow spinbutton:not(.vertical) button.separator,
#XfceNotifyWindow spinbutton:not(.vertical) button .separator {
@@ -5755,13 +5755,13 @@ progressbar.osd {
color: alpha(mix(#c6c8d1,#161821,0.6),0.8); }
.osd spinbutton:not(.vertical) button:backdrop,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop {
- color: mix(#c6c8d1,mix(#161821,#c6c8d1,0.5),0.9); }
+ color: mix(#161821,mix(#c6c8d1,#1e202f,0.5),0.9); }
.osd spinbutton:not(.vertical) button:active,
#XfceNotifyWindow spinbutton:not(.vertical) button:active {
- box-shadow: inset 0 2px 3px -1px rgba(9, 10, 13, 0.2); }
+ box-shadow: inset 0 2px 3px -1px rgba(73, 76, 90, 0.2); }
.osd spinbutton:not(.vertical) button:backdrop:disabled,
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled {
- color: rgba(156, 159, 175, 0.8);
+ color: rgba(0, 0, 0, 0.8);
border-style: none none none solid; }
.osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl),
#XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) {
@@ -5778,7 +5778,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover {
@@ -5838,7 +5838,7 @@ progressbar.osd {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
.osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button.flat:first-child:hover:focus, .osd spinbutton.vertical button.flat:first-child:hover:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover,
@@ -5878,14 +5878,14 @@ progressbar.osd {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button.flat:first-child:focus:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover {
background-color: rgba(24, 26, 36, 0.8);
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
.osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button.flat:first-child:focus:hover:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:focus:hover:hover {
@@ -5919,7 +5919,7 @@ progressbar.osd {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
.osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button.flat:first-child:checked:focus, .osd spinbutton.vertical button.flat:first-child:checked:hover, .osd spinbutton.vertical button.flat:first-child:active:focus, .osd spinbutton.vertical button.flat:first-child:active:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus,
@@ -6019,7 +6019,7 @@ progressbar.osd {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
.osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button.flat:first-child:focus, .osd spinbutton.vertical button.flat:first-child:hover,
#XfceNotifyWindow spinbutton.vertical button:first-child:focus,
#XfceNotifyWindow spinbutton.vertical button:first-child:hover,
@@ -6046,14 +6046,14 @@ progressbar.osd {
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
.osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:active:disabled :disabled, .osd spinbutton.vertical button.flat:first-child:checked:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:active:disabled :disabled,
#XfceNotifyWindow spinbutton.vertical button.flat:first-child:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
.osd spinbutton.vertical button.separator:first-child, .osd spinbutton.vertical button:first-child .separator,
#XfceNotifyWindow spinbutton.vertical button.separator:first-child,
#XfceNotifyWindow spinbutton.vertical button:first-child .separator {
@@ -6070,7 +6070,7 @@ progressbar.osd {
scrolledwindow viewport.frame {
border-style: none; }
scrolledwindow viewport.frame separator {
- background-image: image(mix(#161821,#c6c8d1,0.9)); }
+ background-image: image(mix(#c6c8d1,#161821,0.9)); }
scrolledwindow overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(132, 160, 198, 0.35)), to(rgba(132, 160, 198, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(132, 160, 198, 0.2)), to(rgba(132, 160, 198, 0)));
@@ -6194,13 +6194,13 @@ scrolledwindow undershoot.right {
scrolledwindow junction {
border-color: transparent;
- border-image: linear-gradient(to bottom, mix(#c6c8d1,#161821,0.1) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
- background-color: #b8bac6; }
+ border-image: linear-gradient(to bottom, mix(#1e202f,#c6c8d1,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
+ background-color: #14151f; }
scrolledwindow junction:dir(rtl) {
border-image-slice: 0 1 0 0; }
scrolledwindow junction:backdrop {
- border-image-source: linear-gradient(to bottom, mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9) 1px, transparent 1px);
- background-color: #bec0ca;
+ border-image-source: linear-gradient(to bottom, mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9) 1px, transparent 1px);
+ background-color: #181a26;
transition: 200ms ease-out; }
/*****************
@@ -6210,16 +6210,16 @@ progressbar {
padding: 0;
border-radius: 4px;
font-size: smaller;
- color: rgba(22, 24, 33, 0.6); }
+ color: rgba(198, 200, 209, 0.6); }
progressbar.horizontal trough,
progressbar.horizontal progress {
- min-height: 6px; }
+ min-height: 3px; }
progressbar.vertical trough,
progressbar.vertical progress {
- min-width: 6px; }
+ min-width: 3px; }
progressbar trough {
- border: 1px solid mix(#c6c8d1,#161821,0.17);
- background-color: mix(#c6c8d1,#c6c8d1,0.08);
+ border: 1px solid mix(#1e202f,#c6c8d1,0.17);
+ background-color: mix(#161821,#1e202f,0.08);
background-image: none;
border-radius: 4px; }
progressbar progress {
@@ -6251,8 +6251,8 @@ levelbar:backdrop {
transition: 200ms ease-out; }
levelbar trough {
- background-color: mix(#c6c8d1,#c6c8d1,0.08);
- border: 1px solid mix(#c6c8d1,#161821,0.17);
+ background-color: mix(#161821,#1e202f,0.08);
+ border: 1px solid mix(#1e202f,#c6c8d1,0.17);
border-radius: 4px;
padding: 2px; }
@@ -6285,9 +6285,9 @@ levelbar block {
box-shadow: none; }
scale {
- min-height: 10px;
- min-width: 10px;
- padding: 3px; }
+ min-height: 7px;
+ min-width: 7px;
+ padding: 0px; }
scale.horizontal trough {
padding: 0 3px; }
scale.horizontal highlight, scale.horizontal fill {
@@ -6297,33 +6297,33 @@ scale {
scale.vertical highlight, scale.vertical fill {
margin: -4px 0; }
scale slider {
- min-height: 15px;
- min-width: 15px;
- margin: -7px; }
+ min-height: 9px;
+ min-width: 9px;
+ margin: -4px; }
scale.fine-tune slider {
- margin: -7px; }
+ margin: -4px; }
scale.fine-tune highlight {
background-color: #9bb1d0; }
scale.fine-tune fill,
scale.fine-tune highlight,
scale.fine-tune trough {
- border-radius: 5px;
- -gtk-outline-radius: 7px; }
+ border-radius: 2px;
+ -gtk-outline-radius: 4px; }
scale trough {
outline-offset: 2px;
-gtk-outline-radius: 4.5px;
border-radius: 2.5px;
- background-color: mix(#c6c8d1,#161821,0.2); }
+ background-color: mix(#1e202f,#c6c8d1,0.2); }
scale trough:disabled {
- background-color: mix(#c6c8d1,#161821,0.1); }
+ background-color: mix(#1e202f,#c6c8d1,0.1); }
menuitem:hover scale trough, row:selected scale trough, infobar scale trough {
- background-color: rgba(9, 10, 13, 0.2); }
+ background-color: rgba(73, 76, 90, 0.2); }
menuitem:hover scale trough highlight, row:selected scale trough highlight, infobar scale trough highlight {
- background-color: #d2d4de; }
+ background-color: #161821; }
menuitem:hover scale trough highlight:disabled, row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
- background-color: mix(#d2d4de,#84a0c6,0.55); }
+ background-color: mix(#161821,#84a0c6,0.55); }
menuitem:hover scale trough:disabled, row:selected scale trough:disabled, infobar scale trough:disabled {
- background-color: rgba(9, 10, 13, 0.1); }
+ background-color: rgba(73, 76, 90, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #84a0c6; }
@@ -6335,33 +6335,33 @@ scale {
scale fill:disabled {
background-color: transparent; }
scale slider {
- background-color: #6b7089;
+ background-color: #161821;
border: 1px solid rgba(198, 200, 209, 0.16);
border-radius: 100%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border; }
scale slider:hover {
- background-color: #787d96; }
+ background-color: #202330; }
scale slider:active {
background-clip: border-box;
background-color: #84a0c6;
border-color: #84a0c6; }
scale slider:disabled {
- background-color: mix(#6b7089,#c6c8d1,0.55);
- border-color: mix(#c6c8d1,#c6c8d1,0.92); }
+ background-color: mix(#161821,#1e202f,0.55);
+ border-color: mix(#c6c8d1,#1e202f,0.92); }
menuitem:hover scale slider, row:selected scale slider, infobar scale slider {
background-clip: border-box;
- background-color: #d2d4de;
- border-color: #d2d4de; }
+ background-color: #161821;
+ border-color: #161821; }
menuitem:hover scale slider:hover, row:selected scale slider:hover, infobar scale slider:hover {
- background-color: mix(#d2d4de,#84a0c6,0.85);
- border-color: mix(#d2d4de,#84a0c6,0.85); }
+ background-color: mix(#161821,#84a0c6,0.85);
+ border-color: mix(#161821,#84a0c6,0.85); }
menuitem:hover scale slider:active, row:selected scale slider:active, infobar scale slider:active {
- background-color: mix(#d2d4de,#84a0c6,0.5);
- border-color: mix(#d2d4de,#84a0c6,0.5); }
+ background-color: mix(#161821,#84a0c6,0.5);
+ border-color: mix(#161821,#84a0c6,0.5); }
menuitem:hover scale slider:disabled, row:selected scale slider:disabled, infobar scale slider:disabled {
- background-color: mix(#d2d4de,#84a0c6,0.55);
- border-color: mix(#d2d4de,#84a0c6,0.55); }
+ background-color: mix(#161821,#84a0c6,0.55);
+ border-color: mix(#161821,#84a0c6,0.55); }
scale value {
color: alpha(currentColor,0.4); }
scale marks {
@@ -6407,7 +6407,7 @@ scale {
scale.color highlight, scale.color fill {
margin: 0; }
scale.color.horizontal {
- padding: 0 0 6px; }
+ padding: 0 0 3px; }
scale.color.horizontal trough {
border-top-left-radius: 0;
border-top-right-radius: 0; }
@@ -6415,7 +6415,7 @@ scale {
margin-bottom: 0;
margin-top: 0; }
scale.color.vertical:dir(ltr) {
- padding: 0 0 0 6px; }
+ padding: 0 0 0 3px; }
scale.color.vertical:dir(ltr) trough {
border-bottom-right-radius: 0;
border-top-right-radius: 0; }
@@ -6423,7 +6423,7 @@ scale {
margin-left: 0;
margin-right: 0; }
scale.color.vertical:dir(rtl) {
- padding: 0 6px 0 0; }
+ padding: 0 3px 0 0; }
scale.color.vertical:dir(rtl) trough {
border-bottom-left-radius: 0;
border-top-left-radius: 0; }
@@ -6435,22 +6435,22 @@ scale {
! Scrollbar
************/
scrollbar {
- background-color: #b8bac6;
+ background-color: #14151f;
transition: 300ms ease-out; }
* {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false; }
scrollbar.top {
- border-bottom: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-bottom: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar.bottom {
- border-top: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-top: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar.left {
- border-right: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-right: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar.right {
- border-left: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-left: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar:backdrop {
- background-color: #bec0ca;
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9);
+ background-color: #181a26;
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9);
transition: 400ms ease-in; }
scrollbar slider {
min-width: 7px;
@@ -6458,13 +6458,13 @@ scrollbar {
border: 1px solid transparent;
border-radius: 4px;
background-clip: padding-box;
- background-color: mix(#c6c8d1,#161821,0.5); }
+ background-color: mix(#1e202f,#c6c8d1,0.5); }
scrollbar slider:hover {
- background-color: mix(#c6c8d1,#161821,0.7); }
+ background-color: mix(#1e202f,#c6c8d1,0.7); }
scrollbar slider:hover:active {
background-color: #7393be; }
scrollbar slider:backdrop {
- background-color: mix(mix(#161821,#c6c8d1,0.5),#c6c8d1,0.4); }
+ background-color: mix(mix(#c6c8d1,#1e202f,0.5),#1e202f,0.4); }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.horizontal slider {
@@ -6482,8 +6482,8 @@ scrollbar {
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
min-width: 4px;
min-height: 4px;
- background-color: #161821;
- border: 1px solid #c8c9d2; }
+ background-color: #c6c8d1;
+ border: 1px solid #1f2131; }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
min-width: 4px;
min-height: 4px;
@@ -6503,44 +6503,44 @@ scrollbar {
padding: 0;
border: 0;
border-radius: 0;
- border-color: mix(#c6c8d1,#161821,0.1);
+ border-color: mix(#1e202f,#c6c8d1,0.18);
background-color: transparent;
box-shadow: none;
- color: mix(#c6c8d1,#161821,0.5); }
+ color: mix(#1e202f,#c6c8d1,0.5); }
scrollbar button:hover, scrollbar button.nautilus-circular-button.image-button:hover {
- color: mix(#c6c8d1,#161821,0.7); }
+ color: mix(#1e202f,#c6c8d1,0.7); }
scrollbar button:active, scrollbar button.nautilus-circular-button.image-button:active, scrollbar button:checked, scrollbar button.nautilus-circular-button.image-button:checked {
color: #7393be; }
scrollbar button:backdrop, scrollbar button.nautilus-circular-button.image-button:backdrop {
- color: mix(mix(#161821,#c6c8d1,0.5),#c6c8d1,0.4); }
+ color: mix(mix(#c6c8d1,#1e202f,0.5),#1e202f,0.4); }
scrollbar.vertical button.down {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
- border-top: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-top: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
- border-bottom: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-bottom: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar.horizontal button.down {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
- border-left: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-left: 1px solid mix(#1e202f,#c6c8d1,0.18); }
scrollbar.horizontal button.up {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
- border-right: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-right: 1px solid mix(#1e202f,#c6c8d1,0.18); }
/*********
! Sidebar
**********/
.sidebar {
border-style: none;
- background-color: mix(#c6c8d1,#c6c8d1,0.5); }
+ background-color: mix(#1e202f,#161821,0.5); }
stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
- border-right: 1px solid mix(#c6c8d1,#161821,0.1);
+ border-right: 1px solid mix(#1e202f,#c6c8d1,0.18);
border-left-style: none; }
stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right {
- border-left: 1px solid mix(#c6c8d1,#161821,0.1);
+ border-left: 1px solid mix(#1e202f,#c6c8d1,0.18);
border-right-style: none; }
.sidebar:backdrop {
- background-color: mix(#c6c8d1,#c6c8d1,0.5);
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9);
+ background-color: mix(#1e202f,#161821,0.5);
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9);
transition: 200ms ease-out; }
.sidebar .frame, .sidebar frame {
border-width: 0; }
@@ -6548,10 +6548,10 @@ scrollbar {
border-style: none; }
stacksidebar row {
- padding: 6px 3px; }
+ padding: 0px 0px; }
stacksidebar row > label {
- padding-left: 3px;
- padding-right: 3px; }
+ padding-left: 0px;
+ padding-right: 0px; }
stacksidebar row.needs-attention > label {
background-size: 6px 6px, 0 0; }
@@ -6562,25 +6562,25 @@ placessidebar row {
min-height: 32px;
padding: 0; }
placessidebar row > revealer {
- padding: 0 6px; }
+ padding: 0 0px; }
placessidebar row:selected {
- color: #d2d4de; }
+ color: #161821; }
placessidebar row:disabled {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
placessidebar row:backdrop {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
placessidebar row:backdrop:selected {
- color: mix(#84a0c6,#d2d4de,0.66); }
+ color: mix(#84a0c6,#161821,0.66); }
placessidebar row:backdrop:disabled {
- color: #9c9faf; }
+ color: black; }
placessidebar row image.sidebar-icon {
opacity: 0.7; }
placessidebar row image.sidebar-icon:dir(ltr) {
- padding-right: 8px;
- padding-left: 3px; }
+ padding-right: 2px;
+ padding-left: 0px; }
placessidebar row image.sidebar-icon:dir(rtl) {
- padding-left: 8px;
- padding-right: 3px; }
+ padding-left: 2px;
+ padding-right: 0px; }
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px; }
placessidebar row label.sidebar-label:dir(rtl) {
@@ -6608,7 +6608,7 @@ placessidebar row {
color: #84a0c6;
box-shadow: inset 0 1px #84a0c6, inset 0 -1px #84a0c6; }
placessidebar row:drop(active):not(:disabled):selected {
- color: #d2d4de;
+ color: #161821;
background-color: #84a0c6; }
/******
@@ -6620,22 +6620,22 @@ paned > separator {
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
- background-image: image(#afb2bf);
+ background-image: image(#1b1d2a);
background-size: 1px 1px;
background-position: center center; }
paned > separator:selected {
background-image: image(#84a0c6); }
paned > separator:backdrop {
- background-image: image(mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9)); }
+ background-image: image(mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9)); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
- background-color: #c6c8d1;
- background-image: image(#999dad), image(#999dad);
+ background-color: #1e202f;
+ background-image: image(#181a26), image(#181a26);
background-size: 1px 1px, 1px 1px; }
paned > separator.wide:backdrop {
- background-color: #c6c8d1;
- background-image: image(mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9)), image(mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9)); }
+ background-color: #1e202f;
+ background-image: image(mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9)), image(mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9)); }
paned.horizontal > separator {
background-repeat: repeat-y;
@@ -6683,9 +6683,9 @@ spinner {
************************/
radio {
background-image: none;
- min-width: 16px;
- min-height: 16px;
- margin-right: 3px; }
+ min-width: 10px;
+ min-height: 10px;
+ margin-right: 0px; }
radio:disabled {
-gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); }
radio:checked, radio:active {
@@ -6715,9 +6715,9 @@ radio {
check {
background-image: none;
- min-width: 16px;
- min-height: 16px;
- margin-right: 3px; }
+ min-width: 10px;
+ min-height: 10px;
+ margin-right: 0px; }
check:disabled {
-gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); }
check:checked, check:active {
@@ -6746,26 +6746,26 @@ check {
-gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); }
check, radio {
- box-shadow: -1px 0 mix(#c6c8d1,#161821,0.3) inset, 1px 0 mix(#c6c8d1,#161821,0.3) inset, 0 -1px mix(#c6c8d1,#161821,0.3) inset, 0 1px mix(#c6c8d1,#161821,0.3) inset;
+ box-shadow: -1px 0 mix(#1e202f,#c6c8d1,0.3) inset, 1px 0 mix(#1e202f,#c6c8d1,0.3) inset, 0 -1px mix(#1e202f,#c6c8d1,0.3) inset, 0 1px mix(#1e202f,#c6c8d1,0.3) inset;
border-radius: 2px;
- background-color: #c6c8d1; }
+ background-color: #161821; }
check:disabled, radio:disabled {
- box-shadow: -1px 0 mix(#c6c8d1,#161821,0.15) inset, 1px 0 mix(#c6c8d1,#161821,0.15) inset, 0 -1px mix(#c6c8d1,#161821,0.15) inset, 0 1px mix(#c6c8d1,#161821,0.15) inset;
- background-color: rgba(198, 200, 209, 0.25); }
+ box-shadow: -1px 0 mix(#1e202f,#c6c8d1,0.15) inset, 1px 0 mix(#1e202f,#c6c8d1,0.15) inset, 0 -1px mix(#1e202f,#c6c8d1,0.15) inset, 0 1px mix(#1e202f,#c6c8d1,0.15) inset;
+ background-color: rgba(22, 24, 33, 0.25); }
menuitem check:disabled, modelbutton check:disabled, menuitem check, modelbutton check, menuitem radio:disabled, modelbutton radio:disabled, menuitem radio, modelbutton radio {
box-shadow: none;
border-radius: 0;
background-color: transparent;
border: 0; }
textview check:focus, .view check:focus, iconview check:focus, view check:focus, treeview check:focus, textview radio:focus, .view radio:focus, iconview radio:focus, view radio:focus, treeview radio:focus {
- background-color: #c6c8d1; }
+ background-color: #161821; }
radio {
border-radius: 999px; }
radio:dir(rtl), check:dir(rtl) {
margin-right: 0;
- margin-left: 3px; }
+ margin-left: 0px; }
.view.content-view.check:not(list), iconview.content-view.check:not(list) {
-gtk-icon-shadow: none;
@@ -6812,45 +6812,45 @@ radio:dir(rtl), check:dir(rtl) {
*********/
switch {
border-radius: 4px;
- padding: 2px;
+ padding: 0px;
border: 0;
outline: none;
transition: background-color .3s linear;
- min-width: 78px;
- min-height: 24px;
- background-color: mix(#c6c8d1,#c6c8d1,0.3);
- color: #161821;
- box-shadow: inset 1px -1px 0 rgba(4, 5, 7, 0.06), inset -1px 1px 0 rgba(4, 5, 7, 0.06);
+ min-width: 66px;
+ min-height: 18px;
+ background-color: mix(#1e202f,#161821,0.3);
+ color: #c6c8d1;
+ box-shadow: inset 1px -1px 0 rgba(36, 38, 45, 0.06), inset -1px 1px 0 rgba(36, 38, 45, 0.06);
font-size: 90%; }
switch slider {
- background-color: mix(#161821,#c6c8d1,0.5);
+ background-color: mix(#c6c8d1,#1e202f,0.5);
transition: all .3s ease-in;
- box-shadow: 0 1px 2px 0 rgba(4, 5, 7, 0.07), 1px 0 2px 0 rgba(4, 5, 7, 0.07);
+ box-shadow: 0 1px 2px 0 rgba(36, 38, 45, 0.07), 1px 0 2px 0 rgba(36, 38, 45, 0.07);
border-radius: 4px; }
switch:checked {
background-color: #84a0c6;
background-image: none;
border-color: #84a0c6;
- color: #c6c8d1; }
+ color: #161821; }
switch:checked slider {
- background-color: #c8c9d2;
- box-shadow: 0 1px 3px 0 rgba(4, 5, 7, 0.1); }
+ background-color: #1f2131;
+ box-shadow: 0 1px 3px 0 rgba(36, 38, 45, 0.1); }
switch:disabled {
- background-color: mix(#c6c8d1,#c6c8d1,0.5);
+ background-color: mix(#1e202f,#161821,0.5);
background-image: none;
- border-color: #c6c8d1;
- color: #c6c8d1;
+ border-color: #1e202f;
+ color: #1e202f;
box-shadow: none; }
switch:disabled slider {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
list row:selected switch {
- background-color: #c6c8d1;
- color: mix(#c6c8d1,#c6c8d1,0.5); }
+ background-color: #1e202f;
+ color: mix(#1e202f,#161821,0.5); }
list row:selected switch slider {
- background-color: mix(mix(#c6c8d1,#c6c8d1,0.5),#c6c8d1,0.4); }
+ background-color: mix(mix(#1e202f,#161821,0.5),#161821,0.4); }
list row:selected switch:checked {
color: #84a0c6;
- background-color: mix(#161821,#c6c8d1,0.5); }
+ background-color: mix(#c6c8d1,#1e202f,0.5); }
list row:selected switch:checked slider {
background-color: #84a0c6; }
@@ -6870,22 +6870,22 @@ switch {
.view text,
iconview text,
textview text {
- color: #161821;
- background-color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ color: #c6c8d1;
+ background-color: #161821;
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
.view:backdrop, iconview:backdrop,
.view text:backdrop,
iconview text:backdrop,
textview text:backdrop {
- color: mix(#c6c8d1,#161821,0.8);
- background-color: #c6c8d1; }
+ color: mix(#161821,#c6c8d1,0.8);
+ background-color: #161821; }
.view separator, iconview separator,
textview text separator {
- background-image: image(mix(#161821,#c6c8d1,0.9)); }
+ background-image: image(mix(#c6c8d1,#161821,0.9)); }
textview border {
- background-color: mix(#c6c8d1,#c6c8d1,0.5); }
+ background-color: mix(#1e202f,#161821,0.5); }
iconview :selected {
border-radius: 4px; }
@@ -6897,36 +6897,36 @@ iconview :selected {
rubberband,
treeview.view rubberband,
flowbox rubberband {
- border: 1px solid mix(#84a0c6,#d2d4de,0.1);
+ border: 1px solid mix(#84a0c6,#161821,0.1);
background-color: rgba(132, 160, 198, 0.2); }
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
- background-color: #c6c8d1;
+ background-color: #161821;
transition-property: color, background; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
- background-color: #c6c8d1; }
+ background-color: #161821; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #84a0c6; }
treeview.view header button:active, treeview.view header button:hover, treeview.view header button, treeview.view header button.nautilus-circular-button.image-button {
- padding: 1px 4px;
+ padding: 0px 1px;
border-radius: 0;
text-shadow: none;
border-top-color: transparent;
border-left-color: transparent; }
treeview.view header button:disabled {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
treeview.view header button:backdrop {
- border-color: #c6c8d1;
+ border-color: #1e202f;
border-style: none solid solid none;
- color: mix(mix(#161821,#c6c8d1,0.5),#c6c8d1,0.5);
+ color: mix(mix(#c6c8d1,#1e202f,0.5),#1e202f,0.5);
background-image: none;
- background-color: #c6c8d1; }
+ background-color: #161821; }
treeview.view header button:backdrop:disabled {
- border-color: #c6c8d1;
+ border-color: #1e202f;
background-image: none; }
treeview.view {
@@ -6934,85 +6934,85 @@ treeview.view {
-GtkTreeView-grid-line-pattern: "";
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: "";
- border-left-color: mix(#161821,#c6c8d1,0.7);
- border-top-color: mix(#161821,#c6c8d1,0.9); }
+ border-left-color: mix(#c6c8d1,#161821,0.7);
+ border-top-color: mix(#c6c8d1,#161821,0.9); }
treeview.view:selected:focus, treeview.view:selected {
border-radius: 0; }
treeview.view:selected:backdrop, treeview.view:selected {
- border-left-color: mix(#d2d4de,#84a0c6,0.5);
- border-top-color: rgba(22, 24, 33, 0.1); }
+ border-left-color: mix(#161821,#84a0c6,0.5);
+ border-top-color: rgba(198, 200, 209, 0.1); }
treeview.view:disabled {
- color: mix(#161821,#c6c8d1,0.5); }
+ color: mix(#c6c8d1,#1e202f,0.5); }
treeview.view:disabled:selected {
- color: mix(#d2d4de,#84a0c6,0.4); }
+ color: mix(#161821,#84a0c6,0.4); }
treeview.view:disabled:selected:backdrop {
- color: mix(mix(#84a0c6,#d2d4de,0.66),#84a0c6,0.3); }
+ color: mix(mix(#84a0c6,#161821,0.66),#84a0c6,0.3); }
treeview.view:disabled:backdrop {
- color: #9c9faf; }
+ color: black; }
treeview.view.separator {
min-height: 2px;
- color: #c6c8d1; }
+ color: #1e202f; }
treeview.view.separator:backdrop {
- color: rgba(198, 200, 209, 0.1); }
+ color: rgba(30, 32, 47, 0.1); }
treeview.view:backdrop {
- border-left-color: mix(mix(#161821,#c6c8d1,0.5),#c6c8d1,0.5);
- border-top: #c6c8d1; }
+ border-left-color: mix(mix(#c6c8d1,#1e202f,0.5),#1e202f,0.5);
+ border-top: #1e202f; }
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
- border-color: mix(#84a0c6,#161821,0.3); }
+ border-color: mix(#84a0c6,#c6c8d1,0.3); }
treeview.view.after:drop(active) {
border-top-style: none; }
treeview.view.before:drop(active) {
border-bottom-style: none; }
treeview.view.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
- color: mix(#c6c8d1,#161821,0.7); }
+ color: mix(#161821,#c6c8d1,0.7); }
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
treeview.view.expander:hover {
- color: #161821; }
+ color: #c6c8d1; }
treeview.view.expander:selected {
- color: mix(#84a0c6,#d2d4de,0.7); }
+ color: mix(#84a0c6,#161821,0.7); }
treeview.view.expander:selected:hover {
- color: #d2d4de; }
+ color: #161821; }
treeview.view.expander:selected:backdrop {
- color: mix(#84a0c6,mix(#84a0c6,#d2d4de,0.66),0.7); }
+ color: mix(#84a0c6,mix(#84a0c6,#161821,0.66),0.7); }
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
treeview.view.expander:backdrop {
- color: mix(#c6c8d1,mix(#161821,#c6c8d1,0.5),0.7); }
+ color: mix(#161821,mix(#c6c8d1,#1e202f,0.5),0.7); }
treeview.view.progressbar {
background-color: #84a0c6;
background-image: none;
- color: #c6c8d1;
+ color: #161821;
border-radius: 4px;
- border: 1px solid mix(#84a0c6,#161821,0.3); }
+ border: 1px solid mix(#84a0c6,#c6c8d1,0.3); }
treeview.view.progressbar:selected {
- border: 1px solid mix(#84a0c6,#d2d4de,0.2); }
+ border: 1px solid mix(#84a0c6,#161821,0.2); }
treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected {
- color: #d2d4de;
+ color: #161821;
box-shadow: none;
background-color: #84a0c6;
background-image: none;
border-radius: 4px; }
treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop {
- color: mix(#84a0c6,#d2d4de,0.66);
- border-color: mix(#84a0c6,#161821,0.3);
- background-color: mix(#c6c8d1,#84a0c6,0.9); }
+ color: mix(#84a0c6,#161821,0.66);
+ border-color: mix(#84a0c6,#c6c8d1,0.3);
+ background-color: mix(#161821,#84a0c6,0.9); }
treeview.view.progressbar:disabled {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: #a4a7b6; }
+ border-color: #1a1b28; }
treeview.view.progressbar:backdrop {
- color: #c6c8d1;
+ color: #161821;
background-image: none;
box-shadow: none; }
treeview.view.trough {
- background-color: rgba(22, 24, 33, 0.1);
+ background-color: rgba(198, 200, 209, 0.1);
border-radius: 4px; }
treeview.view.trough:selected:focus, treeview.view.trough:selected {
- background-color: rgba(210, 212, 222, 0.3);
+ background-color: rgba(22, 24, 33, 0.3);
border-width: 1px 0;
border-style: solid;
border-color: #84a0c6;
@@ -7022,13 +7022,13 @@ treeview.view {
text-shadow: none;
box-shadow: none; }
treeview.view header button:hover {
- border-top-color: mix(#84a0c6,#161821,0.3);
- border-left-color: mix(#84a0c6,#161821,0.3);
+ border-top-color: mix(#84a0c6,#c6c8d1,0.3);
+ border-left-color: mix(#84a0c6,#c6c8d1,0.3);
box-shadow: none;
transition: none; }
treeview.view header button:active {
- border-top-color: mix(#84a0c6,#161821,0.3);
- border-left-color: mix(#84a0c6,#161821,0.3);
+ border-top-color: mix(#84a0c6,#c6c8d1,0.3);
+ border-left-color: mix(#84a0c6,#c6c8d1,0.3);
transition: none; }
treeview.view header button:last-child:backdrop, treeview.view header button:last-child {
border-right-style: none; }
@@ -7041,10 +7041,10 @@ treeview.view {
transition: none;
background-image: none;
background-color: #84a0c6;
- color: #c6c8d1;
+ color: #161821;
border-radius: 0;
border-style: none;
- box-shadow: inset 0 0 0 1px #c6c8d1;
+ box-shadow: inset 0 0 0 1px #161821;
text-shadow: none; }
treeview.view acceleditor > label {
background-color: #84a0c6; }
@@ -7053,7 +7053,7 @@ treeview.view {
! Separator
************/
separator {
- background-image: image(mix(#161821,#c6c8d1,0.9));
+ background-image: image(mix(#c6c8d1,#1e202f,0.9));
min-width: 1px;
min-height: 1px; }
@@ -7061,22 +7061,22 @@ separator {
! Frames *
***********/
frame > border, .frame {
- border: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border: 1px solid mix(#1e202f,#c6c8d1,0.18); }
frame > border.flat, .frame.flat {
border-style: none; }
frame > border:backdrop, .frame:backdrop {
- border-color: mix(#c6c8d1,mix(#c6c8d1,#161821,0.1),0.9); }
+ border-color: mix(#1e202f,mix(#1e202f,#c6c8d1,0.18),0.9); }
frame.border-inset > border,
frame.border-outset > border,
frame.border-groove > border,
frame.border-ridge > border {
- border: 1px solid alpha(mix(#c6c8d1,#161821,0.1),1.0980392157); }
+ border: 1px solid alpha(mix(#1e202f,#c6c8d1,0.18),0.3509803922); }
.content-view {
- background-color: mix(#c6c8d1,#c6c8d1,0.28);
- color: mix(#161821,#161821,0.18);
- border: 1px solid shade(mix(#c6c8d1,#c6c8d1,0.78),0.8); }
+ background-color: mix(#161821,#1e202f,0.28);
+ color: mix(#c6c8d1,#c6c8d1,0.18);
+ border: 1px solid shade(mix(#161821,#1e202f,0.78),0.8); }
/***************
! Places view *
@@ -7104,11 +7104,11 @@ decoration {
background-image: none;
border-radius: 4px 4px 0 0;
border-width: 0;
- box-shadow: 0 3px 9px 1px rgba(9, 10, 13, 0.7), 0 0 0 1px #84a0c6;
+ box-shadow: 0 3px 9px 1px rgba(73, 76, 90, 0.7), 0 0 0 0px #84a0c6;
/* this is used for the resize cursor area */
- margin: 9px; }
+ margin: 0px; }
decoration:backdrop {
- box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(9, 10, 13, 0.4), 0 0 0 1px #161821;
+ box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(73, 76, 90, 0.4), 0 0 0 0px #ada0d3;
transition: 200ms ease-out; }
.maximized decoration, .fullscreen decoration, .tiled decoration {
border-radius: 0; }
@@ -7117,20 +7117,20 @@ decoration {
.ssd decoration {
box-shadow: 0 0 0 1px #84a0c6; }
.ssd decoration:backdrop {
- box-shadow: 0 0 0 1px #161821; }
+ box-shadow: 0 0 0 1px #ada0d3; }
.solid-csd decoration {
border-radius: 0;
margin: 0;
box-shadow: none; }
.csd.popup decoration {
border-radius: 0;
- box-shadow: 0 1px 2px rgba(9, 10, 13, 0.2), 0 0 0 1px rgba(22, 24, 33, 0.13); }
+ box-shadow: 0 1px 2px rgba(73, 76, 90, 0.2), 0 0 0 1px rgba(173, 160, 211, 0.13); }
tooltip.csd decoration {
border-radius: 4px;
box-shadow: none; }
messagedialog.csd decoration {
border-radius: 4px;
- box-shadow: 0 1px 2px rgba(9, 10, 13, 0.2), 0 0 0 1px rgba(22, 24, 33, 0.13); }
+ box-shadow: 0 1px 2px rgba(73, 76, 90, 0.2), 0 0 0 1px rgba(173, 160, 211, 0.13); }
/***********************
! Fallback mode panel *
@@ -7184,7 +7184,7 @@ panel-toplevel.background {
padding: 0; }
.gp-text-color {
- color: #090a0d; }
+ color: #494c5a; }
panel-applet {
border: 0; }
@@ -7261,7 +7261,7 @@ PanelSeparator, MatePanelAppletFrameDBus {
border-color: transparent;
border-radius: 0;
border-width: 1px;
- color: #d2d4de;
+ color: #161821;
text-shadow: none;
padding: 2px; }
@@ -7278,10 +7278,10 @@ PanelSeparator, MatePanelAppletFrameDBus {
! Gnome clocks *
*****************/
.clocks-analog-frame.trough {
- color: mix(#161821,#c6c8d1,0.85); }
+ color: mix(#c6c8d1,#1e202f,0.85); }
.clocks-analog-frame.progress {
- color: mix(#c6c8d1,#84a0c6,0.5); }
+ color: mix(#1e202f,#84a0c6,0.5); }
.clocks-analog-frame.progress-fast {
color: #496d9e; }
@@ -7301,13 +7301,13 @@ workbench.csd > stack.titlebar:not(headerbar) {
! Geary *
*****************/
.geary-expanded .geary-message-summary {
- background-color: #bbbdc8; }
+ background-color: #15171f; }
.geary-folder-popover-list-row {
border-color: #1a1d28;
box-shadow: None; }
.geary-folder-popover-list-row > label {
- color: #c6c8d1; }
+ color: #1e202f; }
/***********************
! Unity Greeter *
@@ -7318,27 +7318,27 @@ workbench.csd > stack.titlebar:not(headerbar) {
.lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry, .lightdm.button {
background-image: none;
- background-color: rgba(9, 10, 13, 0.3);
- border-color: rgba(200, 201, 210, 0.9);
+ background-color: rgba(73, 76, 90, 0.3);
+ border-color: rgba(31, 33, 49, 0.9);
border-radius: 9px;
- padding: 3px;
- color: #c8c9d2; }
+ padding: 0px;
+ color: #1f2131; }
.lightdm.menu {
background-image: none;
- background-color: rgba(9, 10, 13, 0.6);
- border-color: rgba(200, 201, 210, 0.2);
+ background-color: rgba(73, 76, 90, 0.6);
+ border-color: rgba(31, 33, 49, 0.2);
border-radius: 8px;
padding: 1px;
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active {
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.menubar *, .lightdm.menubar.menuitem {
padding: 0px; }
.lightdm.option-button {
- padding: 3px;
+ padding: 0px;
background: none;
border: 0; }
@@ -7346,24 +7346,24 @@ workbench.csd > stack.titlebar:not(headerbar) {
background: none;
border-width: 0; }
.lightdm.toggle-button.selected {
- background-color: rgba(9, 10, 13, 0.3);
- border-color: rgba(200, 201, 210, 0.3);
+ background-color: rgba(73, 76, 90, 0.3);
+ border-color: rgba(31, 33, 49, 0.3);
border-width: 1px; }
.lightdm.toggle-button.selected:hover {
- background-color: rgba(200, 201, 210, 0.3); }
+ background-color: rgba(31, 33, 49, 0.3); }
.lightdm.button:hover {
- background-color: rgba(200, 201, 210, 0.3);
- border-color: rgba(200, 201, 210, 0.6);
+ background-color: rgba(31, 33, 49, 0.3);
+ border-color: rgba(31, 33, 49, 0.6);
text-shadow: none; }
.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus {
background-image: none;
- background-color: rgba(9, 10, 13, 0.3);
- border-color: rgba(200, 201, 210, 0.6);
+ background-color: rgba(73, 76, 90, 0.3);
+ border-color: rgba(31, 33, 49, 0.6);
border-radius: 9px;
- padding: 5px;
- color: #c8c9d2;
+ padding: 2px;
+ color: #1f2131;
text-shadow: none; }
.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus {
@@ -7375,19 +7375,19 @@ workbench.csd > stack.titlebar:not(headerbar) {
animation: dashentry_spinner 1s infinite linear; }
.lightdm.entry:focus {
- border-color: rgba(200, 201, 210, 0.6);
+ border-color: rgba(31, 33, 49, 0.6);
border-width: 1px;
border-style: solid;
- color: #c8c9d2; }
+ color: #1f2131; }
.lightdm.entry:selected {
- background-color: rgba(200, 201, 210, 0.2); }
+ background-color: rgba(31, 33, 49, 0.2); }
.lightdm-combo.menu {
background-color: #181a24;
border-radius: 0;
padding: 0;
- color: #c8c9d2; }
+ color: #1f2131; }
/*********
! Gedit *
@@ -7396,14 +7396,14 @@ GeditWindow .pane-separator {
border-width: 0 1px 0 0;
border-style: solid; }
GeditWindow .pane-separator, GeditWindow .pane-separator:hover {
- border-color: #afb2bf;
- background-color: #c6c8d1; }
+ border-color: #1b1d2a;
+ background-color: #1e202f; }
.gedit-document-panel {
- background-color: #c6c8d1;
- color: mix(#161821,#c6c8d1,0.1); }
+ background-color: #1e202f;
+ color: mix(#c6c8d1,#1e202f,0.1); }
.gedit-document-panel list row {
- padding: 3px; }
+ padding: 0px; }
.gedit-document-panel list row button, .gedit-document-panel list row button.nautilus-circular-button.image-button {
padding: 1px;
border-radius: 4px;
@@ -7415,31 +7415,31 @@ GeditWindow .pane-separator {
color: transparent;
-gtk-icon-shadow: none; }
.gedit-document-panel .prelight-row button {
- border-color: rgba(9, 10, 13, 0.1);
- color: rgba(200, 201, 210, 0.8); }
+ border-color: rgba(73, 76, 90, 0.1);
+ color: rgba(31, 33, 49, 0.8); }
.gedit-document-panel .prelight-row button:active {
- border-color: rgba(9, 10, 13, 0.2);
- background-color: rgba(9, 10, 13, 0.08);
- color: #c8c9d2; }
+ border-color: rgba(73, 76, 90, 0.2);
+ background-color: rgba(73, 76, 90, 0.08);
+ color: #1f2131; }
.gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover {
- border-color: rgba(9, 10, 13, 0.1);
- color: #c8c9d2; }
+ border-color: rgba(73, 76, 90, 0.1);
+ color: #1f2131; }
.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover {
- border-top: 1px solid #afb2bf;
- background-color: #c6c8d1; }
+ border-top: 1px solid #1b1d2a;
+ background-color: #1e202f; }
.gedit-document-panel-document-row:hover {
- background-color: #d1d3da; }
+ background-color: #202231; }
.gedit-document-panel-dragged-row {
- border: 1px solid rgba(9, 10, 13, 0.1);
- background-color: rgba(9, 10, 13, 0.5);
- color: #c8c9d2; }
+ border: 1px solid rgba(73, 76, 90, 0.1);
+ background-color: rgba(73, 76, 90, 0.5);
+ color: #1f2131; }
.gedit-document-panel-placeholder-row {
border: 0;
- background-color: rgba(9, 10, 13, 0.08);
+ background-color: rgba(73, 76, 90, 0.08);
transition: all 200ms ease-in; }
statusbar GeditSmallButton, GeditStatusMenuButton {
@@ -7451,33 +7451,33 @@ statusbar GeditSmallButton, GeditStatusMenuButton {
border-radius: 0;
padding: 1px 6px 2px 4px; }
statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button.nautilus-circular-button.image-button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button.nautilus-circular-button.image-button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active:hover {
- border-color: #999dad; }
+ border-color: #181a26; }
statusbar GeditSmallButton button:active, statusbar GeditSmallButton button.nautilus-circular-button.image-button:active, GeditStatusMenuButton button:active, GeditStatusMenuButton button.nautilus-circular-button.image-button:active {
- background-color: #bbbdc8;
- color: #161821; }
+ background-color: #1d1e2d;
+ color: #c6c8d1; }
GeditViewFrame .gedit-search-slider {
- padding: 3px;
+ padding: 0px;
border-radius: 0 0 4px 4px;
border-width: 0 1px 1px;
border-style: solid;
- border-color: #999dad;
- background-color: #c6c8d1; }
+ border-color: #12131a;
+ background-color: #161821; }
GeditViewFrame .gedit-search-slider .not-found {
background-color: #e98989;
background-image: none;
color: #161821; }
GeditFileBrowserWidget .toolbar {
- padding: 1.5px;
+ padding: 0px;
border-top: 0;
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none; }
.gedit-search-entry-occurrences-tag {
- margin: 1.5px;
- padding: 1.5px;
- color: mix(#161821,#c6c8d1,0.5); }
+ margin: 0px;
+ padding: 0px;
+ color: mix(#c6c8d1,#161821,0.5); }
.gedit-bottom-panel-paned,
.gedit-side-panel-paned,
@@ -7491,19 +7491,19 @@ paned.titlebar {
! Nautilus *
*************/
.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop {
- color: #c8c9d2;
- text-shadow: 1px 1px #090a0d; }
+ color: #1f2131;
+ text-shadow: 1px 1px #494c5a; }
.nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active {
- color: #161821; }
+ color: #c6c8d1; }
.nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected {
- color: #d2d4de; }
+ color: #161821; }
.nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected {
text-shadow: none; }
.nautilus-window toolbar {
border-width: 0 0 1px;
border-style: solid;
- border-color: #999dad; }
+ border-color: #181a26; }
.nautilus-window .sidebar {
border: 0; }
@@ -7511,7 +7511,7 @@ paned.titlebar {
border: 0; }
.nautilus-window notebook {
- background-color: #c6c8d1;
+ background-color: #161821;
border: 0; }
.nautilus-window notebook frame {
border: 0; }
@@ -7520,21 +7520,21 @@ paned.titlebar {
margin-top: -1px; }
.nautilus-window .searchbar-container searchbar {
padding-top: 0px;
- padding-bottom: 1px;
- border-bottom: 1px solid mix(#c6c8d1,#161821,0.1); }
+ padding-bottom: 0px;
+ border-bottom: 1px solid mix(#1e202f,#c6c8d1,0.18); }
.disk-space-display {
border-style: solid;
border-width: 1px; }
.disk-space-display.unknown {
- background-color: rgba(22, 24, 33, 0.5);
- border-color: rgba(20, 22, 30, 0.5); }
+ background-color: rgba(198, 200, 209, 0.5);
+ border-color: rgba(175, 178, 191, 0.5); }
.disk-space-display.used {
background-color: rgba(132, 160, 198, 0.8);
border-color: rgba(109, 143, 188, 0.8); }
.disk-space-display.free {
- background-color: #bbbdc8;
- border-color: #a5a8b7; }
+ background-color: #1d1e2d;
+ border-color: #1a1b28; }
.conflict-row.activatable, .conflict-row.activatable:active {
color: #161821;
@@ -7544,69 +7544,69 @@ paned.titlebar {
background-color: #efa8a8; }
.conflict-row.activatable:selected {
- color: #d2d4de;
+ color: #161821;
background-color: #84a0c6; }
/********
! Nemo *
*********/
.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop {
- color: #c8c9d2;
- text-shadow: 1px 1px #090a0d; }
+ color: #1f2131;
+ text-shadow: 1px 1px #494c5a; }
.nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active {
- color: #161821; }
+ color: #c6c8d1; }
.nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected {
- color: #d2d4de; }
+ color: #161821; }
.nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected {
text-shadow: none; }
.nemo-window {
/* Status Bar */ }
.nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview {
- background-color: mix(#c6c8d1,#161821,0.12);
- color: #161821; }
+ background-color: mix(#161821,#c6c8d1,0.12);
+ color: #c6c8d1; }
.nemo-window toolbar {
border-width: 0 0 1px;
border-style: solid;
- border-color: #999dad;
+ border-color: #181a26;
/* Path Bar */ }
.nemo-window toolbar separator, .nemo-window toolbar separator:disabled {
- color: mix(#c6c8d1,#161821,0.88);
+ color: mix(#1e202f,#c6c8d1,0.88);
border-color: currentColor;
-GtkWidget-window-dragging: true; }
.nemo-window toolbar.primary-toolbar button.image-button {
- padding: 0 8px; }
+ padding: 0 5px; }
.nemo-window toolbar combobox, .nemo-window toolbar button, .nemo-window toolbar button.nautilus-circular-button.image-button {
- padding: 3px; }
+ padding: 0px; }
.nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button {
- padding: 3px; }
+ padding: 0px; }
.nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button {
- padding: 3px; }
+ padding: 0px; }
.nemo-window toolbar toolitem stack {
margin-left: 15px; }
.nemo-window toolbar toolitem stack widget button, .nemo-window toolbar toolitem stack widget button.nautilus-circular-button.image-button {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12);
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
-NemoPathbarButton-border-radius: 4px; }
.nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
.nemo-window toolbar toolitem stack widget button:disabled {
- box-shadow: inset -1px 0 #999dad; }
+ box-shadow: inset -1px 0 #181a26; }
.nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
.nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover {
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
.nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child {
box-shadow: none; }
.nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus {
- box-shadow: inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus {
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.06), inset 0 1px rgba(4, 5, 7, 0.07), inset -1px 0 rgba(4, 5, 7, 0.06); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.06), inset 0 1px rgba(36, 38, 45, 0.07), inset -1px 0 rgba(36, 38, 45, 0.06); }
.nemo-window grid > widget:last-child button {
min-height: 16px;
min-width: 16px;
- padding: 2px 4px; }
+ padding: 0px 0px; }
.nemo-window grid > widget:last-child button:first-child {
margin-left: 20px; }
.nemo-window grid > widget:last-child button:first-child + button {
@@ -7622,26 +7622,26 @@ paned.titlebar {
.nemo-window .sidebar .frame {
border: 0; }
.nemo-window .sidebar image {
- padding-left: 3px;
- padding-right: 3px; }
+ padding-left: 0px;
+ padding-right: 0px; }
.nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
- background-color: mix(#c6c8d1,#c6c8d1,0.5); }
+ background-color: mix(#1e202f,#161821,0.5); }
.nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview {
- -NemoPlacesTreeView-disk-full-bg-color: #999dad;
+ -NemoPlacesTreeView-disk-full-bg-color: #181a26;
-NemoPlacesTreeView-disk-full-fg-color: #84a0c6;
-NemoPlacesTreeView-disk-full-bar-width: 2px;
-NemoPlacesTreeView-disk-full-bar-radius: 1px;
-NemoPlacesTreeView-disk-full-bottom-padding: 0;
-NemoPlacesTreeView-disk-full-max-length: 75px; }
.nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected {
- -NemoPlacesTreeView-disk-full-bg-color: #d2d4de;
+ -NemoPlacesTreeView-disk-full-bg-color: #161821;
-NemoPlacesTreeView-disk-full-fg-color: #b1c3db; }
.nemo-window .sidebar + separator + box .primary-toolbar {
- background-color: #c1c4cd;
+ background-color: #1d1f2e;
background-image: none;
padding-top: 0px;
padding-bottom: 0px;
- border-bottom: 1px solid mix(#c6c8d1,#161821,0.1); }
+ border-bottom: 1px solid mix(#1e202f,#c6c8d1,0.18); }
.nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2), .nemo-window .sidebar + separator + box .primary-toolbar button.nautilus-circular-button.image-button:nth-child(2) {
border-right: 0;
border-top-right-radius: 0;
@@ -7652,22 +7652,22 @@ paned.titlebar {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- border-color: rgba(0, 0, 0, 0.12);
- color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12);
+ border-color: rgba(0, 0, 0, 0.22);
+ color: #c6c8d1;
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22);
padding: 5px 6px; }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:hover {
- border-color: mix(#84a0c6,rgba(0, 0, 0, 0.12),0.3); }
+ border-color: mix(#84a0c6,rgba(0, 0, 0, 0.22),0.3); }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover:focus {
- border-color: rgba(0, 0, 0, 0.12); }
+ border-color: rgba(0, 0, 0, 0.22); }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat.nautilus-circular-button.image-button:disabled {
- border-color: rgba(0, 0, 0, 0.12); }
+ border-color: rgba(0, 0, 0, 0.22); }
.nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:disabled {
- border-color: rgba(0, 0, 0, 0.12); }
+ border-color: rgba(0, 0, 0, 0.22); }
.nemo-window notebook {
- background-color: #c6c8d1;
+ background-color: #161821;
border-width: 0; }
.nemo-window notebook tabs {
border: 0; }
@@ -7679,11 +7679,11 @@ paned.titlebar {
! Synaptic *
*************/
GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
- background-color: #c6c8d1;
+ background-color: #1e202f;
background-image: none;
- padding: 3px;
+ padding: 0px;
border: 0;
- color: #161821; }
+ color: #c6c8d1; }
/***********************
! Fallback mode panel *
@@ -7696,8 +7696,8 @@ GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar
padding: 0;
border: 0;
background-image: none;
- background-color: #c6c8d1;
- color: #161821; }
+ background-color: #161821;
+ color: #c6c8d1; }
.xfce4-panel {
font: inherit; }
@@ -7716,9 +7716,9 @@ UnityDecoration {
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 1px;
-UnityDecoration-shadow-offset-y: 1px;
- -UnityDecoration-active-shadow-color: rgba(9, 10, 13, 0.3);
+ -UnityDecoration-active-shadow-color: rgba(73, 76, 90, 0.3);
-UnityDecoration-active-shadow-radius: 8px;
- -UnityDecoration-inactive-shadow-color: rgba(9, 10, 13, 0.5);
+ -UnityDecoration-inactive-shadow-color: rgba(73, 76, 90, 0.5);
-UnityDecoration-inactive-shadow-radius: 5px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #84a0c6;
@@ -7729,7 +7729,7 @@ UnityDecoration {
border: 1px solid #84a0c6;
border-bottom: 0;
border-radius: 4px 4px 0 0;
- padding: 1px 6px 0;
+ padding: 1px 3px 0;
background-color: #161821;
color: #c6c8d1;
text-shadow: none; }
@@ -7740,12 +7740,12 @@ UnityDecoration {
background-image: none;
color: #d8d9e0; }
UnityDecoration .top:backdrop {
- border: 1px solid #161821;
- color: mix(#161821,#c6c8d1,0.4); }
+ border: 1px solid #ada0d3;
+ color: mix(#c6c8d1,#1e202f,0.4); }
UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom {
background-color: #161821; }
UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
- background-color: mix(#82879a,mix(#161821,#c6c8d1,0.4),0.21); }
+ background-color: mix(#151621,mix(#c6c8d1,#1e202f,0.4),0.21); }
UnityPanelWidget, .unity-panel {
border: 0; }
@@ -7760,7 +7760,7 @@ UnityPanelWidget, .unity-panel {
color: #d8d9e0; }
SheetStyleDialog.unity-force-quit {
- background-color: #c6c8d1; }
+ background-color: #1e202f; }
/************************
! Unity-Control-Center *
@@ -7778,17 +7778,17 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
color: #c6c8d1;
font-weight: bold;
- text-shadow: 0 1px rgba(9, 10, 13, 0.5);
- -gtk-icon-shadow: 0 1px rgba(9, 10, 13, 0.5); }
+ text-shadow: 0 1px rgba(73, 76, 90, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
#panel_window menubar {
- padding-left: 3px; }
+ padding-left: 0px; }
#panel_window menubar, #panel_window menubar > menuitem {
background-color: transparent;
background-image: none;
border-style: none;
color: #c6c8d1;
- text-shadow: 0 1px rgba(9, 10, 13, 0.5);
- -gtk-icon-shadow: 0 1px rgba(9, 10, 13, 0.5); }
+ text-shadow: 0 1px rgba(73, 76, 90, 0.5);
+ -gtk-icon-shadow: 0 1px rgba(73, 76, 90, 0.5); }
#panel_window menubar:hover, #panel_window menubar > menuitem:hover {
background-color: rgba(198, 200, 209, 0.2);
background-image: none;
@@ -7801,7 +7801,7 @@ SheetStyleDialog.unity-force-quit {
font-weight: normal; }
#content_frame {
- padding-bottom: 9px; }
+ padding-bottom: 0px; }
#login_window, #shutdown_dialog, #restart_dialog {
border-style: none;
@@ -7819,7 +7819,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
#login_window button:focus, #login_window button:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
#login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus {
@@ -7863,7 +7863,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
#login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
#login_window button:hover:active, #login_window button:hover:active:focus, #login_window button.flat:hover:active:focus, #login_window button:hover:checked, #login_window button:hover:checked:focus, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover:focus {
@@ -7881,12 +7881,12 @@ SheetStyleDialog.unity-force-quit {
outline-style: solid;
outline-offset: -3px;
color: #c6c8d1;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.42); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.42); }
#login_window button:focus:hover, #login_window button.flat:focus:hover {
background-color: #181a24;
background-image: none;
border-color: rgba(153, 157, 173, 0.3);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.48); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.48); }
#login_window button:focus:hover:hover, #login_window button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.3),0.3); }
#login_window button:focus:hover:active, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:focus, #login_window button:focus:hover:checked, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked:hover:focus {
@@ -7900,7 +7900,7 @@ SheetStyleDialog.unity-force-quit {
background-color: #84a0c6;
background-image: none;
border-color: rgba(153, 157, 173, 0.22);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(198, 200, 209, 0.06), inset 0 1px rgba(198, 200, 209, 0.07), inset -1px 0 rgba(198, 200, 209, 0.06), inset 0 -1px rgba(198, 200, 209, 0.05); }
#login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover {
border-color: mix(#84a0c6,rgba(198, 200, 209, 0.22),0.3); }
@@ -7914,7 +7914,7 @@ SheetStyleDialog.unity-force-quit {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover {
color: #c6c8d1; }
#login_window button:disabled:disabled, #login_window button.flat:disabled:disabled {
@@ -7929,10 +7929,10 @@ SheetStyleDialog.unity-force-quit {
#login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
#login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
#login_window button.separator, #login_window button .separator {
border: 1px solid currentColor;
color: rgba(22, 24, 33, 0.9); }
@@ -7945,10 +7945,10 @@ SheetStyleDialog.unity-force-quit {
background-color: #161821;
background-image: none;
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8);
- padding: 5px 3.8571428571px;
+ padding: 2px 0.2857142857px;
color: #c6c8d1;
- caret-color: #161821;
- -gtk-secondary-caret-color: #161821; }
+ caret-color: #84a0c6;
+ -gtk-secondary-caret-color: #84a0c6; }
#login_window entry:focus, #login_window entry:hover {
border-color: mix(#84a0c6,mix(#161821,#c6c8d1,0.2),0.3); }
#login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus {
@@ -7958,7 +7958,7 @@ SheetStyleDialog.unity-force-quit {
#login_window entry:active:disabled, #login_window entry:checked:disabled {
border-color: shade(mix(#161821,#c6c8d1,0.2),0.8); }
#login_window entry:focus, #login_window entry:active {
- border-color: mix(#84a0c6,mix(#c6c8d1,#161821,0.1),0.3); }
+ border-color: mix(#84a0c6,mix(#1e202f,#c6c8d1,0.18),0.3); }
#login_window entry:disabled {
background-color: mix(#161821,#c6c8d1,0.07);
background-image: none;
@@ -7982,10 +7982,10 @@ SheetStyleDialog.unity-force-quit {
border-radius: 4px;
background-color: #14161e;
background-image: none;
- box-shadow: inset 1px 0 rgba(4, 5, 7, 0.07), inset 0 1px rgba(4, 5, 7, 0.08), inset -1px 0 rgba(4, 5, 7, 0.07), inset 0 -1px rgba(4, 5, 7, 0.05); }
+ box-shadow: inset 1px 0 rgba(36, 38, 45, 0.07), inset 0 1px rgba(36, 38, 45, 0.08), inset -1px 0 rgba(36, 38, 45, 0.07), inset 0 -1px rgba(36, 38, 45, 0.05); }
#buttonbox_frame {
- padding-top: 6px;
+ padding-top: 0px;
padding-bottom: 0;
border-style: none;
border-bottom-left-radius: 4px;
@@ -8000,7 +8000,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
#shutdown_button button:focus, #shutdown_button button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
#shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus {
@@ -8044,7 +8044,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
#shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
#shutdown_button button:hover:active, #shutdown_button button:hover:active:focus, #shutdown_button button.flat:hover:active:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:focus, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover:focus {
@@ -8062,12 +8062,12 @@ SheetStyleDialog.unity-force-quit {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
#shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover {
background-color: #efa8a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
#shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
#shutdown_button button:focus:hover:active, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus {
@@ -8081,7 +8081,7 @@ SheetStyleDialog.unity-force-quit {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
#shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
@@ -8095,7 +8095,7 @@ SheetStyleDialog.unity-force-quit {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover {
color: #161821; }
#shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled {
@@ -8110,10 +8110,10 @@ SheetStyleDialog.unity-force-quit {
#shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
#shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
#shutdown_button button.separator, #shutdown_button button .separator {
border: 1px solid currentColor;
color: rgba(233, 137, 137, 0.9); }
@@ -8128,7 +8128,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.12); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.12); }
#restart_button button:focus, #restart_button button:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
#restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus {
@@ -8172,7 +8172,7 @@ SheetStyleDialog.unity-force-quit {
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.22); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.22); }
#restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
#restart_button button:hover:active, #restart_button button:hover:active:focus, #restart_button button.flat:hover:active:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:focus, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover:focus {
@@ -8190,12 +8190,12 @@ SheetStyleDialog.unity-force-quit {
outline-style: solid;
outline-offset: -3px;
color: #161821;
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.32); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.32); }
#restart_button button:focus:hover, #restart_button button.flat:focus:hover {
background-color: #efc6a8;
background-image: none;
border-color: rgba(18, 19, 26, 0.4);
- box-shadow: 0 1px 2px -1px rgba(4, 5, 7, 0.38); }
+ box-shadow: 0 1px 2px -1px rgba(36, 38, 45, 0.38); }
#restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.4),0.3); }
#restart_button button:focus:hover:active, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:focus, #restart_button button:focus:hover:checked, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked:hover:focus {
@@ -8209,7 +8209,7 @@ SheetStyleDialog.unity-force-quit {
background-color: #84a0c6;
background-image: none;
border-color: rgba(18, 19, 26, 0.32);
- color: #d2d4de;
+ color: #161821;
box-shadow: inset 1px 0 rgba(22, 24, 33, 0.06), inset 0 1px rgba(22, 24, 33, 0.07), inset -1px 0 rgba(22, 24, 33, 0.06), inset 0 -1px rgba(22, 24, 33, 0.05); }
#restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover {
border-color: mix(#84a0c6,rgba(22, 24, 33, 0.32),0.3); }
@@ -8223,7 +8223,7 @@ SheetStyleDialog.unity-force-quit {
/*@include linear-gradient(shade($bg, .65), to top);*/
background-color: #8fa9cb;
background-image: none;
- color: #d2d4de; }
+ color: #161821; }
#restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover {
color: #161821; }
#restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled {
@@ -8238,10 +8238,10 @@ SheetStyleDialog.unity-force-quit {
#restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled {
background-color: rgba(132, 160, 198, 0.6);
background-image: none;
- color: rgba(210, 212, 222, 0.85);
+ color: rgba(22, 24, 33, 0.85);
box-shadow: none; }
#restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled {
- color: rgba(210, 212, 222, 0.85); }
+ color: rgba(22, 24, 33, 0.85); }
#restart_button button.separator, #restart_button button .separator {
border: 1px solid currentColor;
color: rgba(233, 177, 137, 0.9); }
@@ -8281,13 +8281,13 @@ terminal-window scrollbar.vertical slider {
background-color: transparent; }
.raven {
- background-color: rgba(198, 200, 209, 0.93); }
+ background-color: rgba(30, 32, 47, 0.93); }
.raven .raven-header {
- background-color: #c6c8d1;
- border: solid mix(#c6c8d1,#161821,0.1);
+ background-color: #1e202f;
+ border: solid mix(#1e202f,#c6c8d1,0.18);
border-width: 1px 0; }
.raven .raven-background {
- background-color: rgba(198, 200, 209, 0.93); }
+ background-color: rgba(30, 32, 47, 0.93); }
.raven-mpris {
- background-color: rgba(198, 200, 209, 0.7); }
+ background-color: rgba(30, 32, 47, 0.7); }
diff --git a/home/.themes/oomox-iceberg/gtk-3.20/gtk.gresource b/home/.themes/oomox-iceberg/gtk-3.20/gtk.gresource
index 70152b9..b7a28bc 100644
Binary files a/home/.themes/oomox-iceberg/gtk-3.20/gtk.gresource and b/home/.themes/oomox-iceberg/gtk-3.20/gtk.gresource differ
diff --git a/home/.themes/oomox-iceberg/metacity-1/metacity-theme-2.xml b/home/.themes/oomox-iceberg/metacity-1/metacity-theme-2.xml
index 11a5e6b..0f70002 100644
--- a/home/.themes/oomox-iceberg/metacity-1/metacity-theme-2.xml
+++ b/home/.themes/oomox-iceberg/metacity-1/metacity-theme-2.xml
@@ -10,15 +10,15 @@
-
+
-
+
-
+
-
+
diff --git a/home/.themes/oomox-iceberg/metacity-1/thumbnail.png b/home/.themes/oomox-iceberg/metacity-1/thumbnail.png
index 7a0a814..f855f89 100644
Binary files a/home/.themes/oomox-iceberg/metacity-1/thumbnail.png and b/home/.themes/oomox-iceberg/metacity-1/thumbnail.png differ
diff --git a/home/.themes/oomox-iceberg/openbox-3/themerc b/home/.themes/oomox-iceberg/openbox-3/themerc
index 081af59..97068e0 100644
--- a/home/.themes/oomox-iceberg/openbox-3/themerc
+++ b/home/.themes/oomox-iceberg/openbox-3/themerc
@@ -6,7 +6,7 @@
# Menu
-menu.border.color: #161821
+menu.border.color: #c6c8d1
menu.title.bg: Solid Flat
menu.title.bg.color: #161821
@@ -55,7 +55,7 @@ window.active.button.unpressed.image.color: #c6c8d1
window.active.button.pressed.bg: flat solid
window.active.button.pressed.bg.color: #84a0c6
-window.active.button.pressed.image.color: #d2d4de
+window.active.button.pressed.image.color: #161821
window.active.button.disabled.bg: flat solid
window.active.button.disabled.bg.color: #161821
@@ -66,10 +66,10 @@ window.active.button.hover.bg.color: #161821
window.active.button.hover.image.color: #84a0c6
#window.active.button.toggled.bg: #84a0c6
-#window.active.button.toggled.image.color: #d2d4de
+#window.active.button.toggled.image.color: #161821
# Inactive window
-window.inactive.border.color: #161821
+window.inactive.border.color: #ada0d3
window.inactive.title.bg: flat solid
window.inactive.title.bg.color: #161821
@@ -91,7 +91,7 @@ window.inactive.button.unpressed.image.color: #9a9ca5
window.inactive.button.pressed.bg: flat solid
window.inactive.button.pressed.bg.color: #84a0c6
-window.inactive.button.pressed.image.color: #d2d4de
+window.inactive.button.pressed.image.color: #161821
window.inactive.button.disabled.bg: flat solid
window.inactive.button.disabled.bg.color: #9a9ca5
@@ -121,7 +121,7 @@ osd.border.width: 2
osd.hilight.bg: Solid Flat
osd.hilight.bg.color: #84a0c6
osd.unhilight.bg: flat solid
-osd.unhilight.bg.color: #c6c8d1
+osd.unhilight.bg.color: #1e202f
osd.button.unpressed.bg: flat border
osd.button.unpressed.bg.color: #161821
@@ -129,11 +129,11 @@ osd.button.unpressed.bg.color: #161821
osd.button.pressed.bg: flat border
osd.button.pressed.bg.color: #84a0c6
-#osd.button.pressed.*.border.color: #d2d4de
+#osd.button.pressed.*.border.color: #161821
osd.button.focused.bg: flat solid border
-osd.button.focused.bg.color: #161821
-#osd.button.focused.*.border.color: #c6c8d1
+osd.button.focused.bg.color: #c6c8d1
+#osd.button.focused.*.border.color: #1e202f
osd.button.focused.box.color: #84a0c6
@@ -146,9 +146,9 @@ menu.title.text.font:shadow=n
# Everything else
-border.width: 3
+border.width: 0
padding.width: 8
-padding.height: 3
+padding.height: 0
window.handle.width: 0
window.client.padding.width: 0
window.label.text.justify: center
diff --git a/home/.themes/oomox-iceberg/unity/close_dash.svg b/home/.themes/oomox-iceberg/unity/close_dash.svg
index 2695ccb..15de04e 100644
--- a/home/.themes/oomox-iceberg/unity/close_dash.svg
+++ b/home/.themes/oomox-iceberg/unity/close_dash.svg
@@ -1 +1 @@
-
+
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_19.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_19.svg
index a3929be..99f7e3f 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_19.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_19.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_37.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_37.svg
index 50738ae..7ec53e3 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_37.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_ltr_37.svg
@@ -1,15 +1,15 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_19.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_19.svg
index 7fb59b7..a2c3686 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_19.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_19.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_37.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_37.svg
index b8a5439..e153b34 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_37.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_ltr_37.svg
@@ -1,13 +1,13 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_19.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_19.svg
index 9e226fb..d8bedaa 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_19.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_19.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_37.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_37.svg
index 5c08e3e..786b5bf 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_37.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_outline_rtl_37.svg
@@ -1,13 +1,13 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_19.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_19.svg
index 95e7212..1f1bbf9 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_19.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_19.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_37.svg b/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_37.svg
index 6140aae..73fe591 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_37.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_arrow_rtl_37.svg
@@ -1,15 +1,15 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_icon_edge_150.svg b/home/.themes/oomox-iceberg/unity/launcher_icon_edge_150.svg
index ec638bd..88b6c89 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_icon_edge_150.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_icon_edge_150.svg
@@ -4,7 +4,7 @@
-
+
diff --git a/home/.themes/oomox-iceberg/unity/launcher_icon_selected_back_150.svg b/home/.themes/oomox-iceberg/unity/launcher_icon_selected_back_150.svg
index e0553f6..f31a40c 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_icon_selected_back_150.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_icon_selected_back_150.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_19.svg b/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_19.svg
index d647041..ea18afd 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_19.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_19.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_37.svg b/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_37.svg
index 61a6f52..55ea1f4 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_37.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_pip_ltr_37.svg
@@ -1,16 +1,16 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_19.svg b/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_19.svg
index a9beffa..83b9239 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_19.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_19.svg
@@ -1,10 +1,10 @@
diff --git a/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_37.svg b/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_37.svg
index ecd55f0..e2ce960 100644
--- a/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_37.svg
+++ b/home/.themes/oomox-iceberg/unity/launcher_pip_rtl_37.svg
@@ -1,16 +1,16 @@
diff --git a/home/.themes/oomox-iceberg/unity/maximize_dash.svg b/home/.themes/oomox-iceberg/unity/maximize_dash.svg
index 9fee23a..19e96aa 100644
--- a/home/.themes/oomox-iceberg/unity/maximize_dash.svg
+++ b/home/.themes/oomox-iceberg/unity/maximize_dash.svg
@@ -1 +1 @@
-
+
diff --git a/home/.themes/oomox-iceberg/unity/minimize_dash.svg b/home/.themes/oomox-iceberg/unity/minimize_dash.svg
index b52ae5d..9efeb44 100644
--- a/home/.themes/oomox-iceberg/unity/minimize_dash.svg
+++ b/home/.themes/oomox-iceberg/unity/minimize_dash.svg
@@ -1 +1 @@
-
+
diff --git a/home/.themes/oomox-iceberg/unity/progress_bar_trough.svg b/home/.themes/oomox-iceberg/unity/progress_bar_trough.svg
index fca4aa6..40f6e0a 100644
--- a/home/.themes/oomox-iceberg/unity/progress_bar_trough.svg
+++ b/home/.themes/oomox-iceberg/unity/progress_bar_trough.svg
@@ -28,7 +28,7 @@
diff --git a/home/.themes/oomox-iceberg/unity/unmaximize_dash.svg b/home/.themes/oomox-iceberg/unity/unmaximize_dash.svg
index 05f8a2e..8f46ea0 100644
--- a/home/.themes/oomox-iceberg/unity/unmaximize_dash.svg
+++ b/home/.themes/oomox-iceberg/unity/unmaximize_dash.svg
@@ -1 +1 @@
-
+
diff --git a/home/.vimrc b/home/.vimrc
index 326a256..568dc8a 100644
--- a/home/.vimrc
+++ b/home/.vimrc
@@ -13,13 +13,6 @@ endif
" Show tabs at the top of the editor
set showtabline=2
-" Render newlines with '$'
-" Render Tabs with '>-'
-" Render Trailing Whitespace with '~'
-" Extends and Precedes are for Line Wrapping
-set list
-set listchars=eol:$,tab:>-,trail:~,extends:>,precedes:<
-
" Turn on Line numbering
set number
@@ -53,5 +46,9 @@ let g:go_fmt_command = "goimports"
" Status line types/signatures
let g:go_auto_type_info = 1
+" Highlight whitespace at the end of the line
+let g:better_whitespace_enabled=1
+let g:better_whitespace_ctermcolor='red'
+
execute pathogen#infect()
filetype plugin indent on
diff --git a/home/.zshrc b/home/.zshrc
index dc05350..5504242 100644
--- a/home/.zshrc
+++ b/home/.zshrc
@@ -45,7 +45,8 @@ ZSH=$HOME/.oh-my-zsh
ZSH_CUSTOM=$_DOTFILES/omz
# Theme for Oh-My-ZSH
-ZSH_THEME="darkblood"
+#ZSH_THEME="darkblood"
+ZSH_THEME="agnoster"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
@@ -60,12 +61,11 @@ COMPLETION_WAITING_DOTS="true"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
-plugins=(git \
- catimg \
- fancy-ctrl-z \
+plugins=(cp \
+ git\
emoji \
- aws \
- jsontools \
+ emoji-clock \
+ fancy-ctrl-z \
zsh-syntax-highlighting) # zsh-syntax-highlighting must remain the last plugin
# Load oh-my-zsh
diff --git a/home/bin/backdoor b/home/bin/backdoor
new file mode 100755
index 0000000..c5b6dd4
--- /dev/null
+++ b/home/bin/backdoor
@@ -0,0 +1,15 @@
+#!/bin/bash
+# Provides access over our VPN to a shell-in-a-box instance that
+# is running on some WipeOS appliances. This backdoor exists for
+# instances that the appliance is on the VPN, but for whatever reason
+# we can't ssh in. This was brought about due to our Padnos customer.
+
+CLIENTIP="$1"
+if [[ $# -le 0 ]]; then
+ echo "please pass me the appliance's VPN address"
+ exit 1
+fi
+
+xdg-open http://localhost/shell/
+sudo ssh -L "localhost:80:${CLIENTIP}:80" production-portal
+
diff --git a/home/bin/fast-debug b/home/bin/fast-debug
new file mode 120000
index 0000000..7a5747c
--- /dev/null
+++ b/home/bin/fast-debug
@@ -0,0 +1 @@
+/home/dtodd/dev/WipeOS/Infrastructure/remote_debugging/fast-debug
\ No newline at end of file
diff --git a/home/bin/markdown2html b/home/bin/markdown2html
new file mode 100755
index 0000000..c155b06
--- /dev/null
+++ b/home/bin/markdown2html
@@ -0,0 +1,31 @@
+#!/usr/bin/env bash
+
+mkdir -p html
+
+REWRITE_LINKS='
+function Link(el)
+ el.target = string.gsub(el.target, "%.md", ".html")
+ return el
+end
+'
+
+md_to_html () {
+ filename=$(basename "$1" .md);
+ output_dir=$(dirname "$1")
+ mkdir -p "${output_dir}"
+ pandoc -s \
+ -i "$1" \
+ --include-in-header=github-pandoc.css \
+ --file-scope \
+ -f markdown+emoji \
+ -t html \
+ --lua-filter=<(echo "${REWRITE_LINKS}") \
+ -o "${output_dir}/${filename}.html"
+}
+
+export -f md_to_html
+
+find . -not -path './node_modules/*' -name "*.md" | while read -r f; do
+ md_to_html "${f}"
+done
+
diff --git a/home/bin/space b/home/bin/space
new file mode 100755
index 0000000..31fe3fb
--- /dev/null
+++ b/home/bin/space
@@ -0,0 +1 @@
+du -k | sort -n | perl -ne 'if ( /^(\d+)\s+(.*$)/){$l=log($1+.1);$m=int($l/log(1024)); printf ("%6.1f\t%s\t%25s | %s\n",($1/(2**(10*$m))),(("K","M","G","T","P")[$m]),"*"x(1.5*$l),$2);}'
diff --git a/home/bin/vpnip b/home/bin/vpnip
new file mode 100755
index 0000000..f3a88b4
--- /dev/null
+++ b/home/bin/vpnip
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+ssh -t login.wipeos.com "grep $1 /var/log/openvpn/openvpn-status.log" 2>/dev/null | cut -d$'\n' -f2 | cut -d',' -f1
+
diff --git a/install.sh b/install.sh
index 640cb23..48d9a07 100755
--- a/install.sh
+++ b/install.sh
@@ -80,6 +80,7 @@ symlink "${DF_HOME}/.environment" "${HOME}/.environment"
symlink "${DF_HOME}/.functions" "${HOME}/.functions"
symlink "${DF_HOME}/.gitconfig" "${HOME}/.gitconfig"
symlink "${DF_HOME}/.gtkrc.mine" "${HOME}/.gtkrc.mine"
+symlink "${DF_HOME}/.gtkrc-2.0" "${HOME}/.gtkrc-2.0"
symlink "${DF_HOME}/.stalonetrayrc" "${HOME}/.stalonetrayrc"
symlink "${DF_HOME}/.tmux.conf" "${HOME}/.tmux.conf"
symlink "${DF_HOME}/.tmux/iceberg.tmux.conf" "${HOME}/.tmux/iceberg.tmux.conf"
@@ -125,6 +126,12 @@ curl -LSs https://tpo.pe/pathogen.vim -o "${HOME}/.vim/autoload/pathogen.vim"
echo "Installing VIM Sensible..."
git clone git://github.com/tpope/vim-sensible.git "${HOME}/.vim/bundle/vim-sensible"
+echo "Installing VIM Better Whitespace..."
+git clone https://github.com/ntpeters/vim-better-whitespace.git "${HOME}/.vim/bundle/vim-better-whitespace"
+
+echo "Installing VIM Indent Guides..."
+git clone https://github.com/thaerkh/vim-indentguides.git "${HOME}/.vim/bundle/vim-indentguides"
+
echo "Installing VIM Iceberg theme..."
cd /tmp
wget https://www.vim.org/scripts/download_script.php?src_id=25718 -O iceberg.zip
diff --git a/omz/themes/agnoster.zsh-theme b/omz/themes/agnoster.zsh-theme
new file mode 100644
index 0000000..8db3b05
--- /dev/null
+++ b/omz/themes/agnoster.zsh-theme
@@ -0,0 +1,192 @@
+# vim:ft=zsh ts=2 sw=2 sts=2
+#
+# agnoster's Theme - https://gist.github.com/3712874
+# A Powerline-inspired theme for ZSH
+#
+# # README
+#
+# In order for this theme to render correctly, you will need a
+# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
+# Make sure you have a recent version: the code points that Powerline
+# uses changed in 2012, and older versions will display incorrectly,
+# in confusing ways.
+#
+# In addition, I recommend the
+# [Solarized theme](https://github.com/altercation/solarized/) and, if you're
+# using it on Mac OS X, [iTerm 2](https://iterm2.com/) over Terminal.app -
+# it has significantly better color fidelity.
+#
+# If using with "light" variant of the Solarized color schema, set
+# SOLARIZED_THEME variable to "light". If you don't specify, we'll assume
+# you're using the "dark" variant.
+#
+# # Goals
+#
+# The aim of this theme is to only show you *relevant* information. Like most
+# prompts, it will only show git information when in a git working directory.
+# However, it goes a step further: everything from the current user and
+# hostname to whether the last call exited with an error to whether background
+# jobs are running in this shell will all be displayed automatically when
+# appropriate.
+
+### Segment drawing
+# A few utility functions to make it easy and re-usable to draw segmented prompts
+
+CURRENT_BG='NONE'
+
+case ${SOLARIZED_THEME:-dark} in
+ light) CURRENT_FG='white';;
+ *) CURRENT_FG='black';;
+esac
+
+# Special Powerline characters
+
+() {
+ local LC_ALL="" LC_CTYPE="en_US.UTF-8"
+ # NOTE: This segment separator character is correct. In 2012, Powerline changed
+ # the code points they use for their special characters. This is the new code point.
+ # If this is not working for you, you probably have an old version of the
+ # Powerline-patched fonts installed. Download and install the new version.
+ # Do not submit PRs to change this unless you have reviewed the Powerline code point
+ # history and have new information.
+ # This is defined using a Unicode escape sequence so it is unambiguously readable, regardless of
+ # what font the user is viewing this source code in. Do not replace the
+ # escape sequence with a single literal character.
+ # Do not change this! Do not make it '\u2b80'; that is the old, wrong code point.
+ SEGMENT_SEPARATOR=$'\ue0b0'
+}
+
+# Begin a segment
+# Takes two arguments, background and foreground. Both can be omitted,
+# rendering default background/foreground.
+prompt_segment() {
+ local bg fg
+ [[ -n $1 ]] && bg="%K{$1}" || bg="%k"
+ [[ -n $2 ]] && fg="%F{$2}" || fg="%f"
+ if [[ $CURRENT_BG != 'NONE' && $1 != $CURRENT_BG ]]; then
+ echo -n " %{$bg%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR%{$fg%} "
+ else
+ echo -n "%{$bg%}%{$fg%} "
+ fi
+ CURRENT_BG=$1
+ [[ -n $3 ]] && echo -n $3
+}
+
+# End the prompt, closing any open segments
+prompt_end() {
+ if [[ -n $CURRENT_BG ]]; then
+ echo -n " %{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR"
+ else
+ echo -n "%{%k%}"
+ fi
+ echo -n "%{%f%}"
+ CURRENT_BG=''
+}
+
+### Prompt components
+# Each component will draw itself, and hide itself if no information needs to be shown
+
+# Context: user@hostname (who am I and where am I)
+prompt_context() {
+ if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then
+ prompt_segment black default "%(!.%{%F{yellow}%}.)%n@%m"
+ fi
+}
+
+# Git: branch/detached head, dirty status
+prompt_git() {
+ (( $+commands[git] )) || return
+ if [[ "$(git config --get oh-my-zsh.hide-status 2>/dev/null)" = 1 ]]; then
+ return
+ fi
+ local PL_BRANCH_CHAR
+ () {
+ local LC_ALL="" LC_CTYPE="en_US.UTF-8"
+ PL_BRANCH_CHAR=$'\ue0a0' #
+ }
+ local ref dirty mode repo_path
+
+ if $(git rev-parse --is-inside-work-tree >/dev/null 2>&1); then
+ repo_path=$(git rev-parse --git-dir 2>/dev/null)
+ dirty=$(parse_git_dirty)
+ ref=$(git symbolic-ref HEAD 2> /dev/null) || ref="➦ $(git rev-parse --short HEAD 2> /dev/null)"
+ if [[ -n $dirty ]]; then
+ prompt_segment yellow black
+ else
+ prompt_segment green $CURRENT_FG
+ fi
+
+ if [[ -e "${repo_path}/BISECT_LOG" ]]; then
+ mode=" "
+ elif [[ -e "${repo_path}/MERGE_HEAD" ]]; then
+ mode=" >M<"
+ elif [[ -e "${repo_path}/rebase" || -e "${repo_path}/rebase-apply" || -e "${repo_path}/rebase-merge" || -e "${repo_path}/../.dotest" ]]; then
+ mode=" >R>"
+ fi
+
+ setopt promptsubst
+ autoload -Uz vcs_info
+
+ zstyle ':vcs_info:*' enable git
+ zstyle ':vcs_info:*' get-revision true
+ zstyle ':vcs_info:*' check-for-changes true
+ zstyle ':vcs_info:*' stagedstr '✚'
+ zstyle ':vcs_info:*' unstagedstr '●'
+ zstyle ':vcs_info:*' formats ' %u%c'
+ zstyle ':vcs_info:*' actionformats ' %u%c'
+ vcs_info
+ echo -n "${ref/refs\/heads\//$PL_BRANCH_CHAR }${vcs_info_msg_0_%% }${mode}"
+ fi
+}
+
+# Dir: current working directory
+prompt_dir() {
+ prompt_segment blue $CURRENT_FG '%~'
+}
+
+# Virtualenv: current working virtualenv
+prompt_virtualenv() {
+ local virtualenv_path="$VIRTUAL_ENV"
+ if [[ -n $virtualenv_path && -n $VIRTUAL_ENV_DISABLE_PROMPT ]]; then
+ prompt_segment blue black "(`basename $virtualenv_path`)"
+ fi
+}
+
+# Status:
+# - was there an error
+# - am I root
+# - are there background jobs?
+prompt_status() {
+ local -a symbols
+
+ [[ $RETVAL -ne 0 ]] && symbols+="%{%F{red}%}✘"
+ [[ $UID -eq 0 ]] && symbols+="%{%F{yellow}%}⚡"
+ [[ $(jobs -l | wc -l) -gt 0 ]] && symbols+="%{%F{cyan}%}⚙"
+
+ [[ -n "$symbols" ]] && prompt_segment black default "$symbols"
+}
+
+# Shows the current time
+prompt_time() {
+ # If the user has the emoji-clock plugin enabled, use that, otherwise use clock font icon
+ if type 'emoji-clock' > /dev/null; then
+ prompt_segment cyan black "$(emoji-clock) %*%"
+ else
+ prompt_segment cyan black " %*%"
+ fi
+}
+
+## Main prompt
+build_prompt() {
+ RETVAL=$?
+ prompt_status
+ prompt_virtualenv
+ prompt_context
+ prompt_dir
+ prompt_time
+ prompt_git
+ prompt_end
+}
+
+PROMPT='%{%f%b%k%}$(build_prompt)
+➜ '
diff --git a/pacman.lst b/pacman.lst
index dcd5b35..831ec69 100644
--- a/pacman.lst
+++ b/pacman.lst
@@ -224,6 +224,7 @@ playerctl
polkit-gnome
poppler-data
powerline
+powerline-vim
powertop
procps-ng
psmisc
@@ -248,6 +249,7 @@ s-nail
samba
sbxkb
screenfetch
+screenkey
sed
shadow
simplescreenrecorder
@@ -282,6 +284,7 @@ traceroute
tree
ttf-dejavu
ttf-droid
+ttf-font-awesome
ttf-inconsolata
ttf-indic-otf
ttf-liberation
diff --git a/pacman_aur.lst b/pacman_aur.lst
index 31d7f76..9acf363 100644
--- a/pacman_aur.lst
+++ b/pacman_aur.lst
@@ -1,7 +1,6 @@
aarch64-linux-musl
anydesk-bin
aqemu
-bumblebee-status-git
cpuid
distrobuilder
fet.sh-git
@@ -20,6 +19,7 @@ open-fuse-iso
openwsman
pangox-compat
perl-uuid
+powerline-fonts-git
qdirstat
remmina-plugin-rdesktop
rustscan
@@ -29,9 +29,6 @@ step-ca-bin
step-cli-bin
surf
symlinks
-ttf-adobe-source-fonts
-ttf-font-awesome-4
-ttf-symbola
vi-vim-symlink
visual-studio-code-bin
wsmancli